rpms/python-telepathy/devel python-telepathy.spec,1.18,1.19

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


Author: mcepl

Update of /cvs/pkgs/rpms/python-telepathy/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10336

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/devel/python-telepathy.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- python-telepathy.spec	29 Nov 2007 16:56:46 -0000	1.18
+++ python-telepathy.spec	29 Nov 2007 17:14:41 -0000	1.19
@@ -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
@@ -46,13 +45,13 @@
 
 %files
 %defattr(-,root,root,-)
-%doc %attr(0644,-,-) COPYING AUTHORS README examples/
+%doc COPYING AUTHORS README examples/
 %{python_sitelib}/telepathy/
 
 
 %changelog
 * Thu Nov 29 2007 Matej Cepl <mcepl at redhat.com> 0.14.0-4
-- apparently some part of rpmbuild decided that everything in examples/
+- 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




More information about the fedora-extras-commits mailing list