rpms/exiv2/devel .cvsignore, 1.7, 1.8 exiv2.spec, 1.13, 1.14 sources, 1.7, 1.8 exiv2-0.11-no_rpath.patch, 1.1, NONE

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Tue Nov 13 16:58:33 UTC 2007


Author: rdieter

Update of /cvs/pkgs/rpms/exiv2/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3209

Modified Files:
	.cvsignore exiv2.spec sources 
Removed Files:
	exiv2-0.11-no_rpath.patch 
Log Message:
* Tue Nov 13 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 0.16-0.1.pre1
- exiv2-0.16-pre1



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/exiv2/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	12 Jul 2007 15:02:46 -0000	1.7
+++ .cvsignore	13 Nov 2007 16:57:58 -0000	1.8
@@ -2,3 +2,4 @@
 exiv2-0.12.tar.gz
 exiv2-0.14.tar.gz
 exiv2-0.15.tar.gz
+exiv2-0.16-pre1.tar.gz


Index: exiv2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/exiv2/devel/exiv2.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- exiv2.spec	18 Sep 2007 14:38:31 -0000	1.13
+++ exiv2.spec	13 Nov 2007 16:57:58 -0000	1.14
@@ -1,21 +1,24 @@
 
+%define pre pre1
+
 Summary: Exif and Iptc metadata manipulation library
 Name:	 exiv2
-Version: 0.15
-Release: 4%{?dist} 
+Version: 0.16
+Release: 0.1.%{?pre}%{?dist} 
 
 License: GPLv2+
 Group:	 Applications/Multimedia
 URL: 	 http://www.exiv2.org/
-Source0: http://www.exiv2.org/exiv2-%{version}.tar.gz
+Source0: http://www.exiv2.org/exiv2-%{version}%{?pre:-%{pre}}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires: zlib-devel
+BuildRequires: chrpath
+BuildRequires: expat-devel
 BuildRequires: gettext
+BuildRequires: zlib-devel
 # docs
-BuildRequires: doxygen graphviz libxslt
+#BuildRequires: doxygen graphviz libxslt
 
-Patch1: exiv2-0.11-no_rpath.patch
 Patch2: exiv2-0.9.1-deps.patch
 
 Requires: %{name}-libs = %{version}-%{release}
@@ -53,41 +56,45 @@
 
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}%{?pre:-%{pre}}
 
-%patch1 -p1 -b .no_rpath
 %patch2 -p1 -b .deps
 
 mkdir doc/html
 
 
 %build
-%configure --disable-static 
+%configure \
+  --disable-rpath \
+  --disable-static 
 
 make %{?_smp_mflags} 
 
 
 %install
-rm -rf $RPM_BUILD_ROOT 
+rm -rf %{buildroot} 
 
-make install DESTDIR=$RPM_BUILD_ROOT
+make install DESTDIR=%{buildroot}
 
 %find_lang exiv2
 
 # Unpackaged files
-rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
+rm -f %{buildroot}%{_libdir}/lib*.la
 
 # fix perms on installed lib
-chmod 755 $RPM_BUILD_ROOT%{_libdir}/lib*.so*
+chmod 755 %{buildroot}%{_libdir}/lib*.so*
 
+# nuke rpaths
+chrpath --list %{buildroot}%{_bindir}/exiv2
+chrpath --delete %{buildroot}%{_bindir}/exiv2
 
 %clean
-rm -rf $FPM_BUILD_ROOT
+rm -rf %{buildroot} 
 
 
-%post -p /sbin/ldconfig
+%post libs -p /sbin/ldconfig
 
-%postun -p /sbin/ldconfig
+%postun libs -p /sbin/ldconfig
 
 
 %files 
@@ -109,6 +116,9 @@
 
 
 %changelog
+* Tue Nov 13 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 0.16-0.1.pre1
+- exiv2-0.16-pre1
+
 * Tue Sep 18 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 0.15-4
 - -libs: -Requires: %%name
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/exiv2/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	12 Jul 2007 15:02:46 -0000	1.7
+++ sources	13 Nov 2007 16:57:58 -0000	1.8
@@ -1 +1 @@
-bb18d19e1d6fb255dadda456cadec00e  exiv2-0.15.tar.gz
+e4d0836f92b917f6e5ff85041c8717fb  exiv2-0.16-pre1.tar.gz


--- exiv2-0.11-no_rpath.patch DELETED ---




More information about the fedora-extras-commits mailing list