File libwps.spec of Package libwps.1176

#
# spec file for package libwps
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


%define libname libwps-0_4-4
Name:           libwps
Version:        0.4.1
Release:        0
Summary:        Library for the Microsoft Works text and spreadsheet formats
License:        LGPL-2.1+ and MPL-2.0+
Group:          Productivity/Publishing/Word
Url:            http://libwps.sourceforge.net/
Source:         http://downloads.sourceforge.net/project/%{name}/%{name}/%{name}-%{version}/%{name}-%{version}.tar.xz
BuildRequires:  boost-devel
BuildRequires:  gcc-c++
BuildRequires:  librevenge-devel >= 0.0.0
BuildRequires:  pkg-config
BuildRequires:  xz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
libwps is a library for importing the Microsoft Works word processor
and spreadsheet file format.

%package -n %{libname}
Summary:        Library for the Microsoft Works text and spreadsheet formats
Group:          System/Libraries

%description -n %{libname}
libwps is a library for importing the Microsoft Works word processor
and spreadsheet file format.

%package devel
Summary:        Files for Developing with libwps
Group:          Development/Libraries/C and C++
Requires:       %{libname} = %{version}

%description devel
libwps is a library for importing the Microsoft Works word processor
and spreadsheet file format.

This package contains the libwps development files.

%package tools
Summary:        Tools for converting the Microsoft Works text and spreadsheet formats
Group:          Productivity/Publishing/Word

%description tools
Tools to work with the Microsoft Works word processor and spreadsheet
file format, based on libwps.

%prep
%setup -q

%build
export CXXFLAGS="%{optflags} -fvisibility-inlines-hidden"
%configure \
	--disable-silent-rules \
	--disable-werror \
	--disable-static \
	--docdir=%{_docdir}/%{name}
make %{?_smp_mflags}

%install
make DESTDIR=%{buildroot} install %{?_smp_mflags}
find %{buildroot} -type f -name "*.la" -delete -print
mkdir -p %{buildroot}%{_docdir}/%{name}

%post -n %{libname} -p /sbin/ldconfig

%postun -n %{libname} -p /sbin/ldconfig

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/*.so.*

%files devel
%defattr(-,root,root)
%{_libdir}/*.so
%{_libdir}/pkgconfig/libwps*.pc
%{_includedir}/libwps-*

%files tools
%defattr(-,root,root)
%{_bindir}/*
%doc %dir %{_docdir}/%{name}
%doc ChangeLog COPYING.LGPL COPYING.MPL CREDITS NEWS

%changelog
openSUSE Build Service is sponsored by