Accepting request 41089 from devel:openSUSE:Factory

Copy from devel:openSUSE:Factory/mpi-selector based on submit request 41089 from user coolo

OBS-URL: https://build.opensuse.org/request/show/41089
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpi-selector?expand=0&rev=7
This commit is contained in:
OBS User autobuild 2010-06-04 12:51:25 +00:00 committed by Git OBS Bridge
parent 0e25ada34a
commit bb6034a259
3 changed files with 21 additions and 19 deletions

View File

@ -0,0 +1,10 @@
Index: mpi-selector.in
===================================================================
--- mpi-selector.in.orig 2008-10-19 14:15:53.000000000 +0200
+++ mpi-selector.in 2010-06-02 15:33:58.043227260 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
#
# Copyright (c) 2007 Cisco Systems, Inc. All rights reserved.
#

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jun 2 15:42:12 CEST 2010 - pth@suse.de
- Explicitely use /usr/bin/perl not 'env perl', mainly so that
rpm automatically detects the dependency.
-------------------------------------------------------------------
Fri Oct 24 18:39:27 CEST 2008 - jjolly@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package mpi-selector (Version 1.0.2)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -22,13 +22,11 @@ Name: mpi-selector
Url: http://www.openfabrics.org
Summary: Tool to provide defaults for which MPI implementation to use
Version: 1.0.2
Release: 4
License: BSD 3-Clause
Release: 5
License: BSD3c
Group: System/Console
Source: %{name}-%{version}.tar.bz2
# Patch0: mpi-selector-1.0.0-no_shebang.patch
# Patch1: mpi-selector-1.0.0-no_sourced_xbit.patch
# Patch2: mpi-selector-1.0.0-perl_path.patch
Patch3: mpi-selector-perl_path.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -44,9 +42,7 @@ editing of shell startup files is not required.
%prep
%setup -q
# %patch0
# %patch1
# %patch2
%patch3
%build
%configure --with-shell-startup-dir=/etc/profile.d
@ -71,13 +67,3 @@ rm -rf $RPM_BUILD_ROOT
%dir %_libdir/mpi/gcc
%changelog
* Fri Oct 24 2008 jjolly@suse.de
- Updated to version from the OFED 1.4 RC3
* Thu Sep 11 2008 jjolly@suse.de
- Updated to version 1.0.2 from the OFED 1.4 RC1 release
* Tue Aug 21 2007 kejohnson@suse.de
- Updated source tarball to OFED-1.2.5 release.
- In the spec file, removed autogen.sh from %%build and also
removed ofed-mpi-selector-proposal.txt from %%doc.
* Fri Jul 06 2007 hvogel@suse.de
- Initial Package, Version 1.0.0