From 88f03a8ea96f39a7668df5304f1f06887cdaf728 Mon Sep 17 00:00:00 2001 From: David C. Moore Date: Apr 13 2009 06:14:13 +0000 Subject: Added missing requires and buildrequires --- diff --git a/libiptcdata.spec b/libiptcdata.spec index baf49ad..7ee51d5 100644 --- a/libiptcdata.spec +++ b/libiptcdata.spec @@ -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 @@ License: LGPLv2+ 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 @@ Summary: Headers and libraries for libiptcdata application development 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 @@ rm -rf $RPM_BUILD_ROOT %{python_sitearch}/*.so %changelog +* Sun Apr 12 2009 David Moore 1.0.3-2 +- Added 'Requires: gtk-doc' and 'BuildRequires: libtool' and gettext + * Sun Apr 12 2009 David Moore 1.0.3-1 - New upstream version - Added translation to file list