File libwps.spec of Package libwps

#
# spec file for package libwps (Version 0.1.2)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:           libwps
# note: the main package is empty, it only sets a sane name for the source rpm
BuildRequires:  gcc-c++ libwpd-devel pkgconfig
Summary:        Library for importing the Microsoft Works word processor file format
Version:        0.1.2
Release:        4
License:        LGPL v2.1 or later
Group:          System/Libraries
Url:            http://libwps.sourceforge.net/
Source:         libwps-%{version}.tar.bz2
Patch0:         libwps-0.1.2-install-docs.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%define debug_package_requires libwps-0_1-1 = %{version}

%description
libwps is a library (for use by word procesors, for example) for
importing the Microsoft Works word processor file format.



Authors:
--------
    Fridrich Strba <fridrich.strba@bluewin.ch>
    Andrew Ziem <andrew ziem users sourceforge net>

%package -n libwps-0_1-1
%define libname libwps-0_1-1
License:        LGPL v2.1 or later
# remove the old non-versioned package (built in the bs for instance)
Obsoletes:      libwps < %version
Summary:        Library for importing the Microsoft Works word processor file format
Group:          System/Libraries

%description -n %libname
libwps is a library (for use by word procesors, for example) for importing the
Microsoft Works word processor file format.

%package devel
License:        LGPL v2.1 or later
Summary:        Files for Developing with libwps
Group:          System/Libraries
Provides:       libwps-devel = %version-%release
Requires:       %libname = %version libwpd-devel

%description devel
libwps is a library (for use by word procesors, for example) for
importing the Microsoft Works word processor file format.

This package contains the libwps development files.



Authors:
--------
    Fridrich Strba <fridrich.strba@bluewin.ch>
    Andrew Ziem <andrew ziem users sourceforge net>

%package tools
License:        LGPL v2.1 or later
Summary:        Tools for converting the Microsoft Works word processor file format
Group:          System/Libraries

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



Authors:
--------
    Fridrich Strba <fridrich.strba@bluewin.ch>
    Andrew Ziem <andrew ziem users sourceforge net>

%prep
%setup -q
%patch0

%build
AUTOMAKE="automake --foreign" autoreconf -fi
%configure --disable-static --docdir=%_docdir/%name
make %{?jobs:-j%jobs}

%install
make DESTDIR=$RPM_BUILD_ROOT install
rm $RPM_BUILD_ROOT%_libdir/*.la
# documentation
mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}
cp -p CREDITS COPYING CHANGES $RPM_BUILD_ROOT%{_docdir}/%{name}

%clean
rm -rf $RPM_BUILD_ROOT

%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 %{_docdir}/%{name}/[A-Z]*

%changelog
* Fri Aug 01 2008 ro@suse.de
- fix requires for debuginfo package
* Fri Apr 04 2008 mmarek@suse.cz
- rename the library package to libwps-0_1-1 as required by the
  policy (libwps-0.1.so.1 -> libwps-0_1-1)
- don't version the devel package after discussion with pmladek
  we'll do it only if the need arises
* Wed Apr 02 2008 mmarek@suse.cz
- packaged version 0.1.2, based on work by pmladek
openSUSE Build Service is sponsored by