rpms/python-lzo/devel python-lzo.spec,1.6,1.7

Huzaifa Sidhpurwala huzaifas at fedoraproject.org
Thu Jan 7 11:00:19 UTC 2010


Author: huzaifas

Update of /cvs/pkgs/rpms/python-lzo/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4364

Modified Files:
	python-lzo.spec 
Log Message:
Accommodate for changes in rpm in rawhide


Index: python-lzo.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-lzo/devel/python-lzo.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- python-lzo.spec	7 Jan 2010 09:54:27 -0000	1.6
+++ python-lzo.spec	7 Jan 2010 11:00:18 -0000	1.7
@@ -1,9 +1,7 @@
-%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
-
 Summary:	LZO bindings for Python
 Name:		python-lzo
 Version:	1.08
-Release:	6%{?dist}
+Release:	7%{?dist}
 Source0:	http://www.oberhumer.com/opensource/lzo/download/LZO-v1/%{name}-%{version}.tar.gz
 URL:		http://www.oberhumer.com/opensource/lzo/
 Patch0:		python-lzo-1.08-build-against-lzo2.patch
@@ -45,9 +43,12 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %doc COPYING NEWS README
 %defattr(-,root,root,-)
-%{python_sitelib}/*
+%{python_sitearch}/*
 
 %changelog
+* Thu Jan 7 2010 Huzaifa Sidhpurwala <huzaifas at fedoraproject.org> - 1.08-7
+- Accommodate for changes in rpm in rawhide
+
 * Thu Jan 7 2010 Huzaifa Sidhpurwala <huzaifas at fedoraproject.org> - 1.08-6
 - Update sources to patch with upstream
 




More information about the fedora-extras-commits mailing list