This commit is contained in:
Rex Dieter 2006-10-04 19:19:25 +00:00
parent cfa1197d83
commit 3827851e5f
2 changed files with 8 additions and 6 deletions

View File

@ -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}

View File

@ -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 <rexdieter[AT]users.sf.net> 0.11-3
- respin
* Tue Sep 19 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.11-2
- BR: zlib-devel