rpms/hulahop/OLPC-3 hulahop.spec,1.16,1.17

Marco Pesenti Gritti mpg at fedoraproject.org
Tue Oct 7 14:42:50 UTC 2008


Author: mpg

Update of /cvs/pkgs/rpms/hulahop/OLPC-3
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9413

Modified Files:
	hulahop.spec 
Log Message:
* Thu Sep 11 2008 Marco Pesenti Gritti <mpg at redhat.com> - 0.4.6-4
- Use python_sitearch, hulahop have a C compiled library




Index: hulahop.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hulahop/OLPC-3/hulahop.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- hulahop.spec	7 Oct 2008 14:12:16 -0000	1.16
+++ hulahop.spec	7 Oct 2008 14:42:20 -0000	1.17
@@ -1,8 +1,8 @@
-%define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")
+%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name: hulahop
 Version: 0.4.6
-Release: 3%{?dist}
+Release: 4%{?dist}
 Summary: A pygtk widget for embedding mozilla
 
 Group: System Environment/Libraries
@@ -53,9 +53,12 @@
 %doc COPYING
 %{_datadir}/hulahop
 %{_libdir}/hulahop
-%{python_sitelib}/*
+%{python_sitearch}/*
 
 %changelog
+* Thu Sep 11 2008 Marco Pesenti Gritti <mpg at redhat.com> - 0.4.6-4
+- Use python_sitearch, hulahop have a C compiled library
+
 * Thu Sep 11 2008 Marco Pesenti Gritti <mpg at redhat.com> - 0.4.6-3
 - Build require xulrunner-python-devel
 




More information about the scm-commits mailing list