Compare commits
No commits in common. "c8-stream-3.6" and "c8s-stream-3.5" have entirely different histories.
c8-stream-
...
c8s-stream
@ -1,8 +1,7 @@
|
|||||||
%global java_home %{_jvmlibdir}/java-1.8.0-openjdk
|
|
||||||
|
|
||||||
Name: aopalliance
|
Name: aopalliance
|
||||||
|
Epoch: 0
|
||||||
Version: 1.0
|
Version: 1.0
|
||||||
Release: 20%{?dist}
|
Release: 17%{?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/
|
||||||
@ -17,7 +16,6 @@ Source2: %{name}-MANIFEST.MF
|
|||||||
|
|
||||||
BuildRequires: ant
|
BuildRequires: ant
|
||||||
BuildRequires: javapackages-local
|
BuildRequires: javapackages-local
|
||||||
BuildRequires: java-1.8.0-openjdk-devel
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Aspect-Oriented Programming (AOP) offers a better solution to many
|
Aspect-Oriented Programming (AOP) offers a better solution to many
|
||||||
@ -28,7 +26,6 @@ environements (e.g. Eclipse). The AOP Alliance also aims to ensure
|
|||||||
interoperability between Java/J2EE AOP implementations to build a
|
interoperability between Java/J2EE AOP implementations to build a
|
||||||
larger AOP community.
|
larger AOP community.
|
||||||
|
|
||||||
%{?module_package}
|
|
||||||
%{?javadoc_package}
|
%{?javadoc_package}
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -48,18 +45,9 @@ jar umf %{SOURCE2} build/%{name}.jar
|
|||||||
|
|
||||||
%mvn_install -J build/javadoc
|
%mvn_install -J build/javadoc
|
||||||
|
|
||||||
%files -n %{?module_prefix}%{name} -f .mfiles
|
%files -f .mfiles
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sat Jan 25 2020 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.0-20
|
|
||||||
- Build with OpenJDK 8
|
|
||||||
|
|
||||||
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.0-19
|
|
||||||
- Mass rebuild for javapackages-tools 201902
|
|
||||||
|
|
||||||
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.0-18
|
|
||||||
- Mass rebuild for javapackages-tools 201901
|
|
||||||
|
|
||||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0:1.0-17
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0:1.0-17
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user