next version kudos Fridrich Strba
This commit is contained in:
parent
b52cd35407
commit
8e00cb5b94
@ -1,2 +1,3 @@
|
|||||||
libwpd-0.7.2.tar.gz
|
libwpd-0.7.2.tar.gz
|
||||||
libwpd-0.8.0.tar.gz
|
libwpd-0.8.0.tar.gz
|
||||||
|
libwpd-0.8.1.tar.gz
|
||||||
|
13
libwpd.spec
13
libwpd.spec
@ -1,7 +1,7 @@
|
|||||||
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.0
|
Version: 0.8.1
|
||||||
Release: 4
|
Release: 1
|
||||||
Source: %{name}-%{version}.tar.gz
|
Source: %{name}-%{version}.tar.gz
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://libwpd.sf.net/
|
URL: http://libwpd.sf.net/
|
||||||
@ -10,8 +10,6 @@ License: LGPL
|
|||||||
Requires: glib2 >= 2.0.0, libgsf >= 1.6.0
|
Requires: glib2 >= 2.0.0, libgsf >= 1.6.0
|
||||||
BuildRequires: glib2-devel >= 2.0.0, libgsf-devel >= 1.6.0
|
BuildRequires: glib2-devel >= 2.0.0, libgsf-devel >= 1.6.0
|
||||||
|
|
||||||
Patch0: libwpd-0.8.0-noendlessloop.patch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Library that handles Word Perfect documents.
|
Library that handles Word Perfect documents.
|
||||||
|
|
||||||
@ -36,10 +34,9 @@ Includes and definitions for developing with libwpd.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b libwpd-0.8.0-noendlessloop.patch
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure --without-docs
|
||||||
make
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -69,6 +66,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_includedir}/libwpd-0.8/libwpd
|
%{_includedir}/libwpd-0.8/libwpd
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* 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
|
- add libwpd devel provided patch for endless loops on some wpd documents
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user