From ef42e7f7f77cb1a136d8f7b6edd185db4101adee Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sep 18 2007 14:38:31 +0000 Subject: - -libs: -Requires: %name --- diff --git a/exiv2.spec b/exiv2.spec index 52cfed0..580d215 100644 --- a/exiv2.spec +++ b/exiv2.spec @@ -2,7 +2,7 @@ Summary: Exif and Iptc metadata manipulation library Name: exiv2 Version: 0.15 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2+ Group: Applications/Multimedia @@ -44,7 +44,8 @@ Requires: pkgconfig Summary: Exif and Iptc metadata manipulation library Group: System Environment/Libraries # not *strictly* required, but runtime may expect presence of exiv2 binary -Requires: %{name} = %{version}-%{release} +# we'll try removing it, and see... -- Rex +#Requires: %{name} = %{version}-%{release} %description libs A C++ library to access image metadata, supporting full read and write access to the Exif and Iptc metadata, Exif MakerNote support, extract and delete @@ -108,6 +109,9 @@ rm -rf $FPM_BUILD_ROOT %changelog +* Tue Sep 18 2007 Rex Dieter 0.15-4 +- -libs: -Requires: %%name + * Tue Aug 21 2007 Rex Dieter 0.15-3 - -libs subpkg to be multilib-friendlier