-devel: Requires: expat-devel

This commit is contained in:
Rex Dieter 2019-01-31 08:14:42 -06:00
parent 85c5dfb4bb
commit d9f0bddda3

View File

@ -2,7 +2,7 @@
Summary: Exif and Iptc metadata manipulation library
Name: exiv2
Version: 0.27.0
Release: 2%{?dist}
Release: 3%{?dist}
License: GPLv2+
URL: http://www.exiv2.org/
@ -48,6 +48,9 @@ A command line utility to access image metadata, allowing one to:
%package devel
Summary: Header files, libraries and development documentation for %{name}
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
# FIXME/TODO: probably overlinking --rex
# exiv2/exiv2Config.cmake: INTERFACE_LINK_LIBRARIES "/usr/lib64/libexpat.so"
Requires: expat-devel%{?_isa}
%description devel
%{summary}.
@ -131,6 +134,9 @@ test -x %{buildroot}%{_libdir}/libexiv2.so
%changelog
* Thu Jan 31 2019 Rex Dieter <rdieter@fedoraproject.org> - 0.27.0-3
- -devel: Requires: expat-devel
* Wed Jan 30 2019 Rex Dieter <rdieter@fedoraproject.org> - 0.27.0-2
- pull in upstream fix for pkgconfig exiv2.pc