rpms/gnash/devel gnash.spec,1.56,1.57

tomeu tomeu at fedoraproject.org
Sun Aug 9 14:37:07 UTC 2009


Author: tomeu

Update of /cvs/pkgs/rpms/gnash/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28534

Modified Files:
	gnash.spec 
Log Message:
* Sun Aug 09 2009 Tomeu Vizoso <tomeu at sugarlabs.org> 0.9.0-0.4.20090809bzr11401
- Install the python module in the sitearch dir



Index: gnash.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnash/devel/gnash.spec,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -p -r1.56 -r1.57
--- gnash.spec	9 Aug 2009 13:36:21 -0000	1.56
+++ gnash.spec	9 Aug 2009 14:37:06 -0000	1.57
@@ -1,11 +1,11 @@
 %define commitid 11401
 %define alphatag 20090809bzr%{commitid}
 
-%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:           gnash
 Version:        0.9.0
-Release:        0.3.%{alphatag}%{?dist}
+Release:        0.4.%{alphatag}%{?dist}
 Summary:        GNU flash movie player
 
 Group:          Applications/Multimedia
@@ -306,9 +306,12 @@ fi
 
 %files widget
 %{_prefix}/include/gnash/*.h
-%{python_sitelib}/*
+%{python_sitearch}/*
 
 %changelog
+* Sun Aug 09 2009 Tomeu Vizoso <tomeu at sugarlabs.org> 0.9.0-0.4.20090809bzr11401
+- Install the python module in the sitearch dir
+
 * Sun Aug 09 2009 Tomeu Vizoso <tomeu at sugarlabs.org> 0.9.0-0.3.20090809bzr11401
 - One more 64bit fix
 




More information about the fedora-extras-commits mailing list