From 3827851e5fd8c611a02613fdd99e8b474bdd1661 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 4 Oct 2006 19:19:25 +0000 Subject: [PATCH] - respin --- exiv2-0.11-pkgconfig.patch | 8 +++----- exiv2.spec | 6 +++++- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/exiv2-0.11-pkgconfig.patch b/exiv2-0.11-pkgconfig.patch index faee927..ccf6b12 100644 --- a/exiv2-0.11-pkgconfig.patch +++ b/exiv2-0.11-pkgconfig.patch @@ -1,12 +1,10 @@ --- exiv2-0.11/config/exiv2.pc.in.pkgconfig 2006-06-15 02:27:50.000000000 -0500 -+++ exiv2-0.11/config/exiv2.pc.in 2006-09-19 13:54:00.000000000 -0500 -@@ -6,6 +6,7 @@ - Name: exiv2 ++++ exiv2-0.11/config/exiv2.pc.in 2006-10-02 09:32:32.000000000 -0500 +@@ -7,5 +7,6 @@ Description: Exif and IPTC metadata library and tools Version: @PACKAGE_VERSION@ --URL: http://www.exiv2.org + URL: http://www.exiv2.org -Libs: -L${libdir} -lexiv2 @LIBS@ -+#URL: http://www.exiv2.org +Libs: -L${libdir} -lexiv2 +Libs.private: @LIBS@ Cflags: -I${includedir} diff --git a/exiv2.spec b/exiv2.spec index 1b8d897..ee58057 100644 --- a/exiv2.spec +++ b/exiv2.spec @@ -2,7 +2,7 @@ Summary: Exif and Iptc metadata manipulation library Name: exiv2 Version: 0.11 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: Applications/Multimedia @@ -14,6 +14,7 @@ BuildRequires: zlib-devel Patch1: exiv2-0.11-no_rpath.patch Patch2: exiv2-0.9.1-deps.patch +# http://dev.robotbattle.com/bugs/view.php?id=489 Patch3: exiv2-0.11-pkgconfig.patch @@ -96,6 +97,9 @@ rm -rf $FPM_BUILD_ROOT %changelog +* Wed Oct 04 2006 Rex Dieter 0.11-3 +- respin + * Tue Sep 19 2006 Rex Dieter 0.11-2 - BR: zlib-devel