SPECS: python-iniparse.spec - python 2.4 compatible, docs
glen
glen at pld-linux.org
Tue Nov 11 00:18:12 CET 2008
Author: glen Date: Mon Nov 10 23:18:12 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- python 2.4 compatible, docs
---- Files affected:
SPECS:
python-iniparse.spec (1.3 -> 1.4)
---- Diffs:
================================================================
Index: SPECS/python-iniparse.spec
diff -u SPECS/python-iniparse.spec:1.3 SPECS/python-iniparse.spec:1.4
--- SPECS/python-iniparse.spec:1.3 Wed Oct 8 18:03:32 2008
+++ SPECS/python-iniparse.spec Tue Nov 11 00:18:07 2008
@@ -34,13 +34,18 @@
%py_comp $RPM_BUILD_ROOT%{py_sitescriptdir}
%py_postclean
+rm -rf $RPM_BUILD_ROOT%{_docdir}/iniparse-%{version}
+
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%{py_sitescriptdir}/iniparse-%{version}-py*.egg-info
+%doc Changelog README
%{py_sitescriptdir}/iniparse
+%if "%{py_ver}" > "2.4"
+%{py_sitescriptdir}/iniparse-*.egg-info
+%endif
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -48,6 +53,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.4 2008/11/10 23:18:07 glen
+- python 2.4 compatible, docs
+
Revision 1.3 2008/10/08 16:03:32 arekm
- release 3
@@ -57,4 +65,3 @@
Revision 1.1 2008/08/27 20:15:59 patrys
- initial PLD release
- spec taken from Fedora
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-iniparse.spec?r1=1.3&r2=1.4&f=u
More information about the pld-cvs-commit
mailing list