rpms/pypoker-eval/FC-6 .cvsignore, 1.3, 1.4 pypoker-eval.spec, 1.7, 1.8 sources, 1.3, 1.4

Christopher Stone (xulchris) fedora-extras-commits at redhat.com
Fri Dec 8 13:52:18 UTC 2006


Author: xulchris

Update of /cvs/extras/rpms/pypoker-eval/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28012/FC-6

Modified Files:
	.cvsignore pypoker-eval.spec sources 
Log Message:
upstream sync


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/pypoker-eval/FC-6/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	1 Sep 2006 20:56:39 -0000	1.3
+++ .cvsignore	8 Dec 2006 13:51:48 -0000	1.4
@@ -1 +1 @@
-pypoker-eval-132.0.tar.gz
+pypoker-eval-133.0.tar.gz


Index: pypoker-eval.spec
===================================================================
RCS file: /cvs/extras/rpms/pypoker-eval/FC-6/pypoker-eval.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- pypoker-eval.spec	10 Sep 2006 23:15:22 -0000	1.7
+++ pypoker-eval.spec	8 Dec 2006 13:51:48 -0000	1.8
@@ -1,13 +1,15 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           pypoker-eval
-Version:        132.0
-Release:        3%{?dist}
+Version:        133.0
+Release:        1%{?dist}
 Summary:        Python interface to poker-eval
+
 Group:          Development/Libraries
 License:        GPL
 URL:            http://pokersource.org/pypoker-eval
 Source0:        http://download.gna.org/pokersource/sources/%{name}-%{version}.tar.gz
+
 BuildRequires:  python-devel poker-eval-devel >= 124.0
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -25,29 +27,36 @@
 This package contains files required to build applications that use
 pypoker-eval.
 
+
 %prep
 %setup -q
 # make examples directory for devel %doc
 mkdir -p tmp/examples
 cp test.py tmp/examples
 
+
 %build
 %configure --disable-static
 make %{?_smp_mflags}
 
+
 %install
-rm -rf %{buildroot}
-make install DESTDIR=%{buildroot}
+rm -rf $RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT
+
 
 %check
 %{__python} test.py
 
+
 %clean
-rm -rf %{buildroot}
+rm -rf $RPM_BUILD_ROOT
+
 
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
+
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING NEWS README
@@ -55,12 +64,17 @@
 %{python_sitearch}/*.py*
 %exclude %{python_sitearch}/*.la
 
+
 %files devel
 %defattr(-,root,root,-)
 %doc tmp/examples
 %{_libdir}/pkgconfig/%{name}.pc
 
+
 %changelog
+* Fri Dec 08 2006 Christopher Stone <chris.stone at gmail.com> 133.0-1
+- Upstream sync
+
 * Sun Sep 10 2006 Christopher Stone <chris.stone at gmail.com> 132.0-3
 - Move .so file into main package
 - Remove system call macros


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pypoker-eval/FC-6/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	1 Sep 2006 20:56:39 -0000	1.3
+++ sources	8 Dec 2006 13:51:48 -0000	1.4
@@ -1 +1 @@
-388ef748d787b63aefffd0fdaaf6986c  pypoker-eval-132.0.tar.gz
+221ba23f829d41206b2f7181608c01a5  pypoker-eval-133.0.tar.gz




More information about the fedora-extras-commits mailing list