import CS apache-commons-io-2.8.0-12.el9

This commit is contained in:
eabdullin 2025-03-11 06:59:43 +00:00
parent f4e7b3878d
commit e5fa95e55b

View File

@ -3,11 +3,12 @@
Name: apache-commons-io
Epoch: 1
Version: 2.8.0
Release: 8%{?dist}
Release: 12%{?dist}
Summary: Utilities to assist with developing IO functionality
License: ASL 2.0
URL: https://commons.apache.org/io
BuildArch: noarch
ExclusiveArch: aarch64 ppc64le s390x x86_64 noarch
Source0: https://archive.apache.org/dist/commons/io/source/commons-io-%{version}-src.tar.gz
@ -33,7 +34,7 @@ to assist with developing IO functionality.
%prep
%setup -q -n commons-io-%{version}-src
%patch0 -p1
%patch -P 0 -p1
sed -i 's/\r//' *.txt
# Run tests in multiple reusable forks to improve test performance
@ -73,6 +74,18 @@ sed -i '/DefaultLocale/d' src/test/java/org/apache/commons/io/input/XmlStreamRea
%doc RELEASE-NOTES.txt
%changelog
* Sat Nov 23 2024 Marián Konček <mkoncek@redhat.com> - 1:2.8.0-12
- Add noarch to ExclusiveArch
* Sat Nov 23 2024 Marián Konček <mkoncek@redhat.com> - 1:2.8.0-11
- Disable building on i686
* Thu Nov 21 2024 Marián Konček <mkoncek@redhat.com> - 1:2.8.0-10
- Fix patch usage
* Wed Nov 20 2024 Marián Konček <mkoncek@redhat.com> - 1:2.8.0-9
- Rebuild with regenerated Requires on Java
* Mon Jan 30 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 1:2.8.0-8
- Rebuild to regenerate auto-requires