From 19e44ff42301c9fb26a5fc4e6305ea3479e0fc41 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Tue, 21 May 2013 14:21:46 +0200 Subject: [PATCH] drop unneeded build deps --- libwpd.spec | 9 ++++----- 1 file 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 - 0.9.8-2 +- drop build dep on libgsf-devel that has not been needed for years + * Tue May 14 2013 David Tardon - 0.9.8-1 - new release