rpms/python-myghty/devel python-myghty.spec,1.3,1.4

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Wed Jan 4 09:17:35 UTC 2006


Author: lmacken

Update of /cvs/extras/rpms/python-myghty/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26104

Modified Files:
	python-myghty.spec 
Log Message:
Install with --old-and-unmanageable to avoid Python Eggs annoyance


Index: python-myghty.spec
===================================================================
RCS file: /cvs/extras/rpms/python-myghty/devel/python-myghty.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- python-myghty.spec	4 Jan 2006 08:53:33 -0000	1.3
+++ python-myghty.spec	4 Jan 2006 09:17:21 -0000	1.4
@@ -33,9 +33,8 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
+%{__python} setup.py install -O1 --old-and-unmanageable --root $RPM_BUILD_ROOT
 (cd doc ; %{__python} genhtml.py)
-find ./doc ./examples -type f -perm +001 | xargs chmod -x
 
 
 %clean
@@ -51,6 +50,7 @@
 %changelog
 * Wed Jan 04 2006 Luke Macken <lmacken at redhat.com> 0.99a-1
 - Bump to 0.99a
+- Install with --old-and-unmanageable to avoid Python Eggs annoyance
 
 * Wed Oct 05 2005 Luke Macken <lmacken at redhat.com> 0.99-1
 - Bump to version 0.99




More information about the fedora-extras-commits mailing list