rpms/qstat/devel qstat.spec,1.11,1.12

Andy Shevchenko andriy at fedoraproject.org
Sun Nov 8 16:36:18 UTC 2009


Author: andriy

Update of /cvs/extras/rpms/qstat/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24926

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


Index: qstat.spec
===================================================================
RCS file: /cvs/extras/rpms/qstat/devel/qstat.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- qstat.spec	27 Jul 2009 02:35:34 -0000	1.11
+++ qstat.spec	8 Nov 2009 16:36:18 -0000	1.12
@@ -1,17 +1,13 @@
 Summary: Real-time Game Server Status for FPS game servers
 Name: qstat
 Version: 2.11
-Release: 8.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,12 @@ 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
 




More information about the fedora-extras-commits mailing list