Sync from SUSE:SLFO:Main jflex revision c5f4446167295ce7e32c87a0ca0d2741
This commit is contained in:
parent
ddc98d2506
commit
8f6331120c
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 21 22:06:45 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Use %patch -P N instead of deprecated %patchN.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 25 18:27:04 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
Wed Oct 25 18:27:04 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package jflex-bootstrap
|
# spec file for package jflex-bootstrap
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -98,7 +98,7 @@ rm -rf src/generated
|
|||||||
%setup -q -T -D -a 1 -n jflex-%{version}
|
%setup -q -T -D -a 1 -n jflex-%{version}
|
||||||
cp %{SOURCE2} build.xml
|
cp %{SOURCE2} build.xml
|
||||||
mkdir -p lib
|
mkdir -p lib
|
||||||
%patch0 -p1
|
%patch -P 0 -p1
|
||||||
build-jar-repository -s lib java-cup-runtime glassfish-annotation-api
|
build-jar-repository -s lib java-cup-runtime glassfish-annotation-api
|
||||||
%else
|
%else
|
||||||
%{mvn_file} : %{name} JFlex
|
%{mvn_file} : %{name} JFlex
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 21 22:06:45 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Use %patch -P N instead of deprecated %patchN.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 25 18:27:04 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
Wed Oct 25 18:27:04 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package jflex
|
# spec file for package jflex
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -97,7 +97,7 @@ rm -rf src/generated
|
|||||||
%setup -q -T -D -a 1 -n jflex-%{version}
|
%setup -q -T -D -a 1 -n jflex-%{version}
|
||||||
cp %{SOURCE2} build.xml
|
cp %{SOURCE2} build.xml
|
||||||
mkdir -p lib
|
mkdir -p lib
|
||||||
%patch0 -p1
|
%patch -P 0 -p1
|
||||||
build-jar-repository -s lib java-cup-runtime glassfish-annotation-api
|
build-jar-repository -s lib java-cup-runtime glassfish-annotation-api
|
||||||
%else
|
%else
|
||||||
%{mvn_file} : %{name} JFlex
|
%{mvn_file} : %{name} JFlex
|
||||||
|
Loading…
Reference in New Issue
Block a user