Author: charles Date: Tue Jul 22 18:18:02 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - added egg-info - BR: python 2.5 (for .egg-info), rpm-pythonprov
---- Files affected: SPECS: python-anygui.spec (1.24 -> 1.25) ---- Diffs: ================================================================ Index: SPECS/python-anygui.spec diff -u SPECS/python-anygui.spec:1.24 SPECS/python-anygui.spec:1.25 --- SPECS/python-anygui.spec:1.24 Tue Feb 13 09:06:42 2007 +++ SPECS/python-anygui.spec Tue Jul 22 20:17:56 2008 @@ -10,7 +10,8 @@ Source0: http://dl.sourceforge.net/anygui/%{module}-%{version}.tar.gz # Source0-md5: fd628ef008ef3139aae85a3d954e4653 URL: http://www.anygui.org/ -BuildRequires: python-devel >= 2.2 +BuildRequires: python-devel >= 1:2.5 +BuildRequires: rpm-pythonprov %pyrequires_eq python-modules BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -60,6 +61,7 @@ %{py_sitescriptdir}/%{module}/backends/*.py[co] %dir %{py_sitescriptdir}/%{module}/backends/txtutils %{py_sitescriptdir}/%{module}/backends/txtutils/*.py[co] +%{py_sitescriptdir}/%{module}*.egg-info %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -67,6 +69,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.25 2008/07/22 18:17:56 charles +- added egg-info +- BR: python 2.5 (for .egg-info), rpm-pythonprov + Revision 1.24 2007/02/13 08:06:42 glen - tabs in preamble ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-anygui.spec?r1=1.24&r2=1.25&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
