Compare commits
No commits in common. "c9-beta" and "stream-maven-3.8-rhel-9.4.0" have entirely different histories.
c9-beta
...
stream-mav
5
.gitignore
vendored
5
.gitignore
vendored
@ -1 +1,4 @@
|
|||||||
SOURCES/common-annotations-api-1.3.5.tar.gz
|
/results_*
|
||||||
|
/*.src.rpm
|
||||||
|
|
||||||
|
/common-annotations-api-1.3.5.tar.gz
|
||||||
|
@ -1 +0,0 @@
|
|||||||
44a3c9115f6013ec9255910d20e1ac695d75d65b SOURCES/common-annotations-api-1.3.5.tar.gz
|
|
@ -2,18 +2,19 @@
|
|||||||
|
|
||||||
Name: jakarta-annotations
|
Name: jakarta-annotations
|
||||||
Version: 1.3.5
|
Version: 1.3.5
|
||||||
Release: 13%{?dist}
|
Release: 15%{?dist}
|
||||||
Summary: Jakarta Annotations
|
Summary: Jakarta Annotations
|
||||||
License: EPL-2.0 or GPLv2 with exceptions
|
License: EPL-2.0 or GPLv2 with exceptions
|
||||||
URL: https://github.com/eclipse-ee4j/common-annotations-api
|
URL: https://github.com/eclipse-ee4j/common-annotations-api
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
ExclusiveArch: %{java_arches} noarch
|
||||||
|
|
||||||
Source0: https://github.com/eclipse-ee4j/common-annotations-api/archive/%{version}/common-annotations-api-%{version}.tar.gz
|
Source0: https://github.com/eclipse-ee4j/common-annotations-api/archive/%{version}/common-annotations-api-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: maven-local
|
|
||||||
%if %{with bootstrap}
|
%if %{with bootstrap}
|
||||||
BuildRequires: javapackages-bootstrap
|
BuildRequires: javapackages-bootstrap
|
||||||
%else
|
%else
|
||||||
|
BuildRequires: maven-local
|
||||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||||
BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
|
BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
|
||||||
%endif
|
%endif
|
||||||
@ -42,7 +43,14 @@ that applies across a variety of Java technologies.
|
|||||||
%pom_remove_plugin :maven-javadoc-plugin api
|
%pom_remove_plugin :maven-javadoc-plugin api
|
||||||
%pom_remove_plugin :maven-source-plugin api
|
%pom_remove_plugin :maven-source-plugin api
|
||||||
%pom_remove_plugin :findbugs-maven-plugin api
|
%pom_remove_plugin :findbugs-maven-plugin api
|
||||||
|
|
||||||
|
# Remove use of spec-version-maven-plugin
|
||||||
%pom_remove_plugin :spec-version-maven-plugin api
|
%pom_remove_plugin :spec-version-maven-plugin api
|
||||||
|
%pom_xpath_set pom:Bundle-Version '${project.version}' api
|
||||||
|
%pom_xpath_set pom:Bundle-SymbolicName '${project.artifactId}' api
|
||||||
|
%pom_xpath_set pom:Extension-Name '${extension.name}' api
|
||||||
|
%pom_xpath_set pom:Implementation-Version '${project.version}' api
|
||||||
|
%pom_xpath_set pom:Specification-Version '${spec.version}' api
|
||||||
|
|
||||||
# provide aliases for the old artifact coordinates
|
# provide aliases for the old artifact coordinates
|
||||||
%mvn_alias jakarta.annotation:jakarta.annotation-api \
|
%mvn_alias jakarta.annotation:jakarta.annotation-api \
|
||||||
@ -60,18 +68,23 @@ that applies across a variety of Java technologies.
|
|||||||
%doc README.md
|
%doc README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Jan 30 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.3.5-13
|
* Mon Feb 05 2024 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.3.5-15
|
||||||
- Rebuild to regenerate auto-requires
|
- Rebuild to regenerate auto-requires
|
||||||
|
|
||||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.3.5-12
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.5-14
|
||||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
Related: rhbz#1991688
|
|
||||||
|
|
||||||
* Wed Jun 09 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.3.5-11
|
* Sat Feb 05 2022 Jiri Vanek <jvanek@redhat.com> - 1.3.5-13
|
||||||
- Rebuild to workaround DistroBaker issue
|
- Rebuilt for java-17-openjdk as system jdk
|
||||||
|
|
||||||
* Tue Jun 08 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.3.5-10
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.5-12
|
||||||
- Bootstrap Maven for CentOS Stream 9
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Aug 13 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.3.5-11
|
||||||
|
- Fix bundle manifest
|
||||||
|
|
||||||
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.5-10
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
|
||||||
* Wed May 26 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.3.5-9
|
* Wed May 26 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.3.5-9
|
||||||
- Re-add provides on glassfish-annotation-api
|
- Re-add provides on glassfish-annotation-api
|
Loading…
Reference in New Issue
Block a user