SHA256
1
0
forked from pool/opa-fmgui

Accepting request 523268 from home:jengelh:branches:science:HPC

- Replace old $RPM_* shell vars by macros. Fix RPM group.

OBS-URL: https://build.opensuse.org/request/show/523268
OBS-URL: https://build.opensuse.org/package/show/science:HPC/opa-fmgui?expand=0&rev=33
This commit is contained in:
Nicolas Morey-Chaisemartin 2017-09-11 17:01:25 +00:00 committed by Git OBS Bridge
parent b207f9dbd8
commit 78bfec13af
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
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

View File

@ -31,7 +31,7 @@ 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: %{name}-%{version}%{git_ver}.tar.gz
Source1: antlr-2.7.7.jar
@ -104,8 +104,8 @@ script fmgui.
%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