- bump to 2.1.8
- ensure daemons have the correct path to sendmail - don't need rpath configure patch anymore
This commit is contained in:
parent
4376af4b50
commit
591933b6f5
@ -1 +1 @@
|
|||||||
torque-2.1.6.tar.gz
|
torque-2.1.8.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
abfeb1a3a5aa53f725f975c2b5d98e1e torque-2.1.6.tar.gz
|
484cdbd5693ac12268405ca1fb6b549d torque-2.1.8.tar.gz
|
||||||
|
@ -1,14 +0,0 @@
|
|||||||
Remove the rpath added by libtool as-per fedora guidelines
|
|
||||||
|
|
||||||
--- torque-2.1.0p0-snap.200604071240/configure 2006-04-07 15:41:06.000000000 -0400
|
|
||||||
+++ ./configure 2006-04-08 15:53:16.000000000 -0400
|
|
||||||
@@ -5935,7 +5935,8 @@
|
|
||||||
|
|
||||||
if test "$ld_shlibs" = yes; then
|
|
||||||
runpath_var=LD_RUN_PATH
|
|
||||||
- hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir'
|
|
||||||
+ # hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir'
|
|
||||||
+ hardcode_libdir_flag_spec=''
|
|
||||||
export_dynamic_flag_spec='${wl}--export-dynamic'
|
|
||||||
case $host_os in
|
|
||||||
cygwin* | mingw* | pw32*)
|
|
12
torque.spec
12
torque.spec
@ -1,9 +1,9 @@
|
|||||||
|
|
||||||
# comment out snap if building a real release
|
# comment out snap if building a real release
|
||||||
%define name torque
|
%define name torque
|
||||||
%define version 2.1.6
|
%define version 2.1.8
|
||||||
#%%define snap 200604251602
|
#%%define snap 200604251602
|
||||||
%define release 5
|
%define release 1
|
||||||
|
|
||||||
# The following options are supported:
|
# The following options are supported:
|
||||||
# --with server_name=hostname
|
# --with server_name=hostname
|
||||||
@ -91,7 +91,6 @@ Source3: xpbsmon.desktop
|
|||||||
Source4: xpbs.png
|
Source4: xpbs.png
|
||||||
Source5: xpbsmon.png
|
Source5: xpbsmon.png
|
||||||
Source6: README-localhost
|
Source6: README-localhost
|
||||||
Patch1: torque-2.1.0-remove-rpath.path
|
|
||||||
License: Freely redistributable (See PBS_License.txt)
|
License: Freely redistributable (See PBS_License.txt)
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
URL: http://www.clusterresources.com/products/torque/
|
URL: http://www.clusterresources.com/products/torque/
|
||||||
@ -120,7 +119,6 @@ This package holds just a few shared files and directories.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n torque-%{version}%{?snap:-snap.%snap}
|
%setup -q -n torque-%{version}%{?snap:-snap.%snap}
|
||||||
%patch1 -p1
|
|
||||||
|
|
||||||
%__install -pm 644 %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} .
|
%__install -pm 644 %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} .
|
||||||
|
|
||||||
@ -128,6 +126,7 @@ This package holds just a few shared files and directories.
|
|||||||
%build
|
%build
|
||||||
%configure --includedir=%{_includedir}/torque \
|
%configure --includedir=%{_includedir}/torque \
|
||||||
--with-server-home=%{torquehomedir} --with-pam=/%{_lib}/security \
|
--with-server-home=%{torquehomedir} --with-pam=/%{_lib}/security \
|
||||||
|
--with-sendmail=/usr/sbin/sendmail \
|
||||||
%{server_nameflags} %{guiflags} %{tclflags} %{rcpflags}
|
%{server_nameflags} %{guiflags} %{tclflags} %{rcpflags}
|
||||||
|
|
||||||
%__make %{?_smp_mflags}
|
%__make %{?_smp_mflags}
|
||||||
@ -403,6 +402,11 @@ A simple PAM module to authorize users on PBS MOM nodes with a running job.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 13 2007 Garrick Staples <garrick@usc.edu> 2.1.8-1
|
||||||
|
- bump to 2.1.8
|
||||||
|
- ensure daemons have the correct path to sendmail
|
||||||
|
- don't need rpath configure patch anymore
|
||||||
|
|
||||||
* Wed Feb 14 2007 Garrick Staples <garrick@usc.edu> 2.1.6-5
|
* Wed Feb 14 2007 Garrick Staples <garrick@usc.edu> 2.1.6-5
|
||||||
- rebuilding because tcl8.5 was downgraded to tcl8.4
|
- rebuilding because tcl8.5 was downgraded to tcl8.4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user