Accepting request 523332 from science:HPC
1 OBS-URL: https://build.opensuse.org/request/show/523332 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/opa-fmgui?expand=0&rev=3
This commit is contained in:
commit
e118405dc7
4
_service
4
_service
@ -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="version">10.1.0.0.115</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="revision">814f72fc665e4143a25e3c685e784d2006898603</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
|
BIN
opa-fmgui-10.1.0.0.115.tar.gz
(Stored with Git LFS)
Normal file
BIN
opa-fmgui-10.1.0.0.115.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9c17ef61a7ebc2fffaa3cdce6261bb9be4394fea9f145507bc7395ba4a31c4ae
|
||||
size 5976945
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 10 23:38:22 UTC 2017 - jengelh@inai.de
|
||||
|
||||
- Replace old $RPM_* shell vars by macros. Fix RPM group.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -17,6 +17,8 @@
|
||||
#
|
||||
|
||||
|
||||
%define git_ver %{nil}
|
||||
|
||||
%define name opa-fmgui
|
||||
%define appdir .
|
||||
%define appfolder opa-fmgui
|
||||
@ -25,13 +27,13 @@
|
||||
%define gradle_version 2.9
|
||||
|
||||
Name: opa-fmgui
|
||||
Version: 10.1.0.0
|
||||
Version: 10.1.0.0.115
|
||||
Release: 0
|
||||
Summary: Fabric Manager Graphical User Interface
|
||||
License: BSD-3-Clause and LGPL-2.0+
|
||||
Group: Applications/System
|
||||
Group: Productivity/Clustering/Computing
|
||||
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,15 +97,15 @@ 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
|
||||
%patch6 -p1
|
||||
|
||||
%build
|
||||
(cd %{_tmppath}; rm -Rf gradle-%{gradle_version}; unzip $RPM_SOURCE_DIR/gradle-%{gradle_version}-bin.zip)
|
||||
GRADLE_LIB_DIR=$RPM_SOURCE_DIR
|
||||
(cd %{_tmppath}; rm -Rf gradle-%{gradle_version}; unzip %{_sourcedir}/gradle-%{gradle_version}-bin.zip)
|
||||
GRADLE_LIB_DIR=%{_sourcedir}
|
||||
export GRADLE_LIB_DIR
|
||||
%{_tmppath}/gradle-%{gradle_version}/bin/gradle copyDeps build --info
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user