- Update to 3.0.0-snap.201102011355-1.
- Drop torque-create-request.patch since upstream.
This commit is contained in:
parent
95be658a76
commit
c97c2e1f9e
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
1f8e56035901f1ff7ac3c099198d2a91 torque-3.0.0.tar.gz
|
||||
ded9cf062a2e323b89112956aa7ea8f4 torque-3.0.0-snap.201102011355.tar.gz
|
||||
|
19
torque.spec
19
torque.spec
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user