- rebuild for pkgconfig deps
This commit is contained in:
parent
9dd907ba80
commit
e4d894483b
11
exiv2.spec
11
exiv2.spec
@ -7,7 +7,7 @@
|
|||||||
Summary: Exif and Iptc metadata manipulation library
|
Summary: Exif and Iptc metadata manipulation library
|
||||||
Name: exiv2
|
Name: exiv2
|
||||||
Version: 0.17.1
|
Version: 0.17.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
@ -18,6 +18,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||||||
BuildRequires: chrpath
|
BuildRequires: chrpath
|
||||||
BuildRequires: expat-devel
|
BuildRequires: expat-devel
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
# docs
|
# docs
|
||||||
#BuildRequires: doxygen graphviz libxslt
|
#BuildRequires: doxygen graphviz libxslt
|
||||||
@ -57,11 +58,6 @@ Requires: pkgconfig
|
|||||||
%package libs
|
%package libs
|
||||||
Summary: Exif and Iptc metadata manipulation library
|
Summary: Exif and Iptc metadata manipulation library
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
# helps multilib upgrades
|
|
||||||
# Obsoletes: %{name} < %{version}-%{release}
|
|
||||||
# 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
|
%description libs
|
||||||
A C++ library to access image metadata, supporting full read and write access
|
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
|
to the Exif and Iptc metadata, Exif MakerNote support, extract and delete
|
||||||
@ -134,6 +130,9 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 12 2008 Rex Dieter <rdieter@fedoraproject.org> 0.17.2-2
|
||||||
|
- rebuild for pkgconfig deps
|
||||||
|
|
||||||
* Mon Jun 23 2008 Rex Dieter <rdieter@fedoraproject.org> 0.17.1-1
|
* Mon Jun 23 2008 Rex Dieter <rdieter@fedoraproject.org> 0.17.1-1
|
||||||
- exiv2-0.17.1
|
- exiv2-0.17.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user