Skip to content

Commit 26109cf

Browse files
apache-commons-digester: Build error fix (#13141)
1 parent bfd9038 commit 26109cf

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

SPECS-EXTENDED/apache-commons-digester/apache-commons-digester.signatures.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
"commons-digester-2.1-src.tar.gz": "2713f07a6adec7e253d91f1fca70e658b93e1a63f1b6a36f4907a2b83088543f"
55
}
66
}
7+

SPECS-EXTENDED/apache-commons-digester/apache-commons-digester.spec

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@
33
Summary: Jakarta Commons Digester Package
44
Name: apache-%{short_name}
55
Version: 2.1
6-
Release: 4%{?dist}
6+
Release: 5%{?dist}
77
License: Apache-2.0
88
Vendor: Microsoft Corporation
99
Distribution: Azure Linux
1010
Group: Development/Libraries/Java
1111
URL: https://commons.apache.org/proper/commons-digester
1212
Source0: https://dlcdn.apache.org/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
1313
Source1: %{name}-build.xml
14+
1415
BuildRequires: ant
1516
BuildRequires: commons-beanutils
1617
BuildRequires: commons-collections
@@ -44,8 +45,9 @@ This package contains the javadoc documentation for the Jakarta Commons
4445
Digester Package.
4546

4647
%prep
47-
%setup -q -n %{short_name}-%{version}-src
48+
%autosetup -n %{short_name}-%{version}-src
4849
cp %{SOURCE1} build.xml
50+
sed -i s/1.6/1.8/g build.xml
4951

5052
mkdir -p lib
5153
build-jar-repository -s lib commons-beanutils commons-logging
@@ -82,6 +84,10 @@ ant test
8284
%{_javadocdir}/%{name}
8385

8486
%changelog
87+
* Fri Mar 28 2025 Durga Jagadeesh Palli <v-dpalli@microsoft.com> - 2.1-5
88+
- Build error fix
89+
- License verified
90+
8591
* Mon Nov 07 2022 Sumedh Sharma <sumsharma@microsoft.com> - 2.1-4
8692
- Enable check section
8793
- License verified

0 commit comments

Comments
 (0)