|
 |
927081 |
%global namedreltag %{nil}
|
|
 |
927081 |
%global namedversion %{version}%{?namedreltag}
|
|
 |
927081 |
%global oname javax.annotation-api
|
|
 |
927081 |
%global sname javax.annotation
|
|
 |
927081 |
|
|
 |
927081 |
Name: glassfish-annotation-api
|
|
 |
927081 |
Version: 1.3.2
|
|
 |
927081 |
Release: 3%{?dist}
|
|
 |
927081 |
Summary: Common Annotations API Specification (JSR 250)
|
|
 |
927081 |
License: CDDL-1.1 or GPLv2 with exceptions
|
|
 |
927081 |
|
|
 |
927081 |
# NOTE: The new upstream repository under the Eclipse EE4J umbrella is here:
|
|
 |
927081 |
# https://github.com/eclipse-ee4j/common-annotations-api
|
|
 |
927081 |
# However, the new package provides a different groupId:artifactId.
|
|
 |
927081 |
URL: https://github.com/javaee/%{sname}
|
|
 |
927081 |
Source0: %{url}/archive/%{version}/%{sname}-%{version}.tar.gz
|
|
 |
927081 |
|
|
 |
927081 |
BuildRequires: maven-local
|
|
 |
927081 |
BuildRequires: mvn(net.java:jvnet-parent:pom:)
|
|
 |
927081 |
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
|
 |
927081 |
BuildRequires: mvn(org.apache.maven.plugins:maven-remote-resources-plugin)
|
|
 |
927081 |
BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin)
|
|
 |
927081 |
BuildRequires: mvn(org.glassfish.build:spec-version-maven-plugin)
|
|
 |
927081 |
# xmvn-builddep misses this one
|
|
 |
927081 |
BuildRequires: mvn(org.glassfish:legal)
|
|
 |
927081 |
|
|
 |
927081 |
BuildArch: noarch
|
|
 |
927081 |
|
|
 |
927081 |
%description
|
|
 |
927081 |
Common Annotations APIs for the Java Platform (JSR 250).
|
|
 |
927081 |
|
|
 |
927081 |
%package javadoc
|
|
 |
927081 |
Summary: Javadoc for %{name}
|
|
 |
927081 |
|
|
 |
927081 |
%description javadoc
|
|
 |
927081 |
This package contains javadoc for %{name}.
|
|
 |
927081 |
|
|
 |
927081 |
%prep
|
|
 |
927081 |
%setup -q -n %{sname}-%{namedversion}
|
|
 |
927081 |
|
|
 |
927081 |
%pom_remove_plugin :findbugs-maven-plugin
|
|
 |
927081 |
%pom_remove_plugin :maven-gpg-plugin
|
|
 |
927081 |
%pom_remove_plugin :maven-javadoc-plugin
|
|
 |
927081 |
|
|
 |
927081 |
%mvn_file :%{oname} %{name}
|
|
 |
927081 |
|
|
 |
927081 |
%build
|
|
 |
927081 |
%mvn_build
|
|
 |
927081 |
|
|
 |
927081 |
%install
|
|
 |
927081 |
%mvn_install
|
|
 |
927081 |
|
|
 |
927081 |
%files -f .mfiles
|
|
 |
927081 |
%license LICENSE
|
|
 |
927081 |
|
|
 |
927081 |
%files javadoc -f .mfiles-javadoc
|
|
 |
927081 |
%license LICENSE
|
|
 |
927081 |
|
|
 |
927081 |
%changelog
|
|
 |
927081 |
* Wed Apr 01 2020 Mat Booth <mat.booth@redhat.com> - 1.3.2-3
|
|
 |
927081 |
- Avoid explicit javadoc plugin invokation
|
|
 |
927081 |
|
|
 |
927081 |
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-2
|
|
 |
927081 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
 |
927081 |
|
|
 |
927081 |
* Wed Oct 16 2019 Fabio Valentini <decathorpe@gmail.com> - 1.3.2-1
|
|
 |
927081 |
- Update to version 1.3.2.
|
|
 |
927081 |
|
|
 |
927081 |
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-16
|
|
 |
927081 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
 |
927081 |
|
|
 |
927081 |
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-15
|
|
 |
927081 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
 |
927081 |
|
|
 |
927081 |
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-14
|
|
 |
927081 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
 |
927081 |
|
|
 |
927081 |
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-13
|
|
 |
927081 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
 |
927081 |
|
|
 |
927081 |
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-12
|
|
 |
927081 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
 |
927081 |
|
|
 |
927081 |
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-11
|
|
 |
927081 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
 |
927081 |
|
|
 |
927081 |
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-10
|
|
 |
927081 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
 |
927081 |
|
|
 |
927081 |
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-9
|
|
 |
927081 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
 |
927081 |
|
|
 |
927081 |
* Tue Feb 03 2015 gil cattaneo <puntogil@libero.it> 1.2-8
|
|
 |
927081 |
- introduce license macro
|
|
 |
927081 |
|
|
 |
927081 |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-7
|
|
 |
927081 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
 |
927081 |
|
|
 |
927081 |
* Fri Mar 28 2014 Michael Simacek <msimacek@redhat.com> - 1.2-6
|
|
 |
927081 |
- Use Requires: java-headless rebuild (#1067528)
|
|
 |
927081 |
|
|
 |
927081 |
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-5
|
|
 |
927081 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
 |
927081 |
|
|
 |
927081 |
* Mon Jul 08 2013 gil cattaneo <puntogil@libero.it> 1.2-4
|
|
 |
927081 |
- switch to XMvn
|
|
 |
927081 |
- minor changes to adapt to current guideline
|
|
 |
927081 |
|
|
 |
927081 |
* Sun May 26 2013 gil cattaneo <puntogil@libero.it> 1.2-3
|
|
 |
927081 |
- rebuilt with spec-version-maven-plugin support
|
|
 |
927081 |
|
|
 |
927081 |
* Wed May 22 2013 gil cattaneo <puntogil@libero.it> 1.2-2
|
|
 |
927081 |
- fixed manifest
|
|
 |
927081 |
|
|
 |
927081 |
* Tue May 07 2013 gil cattaneo <puntogil@libero.it> 1.2-1
|
|
 |
927081 |
- update to 1.2
|
|
 |
927081 |
|
|
 |
927081 |
* Tue Apr 02 2013 gil cattaneo <puntogil@libero.it> 1.2-0.1.b04
|
|
 |
927081 |
- initial rpm
|