SHA256
1
0
forked from pool/opa-ff

Accepting request 521494 from home:NMoreyChaisemartin:branches:science:HPC

- Update _service file to allow auto updates from github

OBS-URL: https://build.opensuse.org/request/show/521494
OBS-URL: https://build.opensuse.org/package/show/science:HPC/opa-ff?expand=0&rev=28
This commit is contained in:
Nicolas Morey-Chaisemartin 2017-09-06 07:17:54 +00:00 committed by Git OBS Bridge
parent 6daa301bc9
commit 86cdf33ec1
5 changed files with 15 additions and 6 deletions

View File

@ -5,7 +5,9 @@
<param name="package-meta">no</param>
<param name="exclude">.git</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>
</service>
<service name="recompress" mode="disabled">

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f44b13a2a434d5f208f1d408bec38f32b9f45168544a328a6d6110859ded4de1
size 6303481

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9c957a52ee7fedc7b90ad23b976e4fb846122cece228ee37fab80a35474418f0
size 6302232

View File

@ -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

View File

@ -16,6 +16,8 @@
#
%define git_ver .0.197.0.4cf2934
%define pseudo_opt %{_prefix}/lib/opa-ff/
%define opasysconfdir %{_sysconfdir}/opa/sysconfig
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
Group: System/Libraries
Url: http://www.intel.com/
Source: opa-ff-%{version}.tar.gz
Source0: %{name}-%{version}%{git_ver}.tar.gz
Source1: opa-ff.rpmlintrc
Patch1: opa-ff-add-shebang-for-exp-files.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.
%prep
%setup -q -n opa-ff-%{version}
%setup -q -n %{name}-%{version}%{git_ver}
%patch1
%patch2
%patch3