From fe5226d9852ebf839a9d2e61b9202c04cf053431 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Apr 23 2009 10:51:00 +0000 Subject: Fix spec ... library shouldn't be executable --- diff --git a/pyexiv2.spec b/pyexiv2.spec index 7cbe73b..4855f3b 100644 --- a/pyexiv2.spec +++ b/pyexiv2.spec @@ -3,7 +3,7 @@ Name: pyexiv2 Version: 0.1.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python binding to exiv2 Group: Development/Languages @@ -45,7 +45,6 @@ rm -rf $RPM_BUILD_ROOT export CXXFLAGS="%{optflags}" export LDFLAGS="%{optflags}" scons DESTDIR=$RPM_BUILD_ROOT install -chmod +x ${RPM_BUILD_ROOT}%{python_sitearch}/pyexiv2.py %clean rm -rf $RPM_BUILD_ROOT @@ -60,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT %{python_sitearch}/* %changelog +* Thu Apr 23 2009 Matěj Cepl - 0.1.3-3 +- executable library doesn't make sense + * Sat Apr 18 2009 Matěj Cepl - 0.1.3-2 - Rebuild after exiv2 was fixed.