diff --git a/libiptcdata.spec b/libiptcdata.spec index 7ee51d5..19161d1 100644 --- a/libiptcdata.spec +++ b/libiptcdata.spec @@ -2,7 +2,7 @@ Name: libiptcdata Version: 1.0.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: IPTC tag library Group: Development/Libraries @@ -12,6 +12,7 @@ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gettext BuildRequires: libtool +BuildRequires: gtk-doc %description libiptcdata is a library for parsing, editing, and saving IPTC data @@ -83,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT %{python_sitearch}/*.so %changelog +* Sun Apr 12 2009 David Moore 1.0.3-3 +- Added 'BuildRequires: gtk-doc' + * Sun Apr 12 2009 David Moore 1.0.3-2 - Added 'Requires: gtk-doc' and 'BuildRequires: libtool' and gettext