rpms/poker-eval/FC-5 .cvsignore, 1.4, 1.5 poker-eval.spec, 1.11, 1.12 sources, 1.4, 1.5

Christopher Stone (xulchris) fedora-extras-commits at redhat.com
Tue Oct 17 05:30:37 UTC 2006


Author: xulchris

Update of /cvs/extras/rpms/poker-eval/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28431

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


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/poker-eval/FC-5/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	29 Aug 2006 17:05:40 -0000	1.4
+++ .cvsignore	17 Oct 2006 05:30:07 -0000	1.5
@@ -1 +1 @@
-poker-eval-132.0.tar.gz
+poker-eval-133.0.tar.gz


Index: poker-eval.spec
===================================================================
RCS file: /cvs/extras/rpms/poker-eval/FC-5/poker-eval.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- poker-eval.spec	29 Aug 2006 17:05:40 -0000	1.11
+++ poker-eval.spec	17 Oct 2006 05:30:07 -0000	1.12
@@ -1,5 +1,5 @@
 Name:           poker-eval
-Version:        132.0
+Version:        133.0
 Release:        1%{?dist}
 Summary:        Poker hand evaluator library
 Group:          Development/Libraries
@@ -26,22 +26,22 @@
 %setup -q
 
 # use examples/ directory for devel package %doc section
-%{__mkdir_p} tmp/examples && %{__cp} examples/*.c tmp/examples
-%{__rm} -f tmp/examples/getopt_w32.c
+mkdir -p tmp/examples && cp examples/*.c tmp/examples
+rm -f tmp/examples/getopt_w32.c
 
 %build
 %configure --disable-static
-%{__make} %{?_smp_mflags}
+make %{?_smp_mflags}
 
 %install
-%{__rm} -rf %{buildroot}
-%{__make} install DESTDIR=%{buildroot}
+rm -rf %{buildroot}
+make install DESTDIR=%{buildroot}
 
 %check
-%{__make} %{?_smp_mflags} check
+make %{?_smp_mflags} check
 
 %clean
-%{__rm} -rf %{buildroot}
+rm -rf %{buildroot}
 
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
@@ -60,6 +60,16 @@
 %exclude %{_libdir}/*.la
 
 %changelog
+* Mon Oct 16 2006 Christopher Stone <chris.stone at gmail.com> 133.0-1
+- Upstream sync
+- Remove system macros
+
+* Tue Aug 29 2006 Christopher Stone <chris.stone at gmail.com> 132.0-3
+- Somehow the package name got messed up
+
+* Tue Aug 29 2006 Christopher Stone <chris.stone at gmail.com> 132.0-2
+- Attempted a make tag before committing new sources
+
 * Tue Aug 29 2006 Christopher Stone <chris.stone at gmail.com> 132.0-1
 - New release
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/poker-eval/FC-5/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	29 Aug 2006 17:05:40 -0000	1.4
+++ sources	17 Oct 2006 05:30:07 -0000	1.5
@@ -1 +1 @@
-03c2046b5bd6b1f116623b8bba067df8  poker-eval-132.0.tar.gz
+a0495760b99d224ac85f9f80e58c4fb5  poker-eval-133.0.tar.gz




More information about the scm-commits mailing list