From 3827b2f7d3a11c4e542c993ced3310e9baafb1b9 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 16 Jan 2012 09:13:01 -0600 Subject: [PATCH] move locale files to main pkg (from -libs) --- exiv2.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/exiv2.spec b/exiv2.spec index 6232db6..3e8b7a2 100644 --- a/exiv2.spec +++ b/exiv2.spec @@ -2,7 +2,7 @@ Summary: Exif and Iptc metadata manipulation library Name: exiv2 Version: 0.22 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ Group: Applications/Multimedia @@ -94,7 +94,7 @@ test "$(pkg-config --modversion exiv2)" = "%{version}" rm -rf %{buildroot} -%files +%files -f exiv2.lang %defattr(-,root,root,-) %doc COPYING README %{_bindir}/exiv2 @@ -103,7 +103,7 @@ rm -rf %{buildroot} %post libs -p /sbin/ldconfig %postun libs -p /sbin/ldconfig -%files libs -f exiv2.lang +%files libs %defattr(-,root,root,-) %{_libdir}/libexiv2.so.11* @@ -116,6 +116,9 @@ rm -rf %{buildroot} %changelog +* Mon Jan 16 2012 Rex Dieter 0.22-3 +- move locale files to main pkg (from -libs) + * Fri Jan 13 2012 Fedora Release Engineering - 0.22-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild