rpms/python-matplotlib/devel python-matplotlib.spec,1.1,1.2

Orion Poplawski (orion) fedora-extras-commits at redhat.com
Fri Jul 1 16:15:18 UTC 2005


Author: orion

Update of /cvs/extras/rpms/python-matplotlib/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21136

Modified Files:
	python-matplotlib.spec 
Log Message:
* Fri Jul 01 2005 Orion Poplawski <orion at cora.nwra.com> 0.82-3
- Use %{python_sitearch}



Index: python-matplotlib.spec
===================================================================
RCS file: /cvs/extras/rpms/python-matplotlib/devel/python-matplotlib.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-matplotlib.spec	30 Jun 2005 21:40:07 -0000	1.1
+++ python-matplotlib.spec	1 Jul 2005 16:15:16 -0000	1.2
@@ -1,6 +1,8 @@
+%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+
 Name:           python-matplotlib
 Version:        0.82
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Python plotting library
 
 Group:          Development/Libraries
@@ -38,10 +40,13 @@
 %doc license/LICENSE_PAINT license/LICENSE_PIL license/PYTZ_LICENSE.txt
 %doc API_CHANGES CHANGELOG CXX INSTALL INTERACTIVE KNOWN_BUGS
 %doc NUMARRAY_ISSUES PKG-INFO TODO
-%dir %{_libdir}/python2.4/site-packages/matplotlib
+%dir %{python_sitearch}/matplotlib
 %dir %{_datadir}/matplotlib
 
 %changelog
+* Fri Jul 01 2005 Orion Poplawski <orion at cora.nwra.com> 0.82-3
+- Use %{python_sitearch}
+
 * Thu Jun 30 2005 Orion Poplawski <orion at cora.nwra.com> 0.82-2
 - Rename to python-matplotlib
 - Remove unneeded Requires: python




More information about the fedora-extras-commits mailing list