Compare commits
No commits in common. "c8-stream-3.6" and "imports/c8-beta-stream-3.5/geronimo-annotation-1.0-23.module+el8+2452+b359bfcd" have entirely different histories.
c8-stream-
...
imports/c8
@ -1,6 +1,6 @@
|
||||
Name: geronimo-annotation
|
||||
Version: 1.0
|
||||
Release: 26%{?dist}
|
||||
Release: 23%{?dist}
|
||||
Summary: Java EE: Annotation API v1.3
|
||||
License: ASL 2.0
|
||||
URL: http://geronimo.apache.org/
|
||||
@ -8,15 +8,18 @@ BuildArch: noarch
|
||||
|
||||
Source0: http://repo2.maven.org/maven2/org/apache/geronimo/specs/%{name}_1.3_spec/%{version}/%{name}_1.3_spec-%{version}-source-release.zip
|
||||
|
||||
BuildRequires: maven-local-openjdk8
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||
BuildRequires: mvn(org.apache.geronimo.specs:specs:pom:)
|
||||
|
||||
%description
|
||||
This package defines the common annotations.
|
||||
|
||||
%{?module_package}
|
||||
%{?javadoc_package}
|
||||
%package javadoc
|
||||
Summary: Javadoc for %{name}
|
||||
|
||||
%description javadoc
|
||||
This package contains the API documentation for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}_1.3_spec-%{version}
|
||||
@ -37,19 +40,13 @@ This package defines the common annotations.
|
||||
%install
|
||||
%mvn_install
|
||||
|
||||
%files -n %{?module_prefix}%{name} -f .mfiles
|
||||
%files -f .mfiles
|
||||
%license LICENSE NOTICE
|
||||
|
||||
%files javadoc -f .mfiles-javadoc
|
||||
%license LICENSE NOTICE
|
||||
|
||||
%changelog
|
||||
* Sat Jan 25 2020 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.0-26
|
||||
- Build with OpenJDK 8
|
||||
|
||||
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.0-25
|
||||
- Mass rebuild for javapackages-tools 201902
|
||||
|
||||
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.0-24
|
||||
- Mass rebuild for javapackages-tools 201901
|
||||
|
||||
* Wed Apr 18 2018 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.0-23
|
||||
- Update to current packaging guidelines
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user