Implement bootstrap mode
This commit is contained in:
parent
7789d8faec
commit
aec5ba03a7
@ -1,7 +1,9 @@
|
|||||||
|
%bcond_with bootstrap
|
||||||
|
|
||||||
Name: aopalliance
|
Name: aopalliance
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
Version: 1.0
|
Version: 1.0
|
||||||
Release: 30%{?dist}
|
Release: 31%{?dist}
|
||||||
Summary: Java/J2EE AOP standards
|
Summary: Java/J2EE AOP standards
|
||||||
License: Public Domain
|
License: Public Domain
|
||||||
URL: http://aopalliance.sourceforge.net/
|
URL: http://aopalliance.sourceforge.net/
|
||||||
@ -15,8 +17,12 @@ Source0: aopalliance-src.tar.gz
|
|||||||
Source1: http://repo1.maven.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
|
Source1: http://repo1.maven.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
|
||||||
Source2: %{name}-MANIFEST.MF
|
Source2: %{name}-MANIFEST.MF
|
||||||
|
|
||||||
|
%if %{with bootstrap}
|
||||||
|
BuildRequires: javapackages-bootstrap
|
||||||
|
%else
|
||||||
BuildRequires: ant
|
BuildRequires: ant
|
||||||
BuildRequires: javapackages-local
|
BuildRequires: javapackages-local
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Aspect-Oriented Programming (AOP) offers a better solution to many
|
Aspect-Oriented Programming (AOP) offers a better solution to many
|
||||||
@ -49,6 +55,9 @@ jar umf %{SOURCE2} build/%{name}.jar
|
|||||||
%files -f .mfiles
|
%files -f .mfiles
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 29 2022 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.0-31
|
||||||
|
- Implement bootstrap mode
|
||||||
|
|
||||||
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0:1.0-30
|
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0:1.0-30
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user