drop unneeded build deps
This commit is contained in:
parent
d096477222
commit
19e44ff423
@ -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@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@redhat.com> - 0.9.8-1
|
||||
- new release
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user