rpms/exiv2/FC-5 exiv2-0.11-no_rpath.patch, NONE, 1.1 exiv2-0.11-pkgconfig.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 exiv2.spec, 1.3, 1.4 sources, 1.3, 1.4 exiv2-0.9.1-no_rpath.patch, 1.1, NONE

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Tue Sep 19 19:29:50 UTC 2006


Author: rdieter

Update of /cvs/extras/rpms/exiv2/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11041

Modified Files:
	.cvsignore exiv2.spec sources 
Added Files:
	exiv2-0.11-no_rpath.patch exiv2-0.11-pkgconfig.patch 
Removed Files:
	exiv2-0.9.1-no_rpath.patch 
Log Message:
* Tue Sep 19 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.11-2
- BR: zlib-devel

* Tue Sep 19 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.11-1
- 0.11



exiv2-0.11-no_rpath.patch:

--- NEW FILE exiv2-0.11-no_rpath.patch ---
--- exiv2-0.11/src/Makefile.no_rpath	2006-09-19 13:49:19.000000000 -0500
+++ exiv2-0.11/src/Makefile	2006-09-19 13:50:05.000000000 -0500
@@ -196,7 +196,7 @@
 COMPILE.cc = $(CXX) $(CXXFLAGS) $(CXXDEFS) $(CXXINCS) -c
 COMPILE.c = $(CC) $(CFLAGS) $(DEFS) $(INCS) -c
 # LINK.cc does not need $(LIBS), libtool's dark magic takes care of that
-LINK.cc = $(CXX) $(CXXFLAGS) $(LIBRARY) $(LDFLAGS) -rpath $(libdir)
+LINK.cc = $(CXX) $(CXXFLAGS) $(LIBRARY) $(LDFLAGS) #-rpath $(libdir)
 
 # ******************************************************************************
 # Rules

exiv2-0.11-pkgconfig.patch:

--- NEW FILE exiv2-0.11-pkgconfig.patch ---
--- 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
 Description: Exif and IPTC metadata library and tools
 Version: @PACKAGE_VERSION@
-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}


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/exiv2/FC-5/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	3 Jun 2006 11:07:12 -0000	1.3
+++ .cvsignore	19 Sep 2006 19:29:50 -0000	1.4
@@ -1 +1,2 @@
 exiv2-0.10.tar.gz
+exiv2-0.11.tar.gz


Index: exiv2.spec
===================================================================
RCS file: /cvs/extras/rpms/exiv2/FC-5/exiv2.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- exiv2.spec	3 Jun 2006 11:07:12 -0000	1.3
+++ exiv2.spec	19 Sep 2006 19:29:50 -0000	1.4
@@ -1,17 +1,20 @@
 
 Summary: Exif and Iptc metadata manipulation library
 Name:	 exiv2
-Version: 0.10
-Release: 1%{?dist} 
+Version: 0.11
+Release: 2%{?dist} 
 
 License: GPL
 Group:	 Applications/Multimedia
 URL: 	 http://www.exiv2.org/
-Source:	 http://www.exiv2.org/exiv2-%{version}.tar.gz
+Source0: http://www.exiv2.org/exiv2-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-Patch1: exiv2-0.9.1-no_rpath.patch
+BuildRequires: zlib-devel
+
+Patch1: exiv2-0.11-no_rpath.patch
 Patch2: exiv2-0.9.1-deps.patch
+Patch3: exiv2-0.11-pkgconfig.patch
 
 
 %description
@@ -44,6 +47,7 @@
 
 %patch1 -p1 -b .no_rpath
 %patch2 -p1 -b .deps
+%patch3 -p1 -b .pkgconfig
 
 
 %build
@@ -92,6 +96,15 @@
 
 
 %changelog
+* Tue Sep 19 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.11-2
+- BR: zlib-devel
+
+* Tue Sep 19 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.11-1
+- 0.11
+
+* Tue Aug 29 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.10-2
+- fc6 respin
+
 * Sat Jun 03 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.10-1
 - 0.10
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/exiv2/FC-5/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	3 Jun 2006 11:07:12 -0000	1.3
+++ sources	19 Sep 2006 19:29:50 -0000	1.4
@@ -1 +1 @@
-5af2256fb9895d9331684e8c1865b956  exiv2-0.10.tar.gz
+269ce822946c56549d086f0c08dffc79  exiv2-0.11.tar.gz


--- exiv2-0.9.1-no_rpath.patch DELETED ---




More information about the scm-commits mailing list