forked from pool/bsf
Compare commits
27 Commits
553de086aa
...
c6e2a3b04d
Author | SHA256 | Date | |
---|---|---|---|
c6e2a3b04d | |||
7dbd263d0b | |||
e523328823 | |||
524f2a8e42 | |||
d4a3a5e7af | |||
9eed5ae1c7 | |||
34da1901d3 | |||
473d0198b7 | |||
5eab1449d6 | |||
c2a1ab1d84 | |||
35f193b8ea | |||
|
68eb144264 | ||
|
840be6b931 | ||
27a3a59005 | |||
3d65f6b185 | |||
aff47ba534 | |||
1ade1cf667 | |||
dbf62ef49c | |||
0e0a1fa5a1 | |||
6f53a7eb0a | |||
|
fdf574f55d | ||
|
3bd17a0bab | ||
|
b7928c5178 | ||
|
c33416dc1d | ||
|
4097601ee2 | ||
|
535d4e332f | ||
|
bef2c0b001 |
11
bsf.changes
11
bsf.changes
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 21 08:27:05 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Use %patch -P N instead of deprecated %patchN.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 8 07:30:23 UTC 2020 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- BuildIgnore jline1 instead of jline, since the dependency of
|
||||
rhino changed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 9 11:55:27 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
16
bsf.spec
16
bsf.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package bsf
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -22,7 +22,7 @@ Release: 0
|
||||
Summary: Bean Scripting Framework
|
||||
License: Apache-2.0
|
||||
Group: Development/Libraries/Java
|
||||
URL: http://commons.apache.org/bsf/
|
||||
URL: https://commons.apache.org/bsf/
|
||||
Source0: http://www.apache.org/dist/commons/bsf/source/%{name}-src-%{version}.tar.gz
|
||||
Source1: bsf-pom.xml
|
||||
Source1000: http://www.apache.org/dist/commons/bsf/source/%{name}-src-%{version}.tar.gz.asc
|
||||
@@ -33,11 +33,10 @@ BuildRequires: ant
|
||||
BuildRequires: apache-commons-logging
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: java-devel >= 1.8
|
||||
BuildRequires: javapackages-local
|
||||
BuildRequires: javapackages-local >= 6
|
||||
BuildRequires: rhino
|
||||
BuildRequires: xalan-j2
|
||||
#!BuildIgnore: jline
|
||||
Requires: mvn(commons-logging:commons-logging)
|
||||
#!BuildIgnore: jline1
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
@@ -83,8 +82,8 @@ Framework.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch -P 0 -p1
|
||||
%patch -P 1 -p1
|
||||
find -name \*.jar -delete
|
||||
|
||||
%build
|
||||
@@ -99,7 +98,8 @@ install -m 644 build/lib/%{name}.jar \
|
||||
%{buildroot}%{_javadir}/%{name}.jar
|
||||
|
||||
# pom and depmap frag
|
||||
install -DTm 644 %{SOURCE1} %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
|
||||
install -d -m 755 %{buildroot}%{_mavenpomdir}
|
||||
%{mvn_install_pom} %{SOURCE1} %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
|
||||
%add_maven_depmap JPP-%{name}.pom %{name}.jar -a "org.apache.bsf:%{name}"
|
||||
|
||||
# javadoc
|
||||
|
Reference in New Issue
Block a user