SHA256
1
0
forked from pool/opa-fmgui
Josef Möllers 2017-04-19 06:40:09 +00:00 committed by Git OBS Bridge
parent 02c1fe4590
commit 1bdb6052d1
4 changed files with 7 additions and 7 deletions

3
gradle-2.9-bin.zip Normal file
View File

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

View File

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

View File

@ -8,7 +8,7 @@ Wed Apr 5 08:46:46 UTC 2017 - josef.moellers@suse.com
4:opa-fmgui-fix-detection-of-OpenJDK.patch 4:opa-fmgui-fix-detection-of-OpenJDK.patch
Some changes to SPEC file were necessary. Some changes to SPEC file were necessary.
Replaced 24 JAR files by 11 new ones. Replaced 24 JAR files by 11 new ones.
Removed BuildRequirement "gradle" as we do not have it. Added pre-built gradle-2.9 for build phase.
[FATE#321477] [FATE#321477]
------------------------------------------------------------------- -------------------------------------------------------------------

View File

@ -43,7 +43,7 @@ Source9: swingx-mavensupport-1.6.5.jar
Source10: swingx-painters-1.6.5.jar Source10: swingx-painters-1.6.5.jar
Source11: swingx-plaf-1.6.5.jar Source11: swingx-plaf-1.6.5.jar
Source12: swingx-testsupport-1.6.5.jar Source12: swingx-testsupport-1.6.5.jar
Source13: gradle-3.5-bin.zip Source13: gradle-2.9-bin.zip
Patch1: gradle-use_local_repo.patch Patch1: gradle-use_local_repo.patch
Patch3: opa-fmgui-intel-manifest-license.patch Patch3: opa-fmgui-intel-manifest-license.patch
@ -75,10 +75,10 @@ script fmgui.
%patch6 -p1 %patch6 -p1
%build %build
(cd %{_tmppath}; unzip $RPM_SOURCE_DIR/gradle-3.5-bin.zip) (cd %{_tmppath}; unzip $RPM_SOURCE_DIR/gradle-2.9-bin.zip)
GRADLE_LIB_DIR=$RPM_SOURCE_DIR GRADLE_LIB_DIR=$RPM_SOURCE_DIR
export GRADLE_LIB_DIR export GRADLE_LIB_DIR
%{_tmppath}/gradle-3.5/bin/gradle copyDeps build --info %{_tmppath}/gradle-2.9/bin/gradle copyDeps build --info
%install %install
mkdir -p %{buildroot}%{_javadir}/%{appfolder} mkdir -p %{buildroot}%{_javadir}/%{appfolder}