From f8b3cfbd3403a5827b2c0de373106289eb26de49 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 07:49:26 +0000 Subject: [PATCH] auto-import changelog data from libwpd-0.6.2-1.src.rpm Mon Sep 15 2003 Jeremy Katz 0.6.2-1 - 0.6.2 Sun Jul 06 2003 Jeremy Katz 0.5.0-1 - initial build for Red Hat Linux, tweak accordingly Sat Apr 26 2003 Rui M. Seabra - Create rpm spec --- .cvsignore | 1 + libwpd.spec | 77 +++++++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 79 insertions(+) create mode 100644 libwpd.spec diff --git a/.cvsignore b/.cvsignore index e69de29..87c9c40 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +libwpd-0.6.2.tar.gz diff --git a/libwpd.spec b/libwpd.spec new file mode 100644 index 0000000..5d3429a --- /dev/null +++ b/libwpd.spec @@ -0,0 +1,77 @@ +Name: libwpd +Summary: Library for reading and converting WordPerfect(tm) documents. +Version: 0.6.2 +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 +Requires: libgsf >= 1.6.0 +BuildRequires: glib2-devel >= 2.0.0 +BuildRequires: 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 +Requires: libwpd +Summary: Files for developing with libwpd. +Group: Development/Libraries + +%description devel +Includes and definitions for developing with libwpd. + +%prep +%setup -q + +%build +%configure +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 +%{_libdir}/pkgconfig/libwpd-1.pc +%{_includedir}/libwpd-1/libwpd + +%changelog +* Mon Sep 15 2003 Jeremy Katz 0.6.2-1 +- 0.6.2 + +* Sun Jul 6 2003 Jeremy Katz 0.5.0-1 +- initial build for Red Hat Linux, tweak accordingly + +* Sat Apr 26 2003 Rui M. Seabra +- Create rpm spec diff --git a/sources b/sources index e69de29..7ae6ef6 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +92fc1eba82ebf0caee9a4aa36ea78665 libwpd-0.6.2.tar.gz