Author: sparky Date: Sat Mar 5 11:46:21 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - Group: libraries/python - no BR: rpm-pythonprov - pack only .py[co]
---- Files affected: SPECS: pypoker-eval.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/pypoker-eval.spec diff -u SPECS/pypoker-eval.spec:1.2 SPECS/pypoker-eval.spec:1.3 --- SPECS/pypoker-eval.spec:1.2 Sat Mar 5 12:02:25 2005 +++ SPECS/pypoker-eval.spec Sat Mar 5 12:46:16 2005 @@ -5,14 +5,13 @@ Version: 126.0 Release: 0.1 License: GPL -Group: Applications/Games +Group: Libraries/Python #orig. 125.0: http://dl.sourceforge.net/pokersource/%{name}-%{version}.tar.gz Source0: http://download.gna.org/underware/dists/%{name}-%{version}.tar.gz # Source0-md5: 33f482c627c48c63c711a2b1b2308a5e URL: http://pokersource.sourceforge.net/ BuildRequires: poker-eval-devel -BuildRequires: python-devel -BuildRequires: rpm-pythonprov +BuildRequires: python-devel >= 2.3 %pyrequires_eq python-libs BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -50,7 +49,7 @@ %defattr(644,root,root,755) %doc README COPYING NEWS %attr(755,root,root) %{py_sitedir}/pypokereval.so.*.*.* -%{py_sitedir}/pokereval.py* +%{py_sitedir}/pokereval.py[co] %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -58,6 +57,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2005/03/05 11:46:16 sparky +- Group: libraries/python +- no BR: rpm-pythonprov +- pack only .py[co] + Revision 1.2 2005/03/05 11:02:25 spider - cosmetics ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/pypoker-eval.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
