- Fix abs2rel shebang:
* fix-abs2rel.patch - Fix abs2rel shebang: * fix-abs2rel.patch OBS-URL: https://build.opensuse.org/package/show/Java:packages/javapackages-tools?expand=0&rev=37
This commit is contained in:
parent
abd8ea55b7
commit
2efe7541dc
@ -3,6 +3,8 @@ Thu May 18 20:11:39 UTC 2017 - tchvatal@suse.com
|
|||||||
|
|
||||||
- Split to python and non-python edition for smaller depgraph
|
- Split to python and non-python edition for smaller depgraph
|
||||||
- Add patch python-optional.patch
|
- Add patch python-optional.patch
|
||||||
|
- Fix abs2rel shebang:
|
||||||
|
* fix-abs2rel.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 18 19:40:26 UTC 2017 - tchvatal@suse.com
|
Thu May 18 19:40:26 UTC 2017 - tchvatal@suse.com
|
||||||
|
@ -31,6 +31,8 @@ Source: javapackages-%{version}.tar.xz
|
|||||||
Patch0: suse-use-libdir.patch
|
Patch0: suse-use-libdir.patch
|
||||||
#PATCH-FIX-SUSE: allow building without python to reduce depgraph
|
#PATCH-FIX-SUSE: allow building without python to reduce depgraph
|
||||||
Patch1: python-optional.patch
|
Patch1: python-optional.patch
|
||||||
|
#PATCH-FIX-UPSTREAM: use proper expansion for shebang
|
||||||
|
Patch2: fix-abs2rel.patch
|
||||||
BuildRequires: asciidoc
|
BuildRequires: asciidoc
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: rpm
|
BuildRequires: rpm
|
||||||
@ -109,7 +111,7 @@ This package provides non-essential macros and scripts to support Java packaging
|
|||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
%if %{with python}
|
%if %{with python}
|
||||||
--pyinterpreter=python3
|
--pyinterpreter=/usr/bin/python3
|
||||||
%else
|
%else
|
||||||
--pyinterpreter=%{nil}
|
--pyinterpreter=%{nil}
|
||||||
%endif
|
%endif
|
||||||
|
@ -3,6 +3,8 @@ Thu May 18 20:11:39 UTC 2017 - tchvatal@suse.com
|
|||||||
|
|
||||||
- Split to python and non-python edition for smaller depgraph
|
- Split to python and non-python edition for smaller depgraph
|
||||||
- Add patch python-optional.patch
|
- Add patch python-optional.patch
|
||||||
|
- Fix abs2rel shebang:
|
||||||
|
* fix-abs2rel.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 18 19:40:26 UTC 2017 - tchvatal@suse.com
|
Thu May 18 19:40:26 UTC 2017 - tchvatal@suse.com
|
||||||
|
@ -31,6 +31,8 @@ Source: javapackages-%{version}.tar.xz
|
|||||||
Patch0: suse-use-libdir.patch
|
Patch0: suse-use-libdir.patch
|
||||||
#PATCH-FIX-SUSE: allow building without python to reduce depgraph
|
#PATCH-FIX-SUSE: allow building without python to reduce depgraph
|
||||||
Patch1: python-optional.patch
|
Patch1: python-optional.patch
|
||||||
|
#PATCH-FIX-UPSTREAM: use proper expansion for shebang
|
||||||
|
Patch2: fix-abs2rel.patch
|
||||||
BuildRequires: asciidoc
|
BuildRequires: asciidoc
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: rpm
|
BuildRequires: rpm
|
||||||
@ -109,7 +111,7 @@ This package provides non-essential macros and scripts to support Java packaging
|
|||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
%if %{with python}
|
%if %{with python}
|
||||||
--pyinterpreter=python3
|
--pyinterpreter=/usr/bin/python3
|
||||||
%else
|
%else
|
||||||
--pyinterpreter=%{nil}
|
--pyinterpreter=%{nil}
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user