- 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:
Tomáš Chvátal 2017-05-18 22:04:00 +00:00 committed by Git OBS Bridge
parent abd8ea55b7
commit 2efe7541dc
4 changed files with 10 additions and 2 deletions

View File

@ -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
- Add patch python-optional.patch
- Fix abs2rel shebang:
* fix-abs2rel.patch
-------------------------------------------------------------------
Thu May 18 19:40:26 UTC 2017 - tchvatal@suse.com

View File

@ -31,6 +31,8 @@ Source: javapackages-%{version}.tar.xz
Patch0: suse-use-libdir.patch
#PATCH-FIX-SUSE: allow building without python to reduce depgraph
Patch1: python-optional.patch
#PATCH-FIX-UPSTREAM: use proper expansion for shebang
Patch2: fix-abs2rel.patch
BuildRequires: asciidoc
BuildRequires: fdupes
BuildRequires: rpm
@ -109,7 +111,7 @@ This package provides non-essential macros and scripts to support Java packaging
%build
%configure \
%if %{with python}
--pyinterpreter=python3
--pyinterpreter=/usr/bin/python3
%else
--pyinterpreter=%{nil}
%endif

View File

@ -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
- Add patch python-optional.patch
- Fix abs2rel shebang:
* fix-abs2rel.patch
-------------------------------------------------------------------
Thu May 18 19:40:26 UTC 2017 - tchvatal@suse.com

View File

@ -31,6 +31,8 @@ Source: javapackages-%{version}.tar.xz
Patch0: suse-use-libdir.patch
#PATCH-FIX-SUSE: allow building without python to reduce depgraph
Patch1: python-optional.patch
#PATCH-FIX-UPSTREAM: use proper expansion for shebang
Patch2: fix-abs2rel.patch
BuildRequires: asciidoc
BuildRequires: fdupes
BuildRequires: rpm
@ -109,7 +111,7 @@ This package provides non-essential macros and scripts to support Java packaging
%build
%configure \
%if %{with python}
--pyinterpreter=python3
--pyinterpreter=/usr/bin/python3
%else
--pyinterpreter=%{nil}
%endif