[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/qstat/FC-4 .cvsignore, 1.2, 1.3 qstat.spec, 1.1, 1.2 sources, 1.2, 1.3
- From: Andy Shevchenko (andriy) <fedora-extras-commits redhat com>
- To: fedora-extras-commits redhat com
- Subject: rpms/qstat/FC-4 .cvsignore, 1.2, 1.3 qstat.spec, 1.1, 1.2 sources, 1.2, 1.3
- Date: Sat, 2 Dec 2006 11:13:50 -0500
Author: andriy
Update of /cvs/extras/rpms/qstat/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10854
Modified Files:
.cvsignore qstat.spec sources
Log Message:
update to 2.11
Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/qstat/FC-4/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 1 Aug 2006 08:43:02 -0000 1.2
+++ .cvsignore 2 Dec 2006 16:13:20 -0000 1.3
@@ -1 +1 @@
-qstat-2.10.tar.gz
+qstat-2.11.tar.gz
Index: qstat.spec
===================================================================
RCS file: /cvs/extras/rpms/qstat/FC-4/qstat.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qstat.spec 1 Aug 2006 08:43:02 -0000 1.1
+++ qstat.spec 2 Dec 2006 16:13:20 -0000 1.2
@@ -1,12 +1,16 @@
Summary: Real-time Game Server Status for FPS game servers
Name: qstat
-Version: 2.10
-Release: 4%{?dist}
+Version: 2.11
+Release: 1%{?dist}
License: Artistic
Group: Amusements/Games
URL: http://www.qstat.org/
Source: http://heanet.dl.sourceforge.net/sourceforge/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
@@ -18,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
@@ -39,6 +43,16 @@
%{_bindir}/qstat
%changelog
+* Fri Dec 01 2006 Andy Shevchenko <andy 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 asplinux com ua> 2.10-6
+- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild
+
+* Thu Aug 10 2006 Andy Shevchenko <andriy asplinux com ua> 2.10-5
+- add Conflicts with torque-client (#201279)
+
* Mon Jul 31 2006 Andy Shevchenko <andriy asplinux com ua> 2.10-4
- do not pack COMPILE.txt
- no need Makefile* in the documentation
Index: sources
===================================================================
RCS file: /cvs/extras/rpms/qstat/FC-4/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 1 Aug 2006 08:43:02 -0000 1.2
+++ sources 2 Dec 2006 16:13:20 -0000 1.3
@@ -1 +1 @@
-ac3ce3dbed5248bd5738a4968460880e qstat-2.10.tar.gz
+26c09831660ef9049fe74b786b80d091 qstat-2.11.tar.gz
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]