From d7acb628c3fa0254b5db1bb80cd49d11a0aa4b80 Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Thu, 11 Jan 2007 11:35:02 +0000 Subject: [PATCH] next version --- .cvsignore | 1 + libwpd.spec | 25 ++++++++++++++----------- sources | 2 +- 3 files changed, 16 insertions(+), 12 deletions(-) diff --git a/.cvsignore b/.cvsignore index 3b15a4b..e3d1738 100644 --- a/.cvsignore +++ b/.cvsignore @@ -7,3 +7,4 @@ libwpd-0.8.4.tar.gz libwpd-0.8.5.tar.gz libwpd-0.8.6.tar.gz libwpd-0.8.7.tar.gz +libwpd-0.8.8.tar.gz diff --git a/libwpd.spec b/libwpd.spec index c6ffa85..663056e 100644 --- a/libwpd.spec +++ b/libwpd.spec @@ -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 - 0.8.8-1 +- next version + * Mon Oct 09 2006 Caolan McNamara - 0.8.7-1 - next version diff --git a/sources b/sources index e3cc306..0ac04de 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -99216fb67846e24aa75a26e246797de2 libwpd-0.8.7.tar.gz +cd5997284f4ba1e8dde5d1e5869fc342 libwpd-0.8.8.tar.gz