rpms/smart/devel smart.spec,1.16,1.17

Axel Thimm (athimm) fedora-extras-commits at redhat.com
Sat Feb 3 02:23:19 UTC 2007


Author: athimm

Update of /cvs/extras/rpms/smart/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7065

Modified Files:
	smart.spec 
Log Message:
Funny bug - The previous version would make rpm not expand python_sitearch anymore ... (???)


Index: smart.spec
===================================================================
RCS file: /cvs/extras/rpms/smart/devel/smart.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- smart.spec	3 Feb 2007 01:23:44 -0000	1.16
+++ smart.spec	3 Feb 2007 02:22:47 -0000	1.17
@@ -1,7 +1,8 @@
-%{!?python_sitearch: %define python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 %bcond_with ksmarttray
 %bcond_without pygtk
 
+%{!?python_sitearch: %define python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+
 Summary: Next generation package handling tool
 Name: smart
 Version: 0.50




More information about the fedora-extras-commits mailing list