dmlb2000 pushed to torque (el5). "- Update to 3.0.0-snap.201102011355-1. (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Apr 8 06:02:51 UTC 2015


>From c97c2e1f9e236319ddbd0f7fce86a693ab914849 Mon Sep 17 00:00:00 2001
From: Steve Traylen <steve.traylen at cern.ch>
Date: Wed, 2 Feb 2011 21:22:17 +0100
Subject: - Update to 3.0.0-snap.201102011355-1. - Drop
 torque-create-request.patch since upstream.


diff --git a/.gitignore b/.gitignore
index e72e3c5..159bc42 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/sources b/sources
index ae680d8..d8c81dc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1f8e56035901f1ff7ac3c099198d2a91  torque-3.0.0.tar.gz
+ded9cf062a2e323b89112956aa7ea8f4  torque-3.0.0-snap.201102011355.tar.gz
diff --git a/torque.spec b/torque.spec
index 7d8a335..5bda81e 100644
--- a/torque.spec
+++ b/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 at 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 at cern.ch> - 3.0.0-2
 - Enable or rather force munge support.
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/torque.git/commit/?h=el5&id=c97c2e1f9e236319ddbd0f7fce86a693ab914849


More information about the scm-commits mailing list