Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
350aea5506 | ||
|
|
30adc7a044 | ||
|
|
d7da09ad8a |
1 changed files with 14 additions and 5 deletions
|
|
@ -3,7 +3,7 @@
|
|||
Summary: Collection of tasks for Ant
|
||||
Name: ant-contrib
|
||||
Version: 1.0
|
||||
Release: 0.47.%{beta_number}%{?dist}
|
||||
Release: 0.50.%{beta_number}%{?dist}
|
||||
# Project site on sf lists both Apache Software License, Apache License V2.0
|
||||
# see: https://sourceforge.net/projects/ant-contrib/
|
||||
License: Apache-2.0 AND Apache-1.1
|
||||
|
|
@ -17,19 +17,19 @@ Source2: http://www.apache.org/licenses/LICENSE-2.0.txt
|
|||
Patch2: ant-contrib-antservertest.patch
|
||||
Patch3: ant-contrib-java-8.patch
|
||||
|
||||
BuildRequires: ivy-local
|
||||
BuildRequires: ivy-local, ant-openjdk25 , ant-openjdk25
|
||||
BuildRequires: junit
|
||||
BuildRequires: ant-junit
|
||||
BuildRequires: xerces-j2
|
||||
BuildRequires: bcel
|
||||
BuildRequires: java-devel
|
||||
BuildRequires: java-25-devel
|
||||
BuildRequires: apache-ivy
|
||||
BuildRequires: apache-commons-logging
|
||||
BuildRequires: apache-commons-parent
|
||||
|
||||
Requires: java-headless
|
||||
Requires: java-25-headless
|
||||
Requires: junit
|
||||
Requires: ant
|
||||
Requires: ant-openjdk25
|
||||
Requires: xerces-j2
|
||||
|
||||
BuildArch: noarch
|
||||
|
|
@ -90,6 +90,15 @@ echo "ant-contrib/ant-contrib" > $RPM_BUILD_ROOT%{_sysconfdir}/ant.d/ant-contrib
|
|||
%license target/docs/LICENSE.txt LICENSE-2.0.txt
|
||||
|
||||
%changelog
|
||||
* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-0.50.b3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Mon Jul 28 2025 jiri vanek <jvanek@redhat.com> - 1.0-0.49.b3
|
||||
- Rebuilt for java-25-openjdk as preffered jdk
|
||||
|
||||
* Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-0.48.b3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Thu Jan 16 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-0.47.b3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue