rpms/qstat/EL-4 qstat.spec,1.6,1.7

Andy Shevchenko andriy at fedoraproject.org
Sun Nov 8 17:39:26 UTC 2009


Author: andriy

Update of /cvs/extras/rpms/qstat/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4711

Modified Files:
	qstat.spec 
Log Message:
Rename binary as described in #472750


Index: qstat.spec
===================================================================
RCS file: /cvs/extras/rpms/qstat/EL-4/qstat.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- qstat.spec	24 Jul 2007 05:46:44 -0000	1.6
+++ qstat.spec	8 Nov 2009 17:39:25 -0000	1.7
@@ -1,16 +1,12 @@
 Summary: Real-time Game Server Status for FPS game servers
 Name: qstat
 Version: 2.11
-Release: 2%{?dist}.1
+Release: 3%{?dist}
 License: Artistic
 Group: Amusements/Games
 URL: http://sourceforge.net/projects/qstat/
-Source: http://heanet.dl.sourceforge.net/sourceforge/qstat/qstat-%{version}.tar.gz
+Source: http://downloads.sourceforge.net/qstat/qstat-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-# The name "qstat" is actually a requirement in POSIX 1003.2d.
-# it has been implemented by many batch queueing systems over the decades.
-# In this case try to handle with the conflicting package(s).
-Conflicts: torque-client
 
 %description
 QStat is a command-line program that gathers real-time statistics
@@ -29,6 +25,9 @@ rm -rf %{buildroot}
 
 make DESTDIR=%{buildroot} install
 
+# Rename binary as discussed in https://bugzilla.redhat.com/show_bug.cgi?id=472750
+mv %{buildroot}%{_bindir}/qstat %{buildroot}%{_bindir}/quakestat
+
 # prepare for including to documentation
 find template -name "Makefile*" -type f | xargs rm -f
 
@@ -40,9 +39,15 @@ rm -rf %{buildroot}
 %doc CHANGES.txt LICENSE.txt
 %doc contrib.cfg info/*.txt qstatdoc.html template/
 %config(noreplace) %{_sysconfdir}/qstat.cfg
-%{_bindir}/qstat
+%{_bindir}/quakestat
 
 %changelog
+* Sun Nov 08 2009 Andy Shevchenko <andy at smile.org.ua> - 2.11-3
+- rename /usr/bin/qstat to /usr/bin/quakestat (#472750)
+
+* Wed Jan 23 2008 Andy Shevchenko <andy at smile.org.ua>
+- fix Source0 URL
+
 * Tue Jul 24 2007 Andy Shevchenko <andy at smile.org.ua> 2.11-2.1
 - Do not use -delete for find
 




More information about the scm-commits mailing list