From a108d9bed3db325920d64655516ade1e1a5af6ff Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Jun 03 2006 10:55:16 +0000 Subject: - 0.10 --- diff --git a/.cvsignore b/.cvsignore index 0154590..9cb6be3 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -exiv2-0.9.1.tar.gz +exiv2-0.10.tar.gz diff --git a/exiv2.spec b/exiv2.spec index 195b4e5..584fbb2 100644 --- a/exiv2.spec +++ b/exiv2.spec @@ -1,13 +1,13 @@ Summary: Exif and Iptc metadata manipulation library Name: exiv2 -Version: 0.9.1 -Release: 3%{?dist} +Version: 0.10 +Release: 1%{?dist} License: GPL Group: Applications/Multimedia -URL: http://home.arcor.de/ahuggel/exiv2/ -Source: http://home.arcor.de/ahuggel/exiv2/exiv2-%{version}.tar.gz +URL: http://www.exiv2.org/ +Source: 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 @@ -34,6 +34,7 @@ The command line utility allows you to: Summary: Header files, libraries and development documentation for %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} +Requires: pkgconfig %description devel %{summary}. @@ -62,6 +63,8 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la # set eXecute bit on installed lib chmod a+x $RPM_BUILD_ROOT%{_libdir}/libexiv2-*.so +## FIXME/TODO: patch installed exiv2-config to instead pull values from pkgconfig + %clean rm -rf $FPM_BUILD_ROOT @@ -85,9 +88,13 @@ rm -rf $FPM_BUILD_ROOT %{_bindir}/exiv2-config %{_includedir}/exiv2/ %{_libdir}/libexiv2.so +%{_libdir}/pkgconfig/exiv2.pc %changelog +* Sat Jun 03 2006 Rex Dieter 0.10-1 +- 0.10 + * Wed May 17 2006 Rex Dieter 0.9.1-3 - cleanup %%description - set eXecute bit on installed lib. diff --git a/sources b/sources index 2d8fd7e..5b6119c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4c6593751368f5e9235d85e0d4058e67 exiv2-0.9.1.tar.gz +5af2256fb9895d9331684e8c1865b956 exiv2-0.10.tar.gz