SPECS: python-cx_PyGenLib.spec - rel 1
arekm
arekm at pld-linux.org
Sat Dec 24 18:47:45 CET 2005
Author: arekm Date: Sat Dec 24 17:47:45 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- rel 1
---- Files affected:
SPECS:
python-cx_PyGenLib.spec (1.3 -> 1.4)
---- Diffs:
================================================================
Index: SPECS/python-cx_PyGenLib.spec
diff -u SPECS/python-cx_PyGenLib.spec:1.3 SPECS/python-cx_PyGenLib.spec:1.4
--- SPECS/python-cx_PyGenLib.spec:1.3 Wed May 26 23:15:22 2004
+++ SPECS/python-cx_PyGenLib.spec Sat Dec 24 18:47:40 2005
@@ -4,7 +4,7 @@
Summary(pl): Podstawowe moduły Pythona wykorzystywane w projektach Computroniksa
Name: python-%{module}
Version: 2.2
-Release: 0.1
+Release: 1
License: BSD
Vendor: Anthony Tuininga <anthony at computronix.com>
Group: Development/Libraries
@@ -34,12 +34,14 @@
%install
rm -rf $RPM_BUILD_ROOT
-python setup.py install --root=$RPM_BUILD_ROOT
+python setup.py install \
+ --root=$RPM_BUILD_ROOT
# check-files shutup
-rm -f $RPM_BUILD_ROOT%{py_sitedir}/*.py
+rm -f $RPM_BUILD_ROOT%{py_sitescriptdir}/*.py
+
# this modules are in standard Python 2.3 distribution
-rm -f $RPM_BUILD_ROOT%{py_sitedir}/{modulefinder,textwrap,_strptime,optparse,tarfile}.py*
+rm -f $RPM_BUILD_ROOT%{py_sitescriptdir}/{modulefinder,textwrap,_strptime,optparse,tarfile}.py*
%clean
rm -rf $RPM_BUILD_ROOT
@@ -47,7 +49,7 @@
%files
%defattr(644,root,root,755)
%doc LICENSE.txt README.txt HISTORY.txt
-%{py_sitedir}/cx_*.py?
+%{py_sitescriptdir}/cx_*.py?
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -55,6 +57,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.4 2005/12/24 17:47:40 arekm
+- rel 1
+
Revision 1.3 2004/05/26 21:15:22 ankry
- capitalization, tabs, other cosmetics
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/python-cx_PyGenLib.spec?r1=1.3&r2=1.4&f=u
More information about the pld-cvs-commit
mailing list