libwpg/libwpg.spec

177 lines
4.4 KiB
RPMSpec
Raw Normal View History

#
# spec file for package libwpg (Version 0.1.3)
#
# 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: libwpg
# note: the main package is empty, it only sets a sane name for the source rpm
%if 0%{?suse_version} > 1020
%define build_doc 1
BuildRequires: doxygen
%else
%define build_doc 0
%endif
BuildRequires: gcc-c++ libwpd-devel pkgconfig
Summary: Library to read and parse graphics in WordPerfect Graphics format
Version: 0.1.3
Release: 2
License: LGPL v2.1 or later
Group: System/Libraries
Url: http://libwpg.sourceforge.net/
Source: libwpg-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define debug_package_requires libwpg-0_1-1 = %{version}
%description
libwpg is a C++ library to read and parse graphics in WPG (WordPerfect
Graphics) format. It is cross-platform, at the moment it can be build
on Microsoft Windows and Linux.
Authors:
--------
Marc Oude Kotte (marc@solcon.nl)
Marc Maurer (uwog@uwog.net)
Fridrich Strba (fridrich.strba@bluewin.ch)
Ariya Hidayat (ariya@kde.org)
%package -n libwpg-0_1-1
%define libname libwpg-0_1-1
License: LGPL v2.1 or later
# remove the old non-versioned package (built in the bs for instance)
Obsoletes: libwpg < %version
Summary: Library to read and parse graphics in WordPerfect Graphics format
Group: System/Libraries
%description -n %libname
libwpg is a C++ library to read and parse graphics in WPG (WordPerfect
Graphics) format.
%package devel
License: LGPL v2.1 or later
Summary: Files for Developing with libwpg
Group: Development/Libraries/C and C++
Provides: libwpg-devel = %version-%release
Requires: %libname = %version libwpd-devel
%description devel
libwpg is a C++ library to read and parse graphics in WPG (WordPerfect
Graphics) format. It is cross-platform, at the moment it can be build
on Microsoft Windows and Linux.
This package contains the libwpg development files.
Authors:
--------
Marc Oude Kotte (marc@solcon.nl)
Marc Maurer (uwog@uwog.net)
Fridrich Strba (fridrich.strba@bluewin.ch)
Ariya Hidayat (ariya@kde.org)
%if %build_doc
%package devel-doc
License: LGPL v2.1 or later
Summary: Documentation for the libwpg API
Group: Documentation/HTML
%description devel-doc
This package contains documentation for the libwpg API.
Authors:
--------
Marc Oude Kotte (marc@solcon.nl)
Marc Maurer (uwog@uwog.net)
Fridrich Strba (fridrich.strba@bluewin.ch)
Ariya Hidayat (ariya@kde.org)
%endif
%package tools
License: LGPL v2.1 or later
Summary: Tools for converting WordPerfect Graphics files
Group: System/Libraries
%description tools
Tools to work with graphics in WPG (WordPerfect Graphics) format.
Authors:
--------
Marc Oude Kotte (marc@solcon.nl)
Marc Maurer (uwog@uwog.net)
Fridrich Strba (fridrich.strba@bluewin.ch)
Ariya Hidayat (ariya@kde.org)
%prep
%setup -q
%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 AUTHORS COPYING ChangeLog $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/libwpg*.pc
%{_includedir}/libwpg-*
%if %build_doc != 0
%files devel-doc
%defattr(-,root,root,-)
%doc %{_docdir}/%{name}/html
%endif
%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
* Mon Jul 28 2008 mmarek@suse.cz
- update to 0.1.3
* bugfixes
* install-docs patch merged
* Fri Apr 04 2008 mmarek@suse.cz
- rename the library package to libwpg-0_1-1 as required by the
policy (libwpg-0.1.so.1 -> libwpg-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