rpms/poker-eval/FC-4 poker-eval.spec,1.9,1.10

Christopher Stone (xulchris) fedora-extras-commits at redhat.com
Tue Jun 13 02:20:13 UTC 2006


Author: xulchris

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

Modified Files:
	poker-eval.spec 
Log Message:
Fix %makeinstall


Index: poker-eval.spec
===================================================================
RCS file: /cvs/extras/rpms/poker-eval/FC-4/poker-eval.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- poker-eval.spec	10 Jun 2006 04:29:19 -0000	1.9
+++ poker-eval.spec	13 Jun 2006 02:20:13 -0000	1.10
@@ -1,6 +1,6 @@
 Name:           poker-eval
 Version:	131.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Poker hand evaluator library
 Group:          Development/Libraries
 License:        GPL
@@ -35,7 +35,7 @@
 
 %install
 %{__rm} -rf %{buildroot}
-%makeinstall
+%{__make} install DESTDIR=%{buildroot}
 
 %check
 %{__make} %{?_smp_mflags} check
@@ -60,6 +60,9 @@
 %exclude %{_libdir}/*.la
 
 %changelog
+* Mon Jun 12 2006 Christopher Stone <chris.stone at gmail.com> 131.0-3
+- Remove %%makeinstall macro
+
 * Fri Jun 09 2006 Christopher Stone <chris.stone at gmail.com> 131.0-2
 - Add pkgconfig to devel Requires
 - Use macros for system commands




More information about the scm-commits mailing list