- Update to 3.0.0-snap.201102011355-1.

- Drop torque-create-request.patch since upstream.
This commit is contained in:
Steve Traylen 2011-02-02 21:22:17 +01:00
parent 95be658a76
commit c97c2e1f9e
3 changed files with 14 additions and 8 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/torque-2.5.2.tar.gz
/torque-2.5.3.tar.gz
/torque-3.0.0.tar.gz
/torque-3.0.0-snap.201102011355.tar.gz

View File

@ -1 +1 @@
1f8e56035901f1ff7ac3c099198d2a91 torque-3.0.0.tar.gz
ded9cf062a2e323b89112956aa7ea8f4 torque-3.0.0-snap.201102011355.tar.gz

View File

@ -15,6 +15,10 @@
# that $PBS_SERVER_HOME/server_name contains the correct hostname.
%global server_name localhost
# Define this if a snapshot.
%global snap 201102011355
%global use_rcp 0
%global use_tcl 1
%global build_gui 1
@ -67,18 +71,16 @@
%global server_nameflags --with-default-server=%{server_name}
Name: torque
Version: 3.0.0
Release: 2%{?dist}
Version: 3.0.0%{?snap:_snap.%{snap}}
Release: 1%{?dist}
Summary: Tera-scale Open-source Resource and QUEue manager
Source0: http://www.clusterresources.com/downloads/%{name}/%{name}-%{version}.tar.gz
Source0: http://www.clusterresources.com/downloads/%{name}/%{name}-3.0.0%{?snap:-snap.%{snap}}.tar.gz
Source2: xpbs.desktop
Source3: xpbsmon.desktop
Source4: xpbs.png
Source5: xpbsmon.png
Source6: README.Fedora
Source8: config
# https://bugzilla.redhat.com/show_bug.cgi?id=631256
Patch1: torque-create-request.patch
License: OpenPBS
Group: System Environment/Daemons
URL: http://www.clusterresources.com/products/torque/
@ -332,8 +334,7 @@ DRMAA is "Distributed Resource Management Application API"
%prep
%setup -q
%patch1 -p1
%setup -q -n torque-3.0.0%{?snap:-snap.%{snap}}
install -pm 644 %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} \
%{SOURCE6} %{SOURCE8} .
# rm x bit on some documentation.
@ -772,6 +773,10 @@ fi
%endif
%changelog
* Fri Dec 10 2010 Steve Traylen <steve.traylen@cern.ch> - 3.0.0-snap.201102011355-1
- Update to 3.0.0-snap.201102011355-1.
- Drop torque-create-request.patch since upstream.
* Fri Dec 10 2010 Steve Traylen <steve.traylen@cern.ch> - 3.0.0-2
- Enable or rather force munge support.