Sync from SUSE:SLFO:Main bsh2 revision 53f442020779781a22a9dbd6da132238
This commit is contained in:
parent
cb9d7682f2
commit
19fc746726
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 21 08:31:12 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Use %patch -P N instead of deprecated %patchN.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 28 12:05:16 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
Fri Apr 28 12:05:16 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
12
bsh2.spec
12
bsh2.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package bsh2
|
# spec file for package bsh2
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
# Copyright (c) 2000-2008, JPackage Project
|
# Copyright (c) 2000-2008, JPackage Project
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -37,7 +37,7 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: glassfish-servlet-api
|
BuildRequires: glassfish-servlet-api
|
||||||
BuildRequires: java-devel >= 1.8
|
BuildRequires: java-devel >= 1.8
|
||||||
BuildRequires: javacc
|
BuildRequires: javacc
|
||||||
BuildRequires: javapackages-local
|
BuildRequires: javapackages-local >= 6
|
||||||
Requires: bsf
|
Requires: bsf
|
||||||
Requires: javapackages-tools
|
Requires: javapackages-tools
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -90,9 +90,9 @@ Scripting for Java (BeanShell Version 2.x) (demo and samples).
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n beanshell-%{version}
|
%setup -q -n beanshell-%{version}
|
||||||
%patch3 -p1
|
%patch -P 3 -p1
|
||||||
%patch1001 -p1
|
%patch -P 1001 -p1
|
||||||
%patch1002 -p1
|
%patch -P 1002 -p1
|
||||||
|
|
||||||
sed -i 's,org.apache.xalan.xslt.extensions.Redirect,http://xml.apache.org/xalan/redirect,' docs/manual/xsl/*.xsl
|
sed -i 's,org.apache.xalan.xslt.extensions.Redirect,http://xml.apache.org/xalan/redirect,' docs/manual/xsl/*.xsl
|
||||||
|
|
||||||
@ -111,7 +111,7 @@ done
|
|||||||
|
|
||||||
# poms
|
# poms
|
||||||
install -d -m 755 %{buildroot}%{_mavenpomdir}
|
install -d -m 755 %{buildroot}%{_mavenpomdir}
|
||||||
install -m 644 pom.xml \
|
%{mvn_install_pom} pom.xml \
|
||||||
%{buildroot}%{_mavenpomdir}/JPP.%{name}-bsh.pom
|
%{buildroot}%{_mavenpomdir}/JPP.%{name}-bsh.pom
|
||||||
%add_maven_depmap JPP.%{name}-bsh.pom %{name}/bsh.jar -a org.beanshell:%{name},bsh:bsh,bsh:bsh-bsf,org.beanshell:bsh
|
%add_maven_depmap JPP.%{name}-bsh.pom %{name}/bsh.jar -a org.beanshell:%{name},bsh:bsh,bsh:bsh-bsf,org.beanshell:bsh
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user