rpms/openwsman/F-11 openwsman.spec,1.7,1.8

Praveen K Paladugu praveenp at fedoraproject.org
Thu Sep 24 22:24:25 UTC 2009


Author: praveenp

Update of /cvs/pkgs/rpms/openwsman/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2265

Modified Files:
	openwsman.spec 
Log Message:
Changed the python_sitelib to python_sitearch in spec file



Index: openwsman.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openwsman/F-11/openwsman.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- openwsman.spec	24 Sep 2009 21:49:42 -0000	1.7
+++ openwsman.spec	24 Sep 2009 22:24:24 -0000	1.8
@@ -1,4 +1,4 @@
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 %{!?ruby_sitearch: %global ruby_sitearch %(ruby -rrbconfig -e 'puts Config::CONFIG["sitearchdir"] ')}
 
 Name:          openwsman
@@ -111,8 +111,8 @@ rm -rf %{buildroot}
 
 %files python
 %defattr(-,root,root)
-%{python_sitelib}/pywsman.py
-%{python_sitelib}/*.so
+%{python_sitearch}/pywsman.py
+%{python_sitearch}/*.so
 %doc COPYING
 
 %files -n ruby-%{name}
@@ -138,6 +138,8 @@ fi
 
 
 %changelog
+* Thu Sep 24 2009 Praveen K Paladugu <praveen_paladugu at dell.com> - 2.2.0-6
+- changing python_sitelib to python_sitearch
 * Thu Sep 24 2009 Praveen K Paladugu <praveen_paladugu at dell.com> - 2.2.0-5
 - making the python_sitelib and ruby_sitearch global
 - test build




More information about the fedora-extras-commits mailing list