next version

f41
Caolan McNamara 18 years ago
parent d57aa5370e
commit d7acb628c3

@ -7,3 +7,4 @@ libwpd-0.8.4.tar.gz
libwpd-0.8.5.tar.gz libwpd-0.8.5.tar.gz
libwpd-0.8.6.tar.gz libwpd-0.8.6.tar.gz
libwpd-0.8.7.tar.gz libwpd-0.8.7.tar.gz
libwpd-0.8.8.tar.gz

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

@ -1 +1 @@
99216fb67846e24aa75a26e246797de2 libwpd-0.8.7.tar.gz cd5997284f4ba1e8dde5d1e5869fc342 libwpd-0.8.8.tar.gz

Loading…
Cancel
Save