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

- Update _service to allow auto updates from github

OBS-URL: https://build.opensuse.org/request/show/521496
OBS-URL: https://build.opensuse.org/package/show/science:HPC/opa-fmgui?expand=0&rev=31
This commit is contained in:
Nicolas Morey-Chaisemartin 2017-09-05 17:56:35 +00:00 committed by Git OBS Bridge
parent da44a3baf7
commit 58d24dc187
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-fmgui</param>
<param name="version">10.1.0.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">814f72fc665e4143a25e3c685e784d2006898603</param>
</service>
<service name="recompress" mode="disabled">

View File

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

View File

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Sep 5 14:32:45 UTC 2017 - nmoreychaisemartin@suse.com
- Update _service to allow auto updates from github
-------------------------------------------------------------------
Thu Jun 8 10:08:04 UTC 2017 - nmoreychaisemartin@suse.com

View File

@ -17,6 +17,8 @@
#
%define git_ver 115.0.814f72f
%define name opa-fmgui
%define appdir .
%define appfolder opa-fmgui
@ -31,7 +33,7 @@ Summary: Fabric Manager Graphical User Interface
License: BSD-3-Clause and LGPL-2.0+
Group: Applications/System
Url: http://www.intel.com/
Source0: opa-fmgui-%{version}.tar.gz
Source0: %{name}-%{version}%{git_ver}.tar.gz
Source1: antlr-2.7.7.jar
Source2: dom4j-1.6.1.jar
# Source3: gritty.jar
@ -95,7 +97,7 @@ FMGUI is the Fabric Manager Graphical User Interface. It can be run by invoking
script fmgui.
%prep
%setup -q -n opa-fmgui-%{version}
%setup -q -n %{name}-%{version}%{git_ver}
%patch1 -p1
%patch3 -p1
%patch5 -p1