rpms/exiv2/EL-5 .cvsignore, 1.6, 1.7 exiv2.spec, 1.9, 1.10 sources, 1.6, 1.7

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Mon Nov 26 13:58:11 UTC 2007


Author: rdieter

Update of /cvs/pkgs/rpms/exiv2/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29220

Modified Files:
	.cvsignore exiv2.spec sources 
Log Message:
exiv-0.15



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/exiv2/EL-5/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	6 Jun 2007 14:36:28 -0000	1.6
+++ .cvsignore	26 Nov 2007 13:57:37 -0000	1.7
@@ -1,3 +1,4 @@
 clog
 exiv2-0.12.tar.gz
 exiv2-0.14.tar.gz
+exiv2-0.15.tar.gz


Index: exiv2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/exiv2/EL-5/exiv2.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- exiv2.spec	6 Jun 2007 14:36:28 -0000	1.9
+++ exiv2.spec	26 Nov 2007 13:57:37 -0000	1.10
@@ -1,10 +1,10 @@
 
 Summary: Exif and Iptc metadata manipulation library
 Name:	 exiv2
-Version: 0.14
-Release: 1%{?dist} 
+Version: 0.15
+Release: 4%{?dist} 
 
-License: GPL
+License: GPLv2+
 Group:	 Applications/Multimedia
 URL: 	 http://www.exiv2.org/
 Source0: http://www.exiv2.org/exiv2-%{version}.tar.gz
@@ -18,13 +18,10 @@
 Patch1: exiv2-0.11-no_rpath.patch
 Patch2: exiv2-0.9.1-deps.patch
 
+Requires: %{name}-libs = %{version}-%{release}
 
 %description
-Exiv2 comprises of a C++ library and a command line utility to access image
-metadata. Exiv2 supports full read and write access to the Exif and Iptc
-metadata, Exif MakerNote support, extract and delete methods for Exif
-thumbnails, classes to access Ifd and so on.
-The command line utility allows you to:
+A command line utility to access image metadata, allowing one to:
 * print the Exif metadata of Jpeg images as summary info, interpreted values,
   or the plain data for each tag
 * print the Iptc metadata of Jpeg images
@@ -38,11 +35,22 @@
 %package devel
 Summary: Header files, libraries and development documentation for %{name}
 Group:	 Development/Libraries
-Requires: %{name} = %{version}-%{release}
+Requires: %{name}-libs = %{version}-%{release}
 Requires: pkgconfig
 %description devel
 %{summary}.
 
+%package libs
+Summary: Exif and Iptc metadata manipulation library
+Group: System Environment/Libraries
+# not *strictly* required, but runtime may expect presence of exiv2 binary
+# 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 
+methods for Exif thumbnails, classes to access Ifd and so on.
+
 
 %prep
 %setup -q
@@ -69,8 +77,8 @@
 # Unpackaged files
 rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
 
-# set eXecute bit on installed lib
-chmod a+x $RPM_BUILD_ROOT%{_libdir}/libexiv2*.so
+# fix perms on installed lib
+chmod 755 $RPM_BUILD_ROOT%{_libdir}/lib*.so*
 
 
 %clean
@@ -82,13 +90,16 @@
 %postun -p /sbin/ldconfig
 
 
-%files -f exiv2.lang
+%files 
 %defattr(-,root,root,-)
 %doc COPYING README
 %{_bindir}/exiv2
-%{_libdir}/libexiv2.so.*
 %{_mandir}/man1/*
 
+%files libs -f exiv2.lang
+%defattr(-,root,root,-)
+%{_libdir}/libexiv2.so.*
+
 %files devel
 %defattr(-,root,root,-)
 %doc doc/html
@@ -98,6 +109,18 @@
 
 
 %changelog
+* Tue Sep 18 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 0.15-4
+- -libs: -Requires: %%name
+
+* Tue Aug 21 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 0.15-3
+- -libs subpkg to be multilib-friendlier
+
+* Sat Aug 11 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 0.15-2
+- License: GPLv2+
+
+* Thu Jul 12 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 0.15-1
+- exiv2-0.15
+
 * Mon Apr 02 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 0.14-1
 - exiv2-0.14
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/exiv2/EL-5/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	6 Jun 2007 14:36:28 -0000	1.6
+++ sources	26 Nov 2007 13:57:37 -0000	1.7
@@ -1 +1 @@
-6f8edde77d95f49fc83329feb615bb33  exiv2-0.14.tar.gz
+bb18d19e1d6fb255dadda456cadec00e  exiv2-0.15.tar.gz




More information about the fedora-extras-commits mailing list