rpms/qstat/F-10 qstat.spec,1.9,1.10

Andy Shevchenko andriy at fedoraproject.org
Sun Nov 8 17:56:55 UTC 2009


Author: andriy

Update of /cvs/extras/rpms/qstat/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7989

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


Index: qstat.spec
===================================================================
RCS file: /cvs/extras/rpms/qstat/F-10/qstat.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- qstat.spec	12 Sep 2008 19:09:09 -0000	1.9
+++ qstat.spec	8 Nov 2009 17:56:54 -0000	1.10
@@ -1,17 +1,13 @@
 Summary: Real-time Game Server Status for FPS game servers
 Name: qstat
 Version: 2.11
-Release: 6.20080912svn311%{?dist}
+Release: 9.20080912svn311%{?dist}
 License: Artistic 2.0
 Group: Amusements/Games
 URL: http://sourceforge.net/projects/qstat/
 Source: http://downloads.sourceforge.net/qstat/qstat-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Patch0: qstat-2.11-20080912svn311.patch
-# 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
@@ -31,6 +27,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
 
@@ -42,9 +41,18 @@ 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-9.20080912svn311
+- rename /usr/bin/qstat to /usr/bin/quakestat (#472750)
+
+* Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.11-8.20080912svn311
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.11-7.20080912svn311
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
 * Fri Sep 12 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 2.11-6.20080912svn311
 - update to latest svn
 - upstream relicensed to Artistic 2.0




More information about the fedora-extras-commits mailing list