rpms/libiptcdata/devel libiptcdata.spec,1.7,1.8

David C. Moore dcm at fedoraproject.org
Mon Apr 13 06:14:44 UTC 2009


Author: dcm

Update of /cvs/pkgs/rpms/libiptcdata/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17906

Modified Files:
	libiptcdata.spec 
Log Message:
Added missing requires and buildrequires


Index: libiptcdata.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libiptcdata/devel/libiptcdata.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libiptcdata.spec	13 Apr 2009 02:59:11 -0000	1.7
+++ libiptcdata.spec	13 Apr 2009 06:14:13 -0000	1.8
@@ -2,7 +2,7 @@
 
 Name: libiptcdata
 Version: 1.0.3
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: IPTC tag library
 
 Group: Development/Libraries
@@ -10,6 +10,8 @@
 URL: http://libiptcdata.sourceforge.net/
 Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires: gettext
+BuildRequires: libtool
 
 %description
 libiptcdata is a library for parsing, editing, and saving IPTC data
@@ -23,6 +25,7 @@
 Group: Development/Libraries
 Requires: %{name} = %{version}-%{release}
 Requires: pkgconfig
+Requires: gtk-doc
 
 %description devel
 The libiptcdata-devel package contains the libraries and include files
@@ -80,6 +83,9 @@
 %{python_sitearch}/*.so
 
 %changelog
+* Sun Apr 12 2009 David Moore <dcm at acm.org> 1.0.3-2
+- Added 'Requires: gtk-doc' and 'BuildRequires: libtool' and gettext
+
 * Sun Apr 12 2009 David Moore <dcm at acm.org> 1.0.3-1
 - New upstream version
 - Added translation to file list




More information about the fedora-extras-commits mailing list