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

Praveen K Paladugu praveenp at fedoraproject.org
Thu Sep 24 21:49:42 UTC 2009


Author: praveenp

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

Modified Files:
	openwsman.spec 
Log Message:
testing to check python_sitelib



Index: openwsman.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openwsman/F-11/openwsman.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- openwsman.spec	24 Sep 2009 20:23:21 -0000	1.6
+++ openwsman.spec	24 Sep 2009 21:49:42 -0000	1.7
@@ -1,9 +1,9 @@
-%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%{!?ruby_sitearch: %define ruby_sitearch %(ruby -rrbconfig -e 'puts Config::CONFIG["sitearchdir"] ')}
+%{!?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:        4%{?dist}
+Release:        5%{?dist}
 License:        BSD
 Url:            http://www.openwsman.org/
 Source:         http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
@@ -63,6 +63,7 @@ chmod a-x include/*.[ch]
 # disable eventing, as Fedora libcurl isn't linked against openssl
 # disable tests in 2.1.0, http://www.openwsman.org/bug/263
 %configure --with-examples=yes --with-tests=no --enable-python=yes --enable-ruby=yes --enable-eventing=no --disable-more-warnings
+echo %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")
 make %{?_smp_flags}
 
 %install
@@ -137,6 +138,9 @@ fi
 
 
 %changelog
+* 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
 * Thu Sep 24 2009 Praveen K Paladugu <praveen_paladugu at dell.com> - 2.2.0-4
 - *.rb files are hard coded to be installed in /usr/lib in 32/64-bit
 * Thu Sep 24 2009 Praveen K Paladugu <praveen_paladugu at dell.com> - 2.2.0-3




More information about the fedora-extras-commits mailing list