SPECS: python-memcached.spec - Python standardization

saq saq at pld-linux.org
Fri Jul 22 18:50:47 CEST 2005


Author: saq                          Date: Fri Jul 22 16:50:47 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- Python standardization

---- Files affected:
SPECS:
   python-memcached.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/python-memcached.spec
diff -u SPECS/python-memcached.spec:1.2 SPECS/python-memcached.spec:1.3
--- SPECS/python-memcached.spec:1.2	Fri Jul 22 18:30:04 2005
+++ SPECS/python-memcached.spec	Fri Jul 22 18:50:42 2005
@@ -9,6 +9,7 @@
 Source0:	http://www.danga.com/memcached/dist/python-%{module}-%{version}.tar.gz
 # Source0-md5:	7bbba370429bd3d7ab70bbf0828d841c
 URL:		http://www.danga.com/memcached/apis.bml
+BuildRequires:	python
 BuildRequires:	rpmbuild(macros) >= 1.174
 %pyrequires_eq	python-modules
 BuildArch:	noarch
@@ -30,12 +31,14 @@
 	--optimize=2 \
 	--root $RPM_BUILD_ROOT
 
+rm -f $RPM_BUILD_ROOT%{py_sitescriptdir}/*.py
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%attr(755,root,root) %{py_scriptdir}/site-packages/*.py[co]
+%{py_sitescriptdir}/*.py[co]
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -43,6 +46,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2005/07/22 16:50:42  saq
+- Python standardization
+
 Revision 1.2  2005/07/22 16:30:04  arekm
 - noarch
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/python-memcached.spec?r1=1.2&r2=1.3&f=u




More information about the pld-cvs-commit mailing list