- 0.10
This commit is contained in:
parent
bff6f242d2
commit
a108d9bed3
@ -1 +1 @@
|
|||||||
exiv2-0.9.1.tar.gz
|
exiv2-0.10.tar.gz
|
||||||
|
15
exiv2.spec
15
exiv2.spec
@ -1,13 +1,13 @@
|
|||||||
|
|
||||||
Summary: Exif and Iptc metadata manipulation library
|
Summary: Exif and Iptc metadata manipulation library
|
||||||
Name: exiv2
|
Name: exiv2
|
||||||
Version: 0.9.1
|
Version: 0.10
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
URL: http://home.arcor.de/ahuggel/exiv2/
|
URL: http://www.exiv2.org/
|
||||||
Source: http://home.arcor.de/ahuggel/exiv2/exiv2-%{version}.tar.gz
|
Source: http://www.exiv2.org/exiv2-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
Patch1: exiv2-0.9.1-no_rpath.patch
|
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}
|
Summary: Header files, libraries and development documentation for %{name}
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
Requires: pkgconfig
|
||||||
%description devel
|
%description devel
|
||||||
%{summary}.
|
%{summary}.
|
||||||
|
|
||||||
@ -62,6 +63,8 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
|
|||||||
# set eXecute bit on installed lib
|
# set eXecute bit on installed lib
|
||||||
chmod a+x $RPM_BUILD_ROOT%{_libdir}/libexiv2-*.so
|
chmod a+x $RPM_BUILD_ROOT%{_libdir}/libexiv2-*.so
|
||||||
|
|
||||||
|
## FIXME/TODO: patch installed exiv2-config to instead pull values from pkgconfig
|
||||||
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $FPM_BUILD_ROOT
|
rm -rf $FPM_BUILD_ROOT
|
||||||
@ -85,9 +88,13 @@ rm -rf $FPM_BUILD_ROOT
|
|||||||
%{_bindir}/exiv2-config
|
%{_bindir}/exiv2-config
|
||||||
%{_includedir}/exiv2/
|
%{_includedir}/exiv2/
|
||||||
%{_libdir}/libexiv2.so
|
%{_libdir}/libexiv2.so
|
||||||
|
%{_libdir}/pkgconfig/exiv2.pc
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jun 03 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.10-1
|
||||||
|
- 0.10
|
||||||
|
|
||||||
* Wed May 17 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.1-3
|
* Wed May 17 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.1-3
|
||||||
- cleanup %%description
|
- cleanup %%description
|
||||||
- set eXecute bit on installed lib.
|
- set eXecute bit on installed lib.
|
||||||
|
Loading…
Reference in New Issue
Block a user