rpms/python-telepathy/F-8 python-telepathy.spec,1.15,1.16

Matej Cepl (mcepl) fedora-extras-commits at redhat.com
Thu Nov 29 17:19:31 UTC 2007


Author: mcepl

Update of /cvs/pkgs/rpms/python-telepathy/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10474

Modified Files:
	python-telepathy.spec 
Log Message:
Correct fix permissions on examples/README file


Index: python-telepathy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-telepathy/F-8/python-telepathy.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- python-telepathy.spec	29 Nov 2007 15:34:48 -0000	1.15
+++ python-telepathy.spec	29 Nov 2007 17:18:51 -0000	1.16
@@ -2,7 +2,7 @@
 
 Name:           python-telepathy
 Version:        0.14.0
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Python libraries for Telepathy
 
 Group:          Development/Languages
@@ -33,12 +33,11 @@
 
 %build
 %{__python} setup.py build
-
+chmod 0644 examples/*
 
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
-
  
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -51,6 +50,10 @@
 
 
 %changelog
+* Thu Nov 29 2007 Matej Cepl <mcepl at redhat.com> 0.14.0-4
+- apparently some part of setup.py decided that everything in examples/
+  directory, which doesn't have .py extension should be executable.
+
 * Wed Nov 28 2007 Matěj Cepl <mcepl at redhat.com> 0.14.0-3
 - Add examples/README missing from the upstream tarball (examples doesn't
   make much sense without that).




More information about the fedora-extras-commits mailing list