Compare commits
11 Commits
Author | SHA256 | Date | |
---|---|---|---|
316d66b44d | |||
de96a6f2c1 | |||
cc68fb8d2e | |||
6bc53247aa | |||
e47ab23ea5 | |||
e93980f42b | |||
acab2ae7d4 | |||
d48b1c4ed1 | |||
ece037d2f7 | |||
261f88fcbe | |||
0f05df4683 |
@@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 3 15:21:54 UTC 2025 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Modified patch:
|
||||||
|
* jdk9.patch
|
||||||
|
+ Add Automatic-Module-Name commons.beanutils to be found
|
||||||
|
by modular artifacts
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 5 06:22:08 UTC 2025 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Adapt the spec file, so that it can be used for building on
|
||||||
|
SLE12SP1 and Factory alike.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 29 15:56:24 UTC 2025 - Fridrich Strba <fstrba@suse.com>
|
Thu May 29 15:56:24 UTC 2025 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@@ -16,6 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%{?!mvn_install_pom:%global mvn_install_pom install -pm 0644}
|
||||||
%define base_name beanutils
|
%define base_name beanutils
|
||||||
%define short_name commons-%{base_name}
|
%define short_name commons-%{base_name}
|
||||||
Name: apache-commons-beanutils
|
Name: apache-commons-beanutils
|
||||||
@@ -32,8 +33,11 @@ BuildRequires: ant
|
|||||||
BuildRequires: commons-collections
|
BuildRequires: commons-collections
|
||||||
BuildRequires: commons-logging
|
BuildRequires: commons-logging
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: javapackages-local >= 6
|
BuildRequires: java-devel >= 1.8
|
||||||
|
BuildRequires: javapackages-local
|
||||||
BuildRequires: xml-commons-apis
|
BuildRequires: xml-commons-apis
|
||||||
|
Requires: commons-collections >= 2.0
|
||||||
|
Requires: commons-logging >= 1.0
|
||||||
Provides: %{short_name} = %{version}-%{release}
|
Provides: %{short_name} = %{version}-%{release}
|
||||||
Obsoletes: %{short_name} < %{version}-%{release}
|
Obsoletes: %{short_name} < %{version}-%{release}
|
||||||
Provides: jakarta-%{short_name} = %{version}-%{release}
|
Provides: jakarta-%{short_name} = %{version}-%{release}
|
||||||
|
17
jdk9.patch
17
jdk9.patch
@@ -1,8 +1,6 @@
|
|||||||
Index: commons-beanutils-1.9.3-src/build.xml
|
--- commons-beanutils-1.11.0-src/build.xml 2025-07-03 17:15:28.898719156 +0200
|
||||||
===================================================================
|
+++ commons-beanutils-1.11.0-src/build.xml 2025-07-03 17:19:33.455675526 +0200
|
||||||
--- commons-beanutils-1.9.3-src.orig/build.xml
|
@@ -61,10 +61,10 @@
|
||||||
+++ commons-beanutils-1.9.3-src/build.xml
|
|
||||||
@@ -62,10 +62,10 @@
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Compiler source JDK version -->
|
<!-- Compiler source JDK version -->
|
||||||
@@ -15,3 +13,12 @@ Index: commons-beanutils-1.9.3-src/build.xml
|
|||||||
|
|
||||||
<!-- Should Java compilations set the 'debug' compiler option? -->
|
<!-- Should Java compilations set the 'debug' compiler option? -->
|
||||||
<property name="compile.debug" value="true"/>
|
<property name="compile.debug" value="true"/>
|
||||||
|
@@ -228,7 +228,7 @@
|
||||||
|
|
||||||
|
<jar jarfile="${dist.home}/commons-beanutils-${component.version}.jar">
|
||||||
|
<manifest>
|
||||||
|
- <attribute name="Built-By" value="${user.name}"/>
|
||||||
|
+ <attribute name="Automatic-Module-Name" value="commons.beanutils"/>
|
||||||
|
<attribute name="Specification-Title" value="Commons BeanUtils"/>
|
||||||
|
<attribute name="Specification-Version" value="${component.version}"/>
|
||||||
|
<attribute name="Specification-Vendor" value="The Apache Software Foundation"/>
|
||||||
|
Reference in New Issue
Block a user