rpms/qstat/FC-6 qstat.spec,1.3,1.4

Andy Shevchenko (andriy) fedora-extras-commits at redhat.com
Fri Dec 1 16:36:41 UTC 2006


Author: andriy

Update of /cvs/extras/rpms/qstat/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21804

Modified Files:
	qstat.spec 
Log Message:
update to 2.11


Index: qstat.spec
===================================================================
RCS file: /cvs/extras/rpms/qstat/FC-6/qstat.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- qstat.spec	29 Aug 2006 13:09:18 -0000	1.3
+++ qstat.spec	1 Dec 2006 16:36:11 -0000	1.4
@@ -1,7 +1,7 @@
 Summary: Real-time Game Server Status for FPS game servers
 Name: qstat
-Version: 2.10
-Release: 6%{?dist}
+Version: 2.11
+Release: 1%{?dist}
 License: Artistic
 Group: Amusements/Games
 URL: http://www.qstat.org/
@@ -22,12 +22,12 @@
 
 %build
 %configure
-%{__make} %{?_smp_mflags}
+make %{?_smp_mflags}
 
 %install
 rm -rf %{buildroot}
 
-%makeinstall
+make DESTDIR=%{buildroot} install
 
 # prepare for including to documentation
 find template -name "Makefile*" -type f -delete
@@ -43,6 +43,10 @@
 %{_bindir}/qstat
 
 %changelog
+* Fri Dec 01 2006 Andy Shevchenko <andy at smile.org.ua> 2.11-1
+- update to version 2.11
+- do not use __make and makeinstall macros
+
 * Tue Aug 29 2006 Andy Shevchenko <andriy at asplinux.com.ua> 2.10-6
 - http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild
 




More information about the scm-commits mailing list