[libwpd] drop unneeded build deps

David Tardon dtardon at fedoraproject.org
Tue May 21 12:25:06 UTC 2013


commit 19e44ff42301c9fb26a5fc4e6305ea3479e0fc41
Author: David Tardon <dtardon at redhat.com>
Date:   Tue May 21 14:21:46 2013 +0200

    drop unneeded build deps

 libwpd.spec |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/libwpd.spec b/libwpd.spec
index db8dbea..3ea8e5c 100644
--- a/libwpd.spec
+++ b/libwpd.spec
@@ -4,15 +4,13 @@
 Name: libwpd
 Summary: Library for reading and converting WordPerfect documents
 Version: 0.9.8
-Release: 1%{?dist}
+Release: 2%{?dist}
 Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz
 Group: System Environment/Libraries
 URL: http://libwpd.sf.net/
 License: LGPLv2+ or MPLv2.0+
 
 BuildRequires: cppunit-devel
-BuildRequires: glib2-devel >= 2.0.0
-BuildRequires: libgsf-devel >= 1.6.0
 
 %description
 Library that handles Word Perfect documents.
@@ -28,8 +26,6 @@ Currently supported: HTML, raw, text.
 
 %package devel
 Requires: %{name}%{?_isa} = %{version}-%{release}
-Requires: glib2-devel >= 2.0.0
-Requires: libgsf-devel >= 1.6.0
 Summary: Files for developing with libwpd
 Group: Development/Libraries
 
@@ -75,6 +71,9 @@ LD_LIBRARY_PATH=../lib/.libs make check
 %{_includedir}/%{name}-%{apiversion}
 
 %changelog
+* Tue May 21 2013 David Tardon <dtardon at redhat.com> - 0.9.8-2
+- drop build dep on libgsf-devel that has not been needed for years
+
 * Tue May 14 2013 David Tardon <dtardon at redhat.com> - 0.9.8-1
 - new release
 


More information about the scm-commits mailing list