Author: lisu Date: Thu Mar 25 09:44:24 2010 GMT Module: packages Tag: HEAD ---- Log message: - up to 1.3.0 - more verbose files - adapter
---- Files affected: packages/scons: scons.spec (1.37 -> 1.38) ---- Diffs: ================================================================ Index: packages/scons/scons.spec diff -u packages/scons/scons.spec:1.37 packages/scons/scons.spec:1.38 --- packages/scons/scons.spec:1.37 Thu Dec 10 16:09:27 2009 +++ packages/scons/scons.spec Thu Mar 25 10:44:19 2010 @@ -2,12 +2,12 @@ Summary: An Open Source software construction tool Summary(pl.UTF-8): OpenSourcowe narzędzie do tworzenia oprogramowania Name: scons -Version: 1.2.0 -Release: 2 +Version: 1.3.0 +Release: 1 License: MIT, freely distributable Group: Development/Tools -Source0: http://dl.sourceforge.net/scons/%{name}-%{version}.tar.gz -# Source0-md5: 53b6aa7281811717a57598e319441cf7 +Source0: http://downloads.sourceforge.net/scons/%{name}-%{version}.tar.gz +# Source0-md5: ad6838c867abd2ad5bf371b353d594f7 URL: http://www.scons.org/ BuildRequires: python-devel >= 1.6 BuildRequires: rpm-pythonprov @@ -77,9 +77,12 @@ %defattr(644,root,root,755) #LICENSE.txt must be added (read LICENSE.txt file) %doc CHANGES.txt LICENSE.txt README.txt RELEASE.txt -%attr(755,root,root) %{_bindir}/* -%{py_sitescriptdir}/* -%{_mandir}/man1/* +%attr(755,root,root) %{_bindir}/scons* +%{py_sitescriptdir}/SCons +%{_mandir}/man1/scons*.1* +%if "%{py_ver}" > "2.4" +%{py_sitescriptdir}/scons-1.3.0-py2.6.egg-info +%endif %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -87,11 +90,31 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.38 2010/03/25 09:44:19 lisu +- up to 1.3.0 +- more verbose files +- adapter + Revision 1.37 2009/12/10 15:09:27 glen - kill env shebang; rel 2 Revision 1.36 2009/01/17 05:18:19 lisu - remove DEVEL stuff + +Revision 1.35.2.5 2010/03/09 10:36:36 lisu +- updated to 1.2.0.d20100306 snap + +Revision 1.35.2.4 2010/01/22 14:03:33 lisu +- up to 1.2.0.d20100117 snapshot + +Revision 1.35.2.3 2009/09/29 11:35:52 lisu +- up to 1.2.0.d20090919 snap + +Revision 1.35.2.2 2009/03/04 11:10:04 lisu +- up to 1.2.0.d20090223 snap + +Revision 1.35.2.1 2009/01/15 15:53:15 lisu +- 1.2.0.d20090113 snap version Revision 1.35 2008/12/22 10:16:07 lisu - do not give dir name in %%setup ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/scons/scons.spec?r1=1.37&r2=1.38&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
