rh#152503# add some Requires for -devel package
This commit is contained in:
parent
c28f905aad
commit
82931faab6
12
libwpd.spec
12
libwpd.spec
@ -1,16 +1,14 @@
|
||||
Name: libwpd
|
||||
Summary: Library for reading and converting WordPerfect(tm) documents.
|
||||
Version: 0.8.0
|
||||
Release: 2
|
||||
Release: 3
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
Group: System Environment/Libraries
|
||||
URL: http://libwpd.sf.net/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
||||
License: LGPL
|
||||
Requires: glib2 >= 2.0.0
|
||||
Requires: libgsf >= 1.6.0
|
||||
BuildRequires: glib2-devel >= 2.0.0
|
||||
BuildRequires: libgsf-devel >= 1.6.0
|
||||
Requires: glib2 >= 2.0.0, libgsf >= 1.6.0
|
||||
BuildRequires: glib2-devel >= 2.0.0, libgsf-devel >= 1.6.0
|
||||
|
||||
%description
|
||||
Library that handles Word Perfect documents.
|
||||
@ -27,6 +25,7 @@ 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.
|
||||
Group: Development/Libraries
|
||||
|
||||
@ -67,6 +66,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_includedir}/libwpd-0.8/libwpd
|
||||
|
||||
%changelog
|
||||
* Wed Mar 30 2005 Caolan McNamara <caolanm@redhat.com> 0.8.0-3
|
||||
- rh#152503# add some Requires for -devel package
|
||||
|
||||
* Wed Mar 2 2005 Caolan McNamara <caolanm@redhat.com> 0.8.0-2
|
||||
- rebuild with gcc4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user