rpms/pyexiv2/devel pyexiv2.spec,1.9,1.10

Matej Cepl mcepl at fedoraproject.org
Thu Apr 23 10:51:30 UTC 2009


Author: mcepl

Update of /cvs/extras/rpms/pyexiv2/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv929

Modified Files:
	pyexiv2.spec 
Log Message:
Fix spec ... library shouldn't be executable


Index: pyexiv2.spec
===================================================================
RCS file: /cvs/extras/rpms/pyexiv2/devel/pyexiv2.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- pyexiv2.spec	23 Apr 2009 10:35:11 -0000	1.9
+++ pyexiv2.spec	23 Apr 2009 10:51:00 -0000	1.10
@@ -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 @@
 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 @@
 %{python_sitearch}/*
 
 %changelog
+* Thu Apr 23 2009 Matěj Cepl <mcepl at redhat.com> - 0.1.3-3
+- executable library doesn't make sense
+
 * Sat Apr 18 2009 Matěj Cepl <mcepl at redhat.com> - 0.1.3-2
 - Rebuild after exiv2 was fixed.
 




More information about the fedora-extras-commits mailing list