Update to 3.0.1.
License file name change.
This commit is contained in:
parent
7c3de4376f
commit
48c939bc5d
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/torque-2.5.3.tar.gz
|
||||
/torque-3.0.0.tar.gz
|
||||
/torque-3.0.0-snap.201102011355.tar.gz
|
||||
/torque-3.0.1.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
ded9cf062a2e323b89112956aa7ea8f4 torque-3.0.0-snap.201102011355.tar.gz
|
||||
d65463f823fdcd864c09ffd16841507b torque-3.0.1.tar.gz
|
||||
|
16
torque.spec
16
torque.spec
@ -15,8 +15,6 @@
|
||||
# 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
|
||||
@ -71,10 +69,10 @@
|
||||
%global server_nameflags --with-default-server=%{server_name}
|
||||
|
||||
Name: torque
|
||||
Version: 3.0.0%{?snap:_snap.%{snap}}
|
||||
Release: 2%{?dist}
|
||||
Version: 3.0.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Tera-scale Open-source Resource and QUEue manager
|
||||
Source0: http://www.clusterresources.com/downloads/%{name}/%{name}-3.0.0%{?snap:-snap.%{snap}}.tar.gz
|
||||
Source0: http://www.clusterresources.com/downloads/%{name}/%{name}-%{version}.tar.gz
|
||||
Source2: xpbs.desktop
|
||||
Source3: xpbsmon.desktop
|
||||
Source4: xpbs.png
|
||||
@ -340,7 +338,7 @@ DRMAA is "Distributed Resource Management Application API"
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n torque-3.0.0%{?snap:-snap.%{snap}}
|
||||
%setup -q -n torque-%{version}
|
||||
install -pm 644 %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} \
|
||||
%{SOURCE6} %{SOURCE8} .
|
||||
# rm x bit on some documentation.
|
||||
@ -541,7 +539,7 @@ fi
|
||||
%files
|
||||
%defattr(-, root, root, -)
|
||||
%doc README.torque torque.setup Release_Notes
|
||||
%doc CHANGELOG PBS_License.txt README.Fedora
|
||||
%doc CHANGELOG PBS_License_2.5.txt README.Fedora contrib/PBS_License_2.3.txt
|
||||
%dir %{torquehomedir}
|
||||
%dir %{torquehomedir}/aux
|
||||
%dir %{torquehomedir}/spool
|
||||
@ -779,6 +777,10 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Apr 21 2011 Steve Traylen <steve.traylen@cern.ch> - 3.0.1-1
|
||||
- Update to 3.0.1.
|
||||
License file name change.
|
||||
|
||||
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.0_snap.201102011355-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user