forked from pool/opa-ff
Accepting request 521604 from science:HPC
1 OBS-URL: https://build.opensuse.org/request/show/521604 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/opa-ff?expand=0&rev=3
This commit is contained in:
commit
6f76466355
4
_service
4
_service
@ -5,7 +5,9 @@
|
|||||||
<param name="package-meta">no</param>
|
<param name="package-meta">no</param>
|
||||||
<param name="exclude">.git</param>
|
<param name="exclude">.git</param>
|
||||||
<param name="filename">opa-ff</param>
|
<param name="filename">opa-ff</param>
|
||||||
<param name="version">10.4.0</param>
|
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@.%h</param>
|
||||||
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
<param name="revision">4cf2934fbe186b4a75ec62865dfe9e6ab7cdf287</param>
|
<param name="revision">4cf2934fbe186b4a75ec62865dfe9e6ab7cdf287</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
|
3
opa-ff-10.4.0.0.197.0.4cf2934.tar.gz
Normal file
3
opa-ff-10.4.0.0.197.0.4cf2934.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f44b13a2a434d5f208f1d408bec38f32b9f45168544a328a6d6110859ded4de1
|
||||||
|
size 6303481
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9c957a52ee7fedc7b90ad23b976e4fb846122cece228ee37fab80a35474418f0
|
|
||||||
size 6302232
|
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 5 14:26:48 UTC 2017 - nmoreychaisemartin@suse.com
|
||||||
|
|
||||||
|
- Update _service file to allow auto updates from github
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 28 12:01:45 UTC 2017 - nmoreychaisemartin@suse.com
|
Mon Aug 28 12:01:45 UTC 2017 - nmoreychaisemartin@suse.com
|
||||||
|
|
||||||
|
@ -16,6 +16,8 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%define git_ver .0.197.0.4cf2934
|
||||||
|
|
||||||
%define pseudo_opt %{_prefix}/lib/opa-ff/
|
%define pseudo_opt %{_prefix}/lib/opa-ff/
|
||||||
%define opasysconfdir %{_sysconfdir}/opa/sysconfig
|
%define opasysconfdir %{_sysconfdir}/opa/sysconfig
|
||||||
Name: opa-ff
|
Name: opa-ff
|
||||||
@ -25,7 +27,7 @@ Summary: Intel Omni-Path basic tools and libraries for fabric managment
|
|||||||
License: BSD-3-Clause or GPL-2.0
|
License: BSD-3-Clause or GPL-2.0
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Url: http://www.intel.com/
|
Url: http://www.intel.com/
|
||||||
Source: opa-ff-%{version}.tar.gz
|
Source0: %{name}-%{version}%{git_ver}.tar.gz
|
||||||
Source1: opa-ff.rpmlintrc
|
Source1: opa-ff.rpmlintrc
|
||||||
Patch1: opa-ff-add-shebang-for-exp-files.patch
|
Patch1: opa-ff-add-shebang-for-exp-files.patch
|
||||||
Patch2: opa-ff-suse-build-fixes.patch
|
Patch2: opa-ff-suse-build-fixes.patch
|
||||||
@ -86,7 +88,7 @@ This package contains the include files and libraries
|
|||||||
required to develop programs for the opa-address-resolution package.
|
required to develop programs for the opa-address-resolution package.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n opa-ff-%{version}
|
%setup -q -n %{name}-%{version}%{git_ver}
|
||||||
%patch1
|
%patch1
|
||||||
%patch2
|
%patch2
|
||||||
%patch3
|
%patch3
|
||||||
|
Loading…
Reference in New Issue
Block a user