Author: jajcus Date: Thu Jul 8 12:41:14 2010 GMT Module: packages Tag: HEAD ---- Log message: - %files fixed for Python 2.7
---- Files affected: packages/scons: scons.spec (1.39 -> 1.40) ---- Diffs: ================================================================ Index: packages/scons/scons.spec diff -u packages/scons/scons.spec:1.39 packages/scons/scons.spec:1.40 --- packages/scons/scons.spec:1.39 Thu Jul 8 10:46:50 2010 +++ packages/scons/scons.spec Thu Jul 8 14:41:08 2010 @@ -3,7 +3,7 @@ Summary(pl.UTF-8): OpenSourcowe narzędzie do tworzenia oprogramowania Name: scons Version: 1.3.0 -Release: 2 +Release: 7 License: MIT, freely distributable Group: Development/Tools Source0: http://downloads.sourceforge.net/scons/%{name}-%{version}.tar.gz @@ -81,7 +81,7 @@ %{py_sitescriptdir}/SCons %{_mandir}/man1/scons*.1* %if "%{py_ver}" > "2.4" -%{py_sitescriptdir}/scons-1.3.0-py2.6.egg-info +%{py_sitescriptdir}/scons-1.3.0-py*.egg-info %endif %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -90,6 +90,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.40 2010/07/08 12:41:08 jajcus +- %files fixed for Python 2.7 + Revision 1.39 2010/07/08 08:46:50 arekm - release 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/scons/scons.spec?r1=1.39&r2=1.40&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
