|
|
@ -1,28 +1,19 @@
|
|
|
|
%bcond_with bootstrap
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Name: jakarta-activation
|
|
|
|
Name: jakarta-activation
|
|
|
|
Version: 2.1.2
|
|
|
|
Version: 1.2.2
|
|
|
|
Release: 7%{?dist}
|
|
|
|
Release: 6%{?dist}
|
|
|
|
Summary: Jakarta Activation API
|
|
|
|
Summary: Jakarta Activation Specification and Implementation
|
|
|
|
# the whole project is licensed under (EPL-2.0 or BSD)
|
|
|
|
License: BSD
|
|
|
|
# the source code additionally can be licensed under GPLv2 with exceptions
|
|
|
|
URL: https://eclipse-ee4j.github.io/jaf/
|
|
|
|
# we only ship built source code
|
|
|
|
|
|
|
|
License: EPL-2.0 OR BSD-3-Clause OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
|
|
|
|
|
|
URL: https://jakartaee.github.io/jaf-api/
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
%if 0%{?java_arches:1}
|
|
|
|
|
|
|
|
ExclusiveArch: %{java_arches} noarch
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Source0: https://github.com/eclipse-ee4j/jaf/archive/%{version}/jaf-%{version}.tar.gz
|
|
|
|
Source0: https://github.com/eclipse-ee4j/jaf/archive/%{version}/jaf-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with bootstrap}
|
|
|
|
|
|
|
|
BuildRequires: javapackages-bootstrap
|
|
|
|
|
|
|
|
%else
|
|
|
|
|
|
|
|
BuildRequires: maven-local
|
|
|
|
BuildRequires: maven-local
|
|
|
|
|
|
|
|
BuildRequires: mvn(junit:junit)
|
|
|
|
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
|
|
|
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
|
|
|
|
|
|
|
BuildRequires: mvn(org.apache.maven.plugins:maven-dependency-plugin)
|
|
|
|
|
|
|
|
BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin)
|
|
|
|
BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
|
|
|
|
BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
Jakarta Activation lets you take advantage of standard services to:
|
|
|
|
Jakarta Activation lets you take advantage of standard services to:
|
|
|
@ -37,87 +28,52 @@ Summary: Javadoc for %{name}
|
|
|
|
This package contains javadoc for %{name}.
|
|
|
|
This package contains javadoc for %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n jaf-api-%{version}
|
|
|
|
%setup -q -n jaf-%{version}
|
|
|
|
|
|
|
|
|
|
|
|
pushd api
|
|
|
|
|
|
|
|
%pom_remove_parent
|
|
|
|
%pom_remove_parent
|
|
|
|
|
|
|
|
%pom_disable_module demo
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%pom_remove_plugin :directory-maven-plugin
|
|
|
|
|
|
|
|
sed -i 's/${main.basedir}/${basedir}/' pom.xml
|
|
|
|
|
|
|
|
|
|
|
|
# remove custom doclet configuration
|
|
|
|
# remove custom doclet configuration
|
|
|
|
%pom_remove_plugin :maven-javadoc-plugin
|
|
|
|
%pom_remove_plugin :maven-javadoc-plugin activation
|
|
|
|
|
|
|
|
|
|
|
|
%pom_remove_plugin -r :buildnumber-maven-plugin
|
|
|
|
# set bundle version manually instead of with osgiversion-maven-plugin
|
|
|
|
%pom_remove_plugin -r :maven-enforcer-plugin
|
|
|
|
# (the plugin is only used to strip off -SNAPSHOT or -Mx qualifiers)
|
|
|
|
popd
|
|
|
|
%pom_remove_plugin :osgiversion-maven-plugin
|
|
|
|
|
|
|
|
sed -i "s/\${activation.osgiversion}/%{version}/g" activation/pom.xml
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
pushd api
|
|
|
|
# javadoc temporairly disabled due to https://github.com/fedora-java/xmvn/issues/58
|
|
|
|
%mvn_build
|
|
|
|
%mvn_build -j
|
|
|
|
popd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
pushd api
|
|
|
|
|
|
|
|
%mvn_install
|
|
|
|
%mvn_install
|
|
|
|
popd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -f api/.mfiles
|
|
|
|
%files -f .mfiles
|
|
|
|
%doc README.md
|
|
|
|
%doc README.md
|
|
|
|
%license LICENSE.md NOTICE.md
|
|
|
|
%license LICENSE.md NOTICE.md
|
|
|
|
|
|
|
|
|
|
|
|
%files javadoc -f api/.mfiles-javadoc
|
|
|
|
# javadoc temporairly disabled due to https://github.com/fedora-java/xmvn/issues/58
|
|
|
|
|
|
|
|
#%files javadoc -f .mfiles-javadoc
|
|
|
|
|
|
|
|
%files javadoc
|
|
|
|
%license LICENSE.md NOTICE.md
|
|
|
|
%license LICENSE.md NOTICE.md
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 2.1.2-7
|
|
|
|
* Tue Nov 19 2024 Marián Konček <mkoncek@redhat.com> - 1.2.2-6
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
- Rebuild with regenerated Requires on Java
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Oct 25 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 2.1.2-6
|
|
|
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Aug 01 2024 Troy Dawson <tdawson@redhat.com> - 2.1.2-6
|
|
|
|
|
|
|
|
- Bump release for Aug 2024 java mass rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 2.1.2-5
|
|
|
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.2-4
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jan 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.2-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Sep 01 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.1.2-2
|
|
|
|
|
|
|
|
- Convert License tag to SPDX format
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Aug 18 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.1.2-1
|
|
|
|
|
|
|
|
- Update to upstream version 2.1.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.1-4
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.2-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 08 2023 Marian Koncek <mkoncek@redhat.com> - 2.1.1-3
|
|
|
|
* Mon Jun 28 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.2.2-4
|
|
|
|
- Change license, reduce dependencies
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.1-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Dec 22 2022 Marian Koncek <mkoncek@redhat.com> - 2.1.1-1
|
|
|
|
|
|
|
|
- Update to upstream version 2.1.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-7
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Feb 05 2022 Jiri Vanek <jvanek@redhat.com> - 1.2.2-6
|
|
|
|
|
|
|
|
- Rebuilt for java-17-openjdk as system jdk
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-5
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-4
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 28 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.2.2-3
|
|
|
|
|
|
|
|
- Temporarily disable javadoc generation
|
|
|
|
- Temporarily disable javadoc generation
|
|
|
|
|
|
|
|
- Resolves: rhbz#1976997
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.2-3
|
|
|
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-2
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
@ -134,3 +90,4 @@ popd
|
|
|
|
|
|
|
|
|
|
|
|
* Wed May 20 2020 Fabio Valentini <decathorpe@gmail.com> - 1.2.1-5
|
|
|
|
* Wed May 20 2020 Fabio Valentini <decathorpe@gmail.com> - 1.2.1-5
|
|
|
|
- Package unretired and renamed from jaf.
|
|
|
|
- Package unretired and renamed from jaf.
|
|
|
|
|
|
|
|
|
|
|
|