rpms/poker-eval/FC-6 .cvsignore, 1.5, 1.6 poker-eval.spec, 1.15, 1.16 sources, 1.5, 1.6

Christopher Stone (xulchris) fedora-extras-commits at redhat.com
Wed May 23 18:38:55 UTC 2007


Author: xulchris

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

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


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/poker-eval/FC-6/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	17 Oct 2006 05:28:32 -0000	1.5
+++ .cvsignore	23 May 2007 18:38:20 -0000	1.6
@@ -1 +1 @@
-poker-eval-133.0.tar.gz
+poker-eval-134.0.tar.gz


Index: poker-eval.spec
===================================================================
RCS file: /cvs/extras/rpms/poker-eval/FC-6/poker-eval.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- poker-eval.spec	17 Oct 2006 05:28:32 -0000	1.15
+++ poker-eval.spec	23 May 2007 18:38:20 -0000	1.16
@@ -1,17 +1,20 @@
 Name:           poker-eval
-Version:        133.0
+Version:        134.0
 Release:        1%{?dist}
 Summary:        Poker hand evaluator library
+
 Group:          Development/Libraries
 License:        GPL
 URL:            http://pokersource.org/poker-eval
 Source0:        http://download.gna.org/pokersource/sources/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+
 %description
 This package is a free (GPL) toolkit for writing programs which
 simulate or analyze poker games.
 
+
 %package devel
 Summary:        Poker hand evaluator library development files
 Group:          Development/Libraries
@@ -22,6 +25,7 @@
 This package contains headers and libraries required to build applications that
 use poker-eval.
 
+
 %prep
 %setup -q
 
@@ -29,37 +33,51 @@
 mkdir -p tmp/examples && cp examples/*.c tmp/examples
 rm -f tmp/examples/getopt_w32.c
 
+
 %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
+
+# remove libtool archives
+rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
+
 
 %check
 make %{?_smp_mflags} check
 
+
 %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 TODO
 %{_libdir}/*.so.*
 
+
 %files devel
 %defattr(-,root,root,-)
 %doc tmp/examples
 %{_includedir}/%{name}
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/%{name}.pc
-%exclude %{_libdir}/*.la
+
 
 %changelog
+* Wed May 23 2007 Christopher Stone <chris.stone at gmail.com> 134.0-1
+- Upstream sync
+- Minor spec file cleanups
+
 * Mon Oct 16 2006 Christopher Stone <chris.stone at gmail.com> 133.0-1
 - Upstream sync
 - Remove system macros


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/poker-eval/FC-6/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	17 Oct 2006 05:28:32 -0000	1.5
+++ sources	23 May 2007 18:38:20 -0000	1.6
@@ -1 +1 @@
-a0495760b99d224ac85f9f80e58c4fb5  poker-eval-133.0.tar.gz
+aa6d39fd3b9025fb47f25009cde60d9b  poker-eval-134.0.tar.gz




More information about the fedora-extras-commits mailing list