Author: charles Date: Fri Nov 21 22:17:42 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - added egg-info - BR: python 2.5 (for .egg-info), rpm-pythonprov
---- Files affected: SPECS: python-pymetar.spec (1.14 -> 1.15) ---- Diffs: ================================================================ Index: SPECS/python-pymetar.spec diff -u SPECS/python-pymetar.spec:1.14 SPECS/python-pymetar.spec:1.15 --- SPECS/python-pymetar.spec:1.14 Fri Oct 3 19:57:47 2008 +++ SPECS/python-pymetar.spec Fri Nov 21 23:17:36 2008 @@ -11,7 +11,8 @@ # Source0-md5: 84b6737b101daf5647a60d0d93d7783a URL: http://www.schwarzvogel.de/software-pymetar.shtml %pyrequires_eq python-modules -BuildRequires: python-devel >= 1:2.3 +BuildRequires: python-devel >= 1:2.5 +BuildRequires: rpm-pythonprov BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -70,6 +71,7 @@ %doc README THANKS TODO librarydoc.txt %attr(755,root,root) %{_bindir}/* %{py_sitescriptdir}/*.py[co] +%{py_sitescriptdir}/*.egg-info %dir %{_examplesdir}/%{name}-%{version} %{_examplesdir}/%{name}-%{version}/* @@ -79,6 +81,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.15 2008/11/21 22:17:36 charles +- added egg-info +- BR: python 2.5 (for .egg-info), rpm-pythonprov + Revision 1.14 2008/10/03 17:57:47 arekm - release 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-pymetar.spec?r1=1.14&r2=1.15&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
