rpms/pypoker-eval/devel .cvsignore, 1.4, 1.5 pypoker-eval.spec, 1.8, 1.9 sources, 1.4, 1.5

Christopher Stone (xulchris) fedora-extras-commits at redhat.com
Wed May 23 19:26:19 UTC 2007


Author: xulchris

Update of /cvs/extras/rpms/pypoker-eval/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3209/devel

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


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/pypoker-eval/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	8 Dec 2006 13:51:53 -0000	1.4
+++ .cvsignore	23 May 2007 19:25:45 -0000	1.5
@@ -1 +1 @@
-pypoker-eval-133.0.tar.gz
+pypoker-eval-134.0.tar.gz


Index: pypoker-eval.spec
===================================================================
RCS file: /cvs/extras/rpms/pypoker-eval/devel/pypoker-eval.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- pypoker-eval.spec	8 Dec 2006 13:51:53 -0000	1.8
+++ pypoker-eval.spec	23 May 2007 19:25:45 -0000	1.9
@@ -1,7 +1,7 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           pypoker-eval
-Version:        133.0
+Version:        134.0
 Release:        1%{?dist}
 Summary:        Python interface to poker-eval
 
@@ -30,6 +30,7 @@
 
 %prep
 %setup -q
+
 # make examples directory for devel %doc
 mkdir -p tmp/examples
 cp test.py tmp/examples
@@ -44,6 +45,9 @@
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 
+# remove libtool archives
+rm -f $RPM_BUILD_ROOT%{python_sitearch}/*.la
+
 
 %check
 %{__python} test.py
@@ -62,7 +66,6 @@
 %doc AUTHORS ChangeLog COPYING NEWS README
 %{python_sitearch}/*.so*
 %{python_sitearch}/*.py*
-%exclude %{python_sitearch}/*.la
 
 
 %files devel
@@ -72,6 +75,10 @@
 
 
 %changelog
+* Wed May 23 2007 Christopher Stone <chris.stone at gmail.com> 134-0-1
+- Upstream sync
+- Remove libtool archive instead of %%excluding it
+
 * Fri Dec 08 2006 Christopher Stone <chris.stone at gmail.com> 133.0-1
 - Upstream sync
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pypoker-eval/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	8 Dec 2006 13:51:53 -0000	1.4
+++ sources	23 May 2007 19:25:45 -0000	1.5
@@ -1 +1 @@
-221ba23f829d41206b2f7181608c01a5  pypoker-eval-133.0.tar.gz
+22befc7dc6909d01532992a11eb18dea  pypoker-eval-134.0.tar.gz




More information about the fedora-extras-commits mailing list