rpms/openwsman/F-11 openwsman.spec,1.9,1.10

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


Author: praveenp

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

Modified Files:
	openwsman.spec 
Log Message:
pywsman.py gets installed in %{python_sitelib}



Index: openwsman.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openwsman/F-11/openwsman.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- openwsman.spec	24 Sep 2009 22:26:09 -0000	1.9
+++ openwsman.spec	24 Sep 2009 22:43:14 -0000	1.10
@@ -1,9 +1,10 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %{!?ruby_sitearch: %global ruby_sitearch %(ruby -rrbconfig -e 'puts Config::CONFIG["sitearchdir"] ')}
 
 Name:          openwsman
 Version:       2.2.0
-Release:        6%{?dist}
+Release:        7%{?dist}
 License:        BSD
 Url:            http://www.openwsman.org/
 Source:         http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
@@ -111,7 +112,7 @@ rm -rf %{buildroot}
 
 %files python
 %defattr(-,root,root)
-%{python_sitearch}/pywsman.py
+%{python_sitelib}/pywsman.py
 %{python_sitearch}/*.so
 %doc COPYING
 
@@ -138,6 +139,8 @@ fi
 
 
 %changelog
+* Thu Sep 24 2009 Praveen K Paladugu <praveen_paladugu at dell.com> - 2.2.0-7
+- pywsman.py gets installed in python_sitelib - chaning back
 * 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




More information about the fedora-extras-commits mailing list