rpms/poker-engine/FC-4 poker-engine.spec,1.1,1.2

Christopher Stone (xulchris) fedora-extras-commits at redhat.com
Thu Jun 1 21:22:31 UTC 2006


Author: xulchris

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

Modified Files:
	poker-engine.spec 
Log Message:
Add new pokgconfig BR and use macros for system commands


Index: poker-engine.spec
===================================================================
RCS file: /cvs/extras/rpms/poker-engine/FC-4/poker-engine.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- poker-engine.spec	31 May 2006 03:24:15 -0000	1.1
+++ poker-engine.spec	1 Jun 2006 21:22:31 -0000	1.2
@@ -2,7 +2,7 @@
 
 Name:           poker-engine
 Version:	1.0.15
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Python library that implements poker rules
 Group:          Development/Libraries
 License:        GPL
@@ -11,7 +11,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  pypoker-eval-devel >= 128.0
-BuildRequires:  rsync libxml2-python libxslt-python
+BuildRequires:  rsync pkgconfig libxml2-python libxslt-python
 Requires:       pypoker-eval >= 128.0
 Requires:       rsync
 
@@ -36,18 +36,18 @@
 
 %build
 %configure
-make %{?_smp_mflags}
+%{__make} %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
-make install DESTDIR=%{buildroot}
+%{__rm} -rf %{buildroot}
+%{__make} install DESTDIR=%{buildroot}
 
 %check
 # upstream is aware of some check failures
-make %{?_smp_mflags} check
+%{__make} %{?_smp_mflags} check
  
 %clean
-rm -rf %{buildroot}
+%{__rm} -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
@@ -64,17 +64,20 @@
 %defattr(-,root,root,-)
 %{_libdir}/pkgconfig/%{name}.pc
 
-
 %changelog
-* Tue May 30 2006 Christopher Stone <chris.stone at gmail.com> - 1.0.15-1
+* Thu Jun 01 2006 Christopher Stone <chris.stone at gmail.com> 1.0.15-2
+- Add new BR pkgconfig
+- Use macros for system commands
+
+* Tue May 30 2006 Christopher Stone <chris.stone at gmail.com> 1.0.15-1
 - Upstream sync
 - Add rsync to Requires
 - Remove patches and autoreconf since these have been fixed in new release
 
-* Mon May 15 2006 Christopher Stone <chris.stone at gmail.com> - 1.0.14-3
+* Mon May 15 2006 Christopher Stone <chris.stone at gmail.com> 1.0.14-3
 - Add Requires pypoker-eval-devel to devel package
 
-* Sun May 14 2006 Christopher Stone <chris.stone at gmail.com> - 1.0.14-2
+* Sun May 14 2006 Christopher Stone <chris.stone at gmail.com> 1.0.14-2
 - Add patch for noarch configuration
 - Readded BuildArch of noarch
 - Removed python-abi Requires
@@ -85,7 +88,7 @@
 - Removed unnecessary Requires
 - Removed examples from -devel since this is no longer maintained by upstream
 
-* Thu Mar 30 2006 Loic Dachary <loic at gnu.org> - 1.0.14-1
+* Thu Mar 30 2006 Loic Dachary <loic at gnu.org> 1.0.14-1
 - upstream sync
 
 * Sun Mar 26 2006 Christopher Stone <chris.stone at gmail.com> 1.0.13-2




More information about the scm-commits mailing list