rpms/pypoker-eval/devel pypoker-eval.spec,1.2,1.3

Christopher Stone (xulchris) fedora-extras-commits at redhat.com
Mon Jun 12 04:08:48 UTC 2006


Author: xulchris

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

Modified Files:
	pypoker-eval.spec 
Log Message:
Fix pkgconfig and %makeinstall


Index: pypoker-eval.spec
===================================================================
RCS file: /cvs/extras/rpms/pypoker-eval/devel/pypoker-eval.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pypoker-eval.spec	31 May 2006 19:18:56 -0000	1.2
+++ pypoker-eval.spec	12 Jun 2006 04:08:48 -0000	1.3
@@ -2,14 +2,13 @@
 
 Name:           pypoker-eval
 Version:	131.0
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Python interface to poker-eval
 Group:          Development/Libraries
 License:        GPL
 URL:            http://pokersource.org/pypoker-eval
 Source0:        http://download.gna.org/pokersource/sources/%{name}-%{version}.tar.gz
-BuildRequires:  python-devel pkgconfig
-BuildRequires:  poker-eval-devel >= 124.0
+BuildRequires:  python-devel poker-eval-devel >= 124.0
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
@@ -20,6 +19,7 @@
 Summary:        Files needed for developing programs which use pypoker-eval
 Group:          Development/Libraries
 Requires:       %{name} = %{version}-%{release}
+Requires:       pkgconfig
 
 %description devel
 This package contains files required to build applications that use
@@ -37,7 +37,7 @@
 
 %install
 %{__rm} -rf %{buildroot}
-%makeinstall
+%{__make} install DESTDIR=%{buildroot}
 
 %check
 %{__python} test.py
@@ -64,6 +64,11 @@
 %exclude %{python_sitearch}/*.la
 
 %changelog
+* Sun Jun 11 2006 Christopher Stone <chris.stone at gmail.com> 131.0-5
+- Remove %%makeinstall macro
+- Add pkgconfig to devel Requires
+- Remove pkgconfig from BuildRequires since poker-eval-devel picks it up
+
 * Wed May 31 2006 Christopher Stone <chris.stone at gmail.com> 131.0-4
 - Add missing Build Requires
 - Use macros for system commands




More information about the fedora-extras-commits mailing list