libwpd/libwpd.spec

132 lines
3.1 KiB
RPMSpec
Raw Normal View History

Name: libwpd
Summary: Library for reading and converting WordPerfect(tm) documents.
2005-12-08 10:42:44 +00:00
Version: 0.8.4
Release: 1
Source: %{name}-%{version}.tar.gz
Group: System Environment/Libraries
URL: http://libwpd.sf.net/
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
License: LGPL
Requires: glib2 >= 2.0.0, libgsf >= 1.6.0
BuildRequires: glib2-devel >= 2.0.0, libgsf-devel >= 1.6.0
%description
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
%package devel
2005-02-11 12:36:08 +00:00
Requires: libwpd = %{version}-%{release}
Requires: glib2-devel >= 2.0.0, libgsf-devel >= 1.6.0
Summary: Files for developing with libwpd.
Group: Development/Libraries
%description devel
Includes and definitions for developing with libwpd.
%prep
%setup -q
%build
2005-04-29 08:49:01 +00:00
%configure --without-docs
make
%install
%makeinstall
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
%{_libdir}/*.so*
%files tools
%defattr(-,root,root)
%{_bindir}/wpd2*
%files devel
%defattr(-,root,root)
%{_libdir}/*.so
2005-02-11 12:36:08 +00:00
%{_libdir}/pkgconfig/*
%{_includedir}/libwpd-0.8/libwpd
%changelog
2005-12-08 10:42:44 +00:00
* Fri Dec 02 2005 Caolan McNamara <caolanm@redhat.com> 0.8.4-1
- next version
2005-12-02 20:08:08 +00:00
* Fri Dec 02 2005 Caolan McNamara <caolanm@redhat.com> 0.8.3-2
2005-12-08 10:42:44 +00:00
- rebuild because of libgsf
2005-12-02 20:08:08 +00:00
2005-08-31 14:47:04 +00:00
* Tue Jun 28 2005 Caolan McNamara <caolanm@redhat.com> 0.8.3-1
- update to latest libwpd
2005-06-28 09:20:30 +00:00
* Tue Jun 28 2005 Caolan McNamara <caolanm@redhat.com> 0.8.2-2.fc5
- export to other formats twiddle
* Wed Jun 22 2005 Caolan McNamara <caolanm@redhat.com> 0.8.2-1
2005-06-22 17:09:31 +00:00
- bump to latest version
2005-04-29 08:49:01 +00:00
* Fri Apr 29 2005 Caolan McNamara <caolanm@redhat.com> 0.8.1-1
- bump to latest version kudos Fridrich Strba
- drop integrated patch
* Wed Apr 6 2005 Caolan McNamara <caolanm@redhat.com> 0.8.0-4
- add libwpd devel provided patch for endless loops on some wpd documents
* Wed Mar 30 2005 Caolan McNamara <caolanm@redhat.com> 0.8.0-3
- rh#152503# add some Requires for -devel package
2005-03-02 14:25:53 +00:00
* Wed Mar 2 2005 Caolan McNamara <caolanm@redhat.com> 0.8.0-2
- rebuild with gcc4
2005-02-11 12:36:08 +00:00
* Fri Feb 11 2005 Caolan McNamara <caolanm@redhat.com> 0.8.0-1
- new version
2005-02-09 09:13:12 +00:00
* Wed Feb 9 2005 Caolan McNamara <caolanm@redhat.com> 0.7.2-2
- rebuild
* Fri Jul 23 2004 Caolan McNamara <caolanm@redhat.com> 0.7.2-1
- bump to 0.7.2
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Thu Feb 19 2004 Jeremy Katz <katzj@redhat.com> - 0.7.1-1
- update to 0.7.1
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Tue Dec 16 2003 Jeremy Katz <katzj@redhat.com> 0.6.6-1
- 0.6.6
* Tue Nov 4 2003 Jeremy Katz <katzj@redhat.com> 0.6.5-1
- 0.6.5
* Mon Sep 15 2003 Jeremy Katz <katzj@redhat.com> 0.6.2-1
- 0.6.2
* Sun Jul 6 2003 Jeremy Katz <katzj@redhat.com> 0.5.0-1
- initial build for Red Hat Linux, tweak accordingly
* Sat Apr 26 2003 Rui M. Seabra <rms@1407.org>
- Create rpm spec