|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: libwpd
|
|
|
|
|
Summary: Library for reading and converting WordPerfect(tm) documents.
|
|
|
|
|
Version: 0.8.7
|
|
|
|
|
Summary: Library for reading and converting WordPerfect(tm) documents
|
|
|
|
|
Version: 0.8.8
|
|
|
|
|
Release: 1
|
|
|
|
|
Source: %{name}-%{version}.tar.gz
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
@ -15,18 +15,17 @@ Library that handles Word Perfect documents.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package tools
|
|
|
|
|
Requires: libwpd
|
|
|
|
|
Summary: Tools to transform WordPerfect Documents into other formats
|
|
|
|
|
Group: Applications/Publishing
|
|
|
|
|
|
|
|
|
|
%description tools
|
|
|
|
|
Tools to transform WordPerfect Documents into other formats.
|
|
|
|
|
Currently supported: html, raw, text
|
|
|
|
|
Currently supported: html, raw, text.
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
|
Requires: libwpd = %{version}-%{release}
|
|
|
|
|
Requires: glib2-devel >= 2.0.0, libgsf-devel >= 1.6.0
|
|
|
|
|
Summary: Files for developing with libwpd.
|
|
|
|
|
Requires: glib2-devel >= 2.0.0, libgsf-devel >= 1.6.0, pkgconfig
|
|
|
|
|
Summary: Files for developing with libwpd
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
@ -37,11 +36,10 @@ Includes and definitions for developing with libwpd.
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%configure --without-docs
|
|
|
|
|
make
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
|
|
make DESTDIR=$RPM_BUILD_ROOT install
|
|
|
|
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
@ -53,7 +51,8 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%{_libdir}/*.so*
|
|
|
|
|
%doc CHANGES COPYING CREDITS README
|
|
|
|
|
%{_libdir}/*.so.*
|
|
|
|
|
|
|
|
|
|
%files tools
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
@ -61,11 +60,15 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%doc HACKING TODO
|
|
|
|
|
%{_libdir}/*.so
|
|
|
|
|
%{_libdir}/pkgconfig/*
|
|
|
|
|
%{_includedir}/libwpd-0.8/libwpd
|
|
|
|
|
%{_includedir}/libwpd-0.8/libwpd/
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Jan 11 2007 Caolan McNamara <caolanm@redhat.com> - 0.8.8-1
|
|
|
|
|
- next version
|
|
|
|
|
|
|
|
|
|
* Mon Oct 09 2006 Caolan McNamara <caolanm@redhat.com> - 0.8.7-1
|
|
|
|
|
- next version
|
|
|
|
|
|
|
|
|
|