rpms/poker-engine/FC-6 .cvsignore, 1.8, 1.9 poker-engine.spec, 1.15, 1.16 sources, 1.8, 1.9

Christopher Stone (xulchris) fedora-extras-commits at redhat.com
Wed Jan 24 16:18:15 UTC 2007


Author: xulchris

Update of /cvs/extras/rpms/poker-engine/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30183/FC-6

Modified Files:
	.cvsignore poker-engine.spec sources 
Log Message:
upstream sync


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/poker-engine/FC-6/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	11 Jan 2007 16:40:38 -0000	1.8
+++ .cvsignore	24 Jan 2007 16:17:44 -0000	1.9
@@ -1 +1 @@
-poker-engine-1.0.21.tar.gz
+poker-engine-1.0.22.tar.gz


Index: poker-engine.spec
===================================================================
RCS file: /cvs/extras/rpms/poker-engine/FC-6/poker-engine.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- poker-engine.spec	11 Jan 2007 16:40:38 -0000	1.15
+++ poker-engine.spec	24 Jan 2007 16:17:44 -0000	1.16
@@ -1,14 +1,16 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           poker-engine
-Version:        1.0.21
+Version:        1.0.22
 Release:        1%{?dist}
 Summary:        Python library that implements poker rules
+
 Group:          Development/Libraries
 License:        GPL
 URL:            http://pokersource.org/poker-engine
 Source0:        http://download.gna.org/pokersource/sources/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
 BuildArch:      noarch
 BuildRequires:  rsync libxml2-python libxslt-python pypoker-eval-devel >= 128.0
 Requires:       rsync libxml2-python libxslt-python pypoker-eval >= 128.0
@@ -29,22 +31,28 @@
 This package contains files required to build applications that use
 poker-engine.
 
+
 %prep
 %setup -q
 
+
 %build
 %configure
 make %{?_smp_mflags}
 
+
 %install
-rm -rf %{buildroot}
-make install DESTDIR=%{buildroot}
+rm -rf $RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT
+
 
 %check
 make %{?_smp_mflags} check VERBOSE_T=-1
+
  
 %clean
-rm -rf %{buildroot}
+rm -rf $RPM_BUILD_ROOT
+
 
 %files
 %defattr(-,root,root,-)
@@ -60,10 +68,19 @@
 %defattr(-,root,root,-)
 %{_datadir}/pkgconfig/%{name}.pc
 
+
 %changelog
+* Wed Jan 24 2007 Christopher Stone <chris.stone at gmail.com> 1.0.22-1
+- Upstream sync
+- Minor whitespace cleanups
+- Change %%{buildroot} to $$RPM_BUILD_ROOT
+
 * Thu Jan 11 2007 Christopher Stone <chris.stone at gmail.com> 1.0.21-1
 - Upstream sync
 
+* Fri Dec 08 2006 Christopher Stone <chris.stone at gmail.com> 1.0.20-2.fc7.1
+- python(abi) = 0:2.5
+
 * Thu Dec 07 2006 Christopher Stone <chris.stone at gmail.com> 1.0.20-2
 - Add missing Requires
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/poker-engine/FC-6/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	11 Jan 2007 16:40:38 -0000	1.8
+++ sources	24 Jan 2007 16:17:44 -0000	1.9
@@ -1 +1 @@
-54903b855ec069434da0f41cfaa48720  poker-engine-1.0.21.tar.gz
+f6a42bf9c896cb6f1ea3054a8e51cc8f  poker-engine-1.0.22.tar.gz




More information about the fedora-extras-commits mailing list