rpms/PyXML/devel PyXML.spec,1.41,1.42

Roman Rakus rrakus at fedoraproject.org
Mon Mar 29 12:45:13 UTC 2010


Author: rrakus

Update of /cvs/pkgs/rpms/PyXML/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv12775

Modified Files:
	PyXML.spec 
Log Message:
I mean python_sitearch


Index: PyXML.spec
===================================================================
RCS file: /cvs/pkgs/rpms/PyXML/devel/PyXML.spec,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -p -r1.41 -r1.42
--- PyXML.spec	29 Mar 2010 08:38:59 -0000	1.41
+++ PyXML.spec	29 Mar 2010 12:45:12 -0000	1.42
@@ -1,7 +1,7 @@
 Summary: XML libraries for python
 Name: PyXML
 Version: 0.8.4
-Release: 19%{?dist}
+Release: 20%{?dist}
 Source: http://prdownloads.sourceforge.net/pyxml/PyXML-%{version}.tar.gz
 Patch0: PyXML-0.7.1-intern.patch
 Patch1: PyXML-0.8.4-cvs20041111-python2.4-backport.patch
@@ -87,10 +87,13 @@ rm -rf $RPM_BUILD_ROOT
 
 %{_bindir}/xmlproc_parse
 %{_bindir}/xmlproc_val
-%{python_sitelib}*egg-info
-%{python_sitelib}/_xmlplus
+%{python_sitearch}/*egg-info
+%{python_sitearch}/_xmlplus
 
 %changelog
+* Mon Mar 29 2010 Roman Rakus <rrakus at redhat.com> - 0.8.4-20
+- I mean python_sitearch
+
 * Mon Mar 29 2010 Roman Rakus <rrakus at redhat.com> - 0.8.4-19
 - Use python_sitelib macro
 



More information about the scm-commits mailing list