Author: sparky                       Date: Sat Mar  5 09:04:15 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new, neads revision

---- Files affected:
SPECS:
   pypoker-eval.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/pypoker-eval.spec
diff -u /dev/null SPECS/pypoker-eval.spec:1.1
--- /dev/null   Sat Mar  5 10:04:15 2005
+++ SPECS/pypoker-eval.spec     Sat Mar  5 10:04:09 2005
@@ -0,0 +1,63 @@
+# $Revision$, $Date$
+Summary:       Python adaptor for poker-eval
+Summary(pl):   Pythonowy adapter dla poker-eval
+Name:          pypoker-eval
+Version:       126.0
+Release:       0.1
+License:       GPL
+Group:         Applications/Games
+#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
+%pyrequires_eq python-libs
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This package is python adaptor for the poker-eval toolkit for writing
+programs which simulate or analyze poker games. The python interface
+is somewhat simpler than the C API of poker-eval. It assumes that the
+caller is willing to have a higher level API and is not interested in
+a one to one mapping of the poker-eval API.
+
+%description -l pl
+Ten pakiet to pythonowy adapter dla narzędzia poker-eval do psania
+programów symulujących lub analizujących grę w pokera. Interfejs w
+pythonie jest w pewnym sensie łatwiejszy niż API w C. Zaklada że
+użytkownik potrzebuje wysokopoziomowego API i nie interesuje go
+mapowanie całej API biblioteki poker-eval.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README COPYING NEWS
+%attr(755,root,root) %{py_sitedir}/pypokereval.so.*.*.*
+%{py_sitedir}/pokereval.py*
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/03/05 09:04:09  sparky
+- new, neads revision
+
================================================================

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to