commit b6867ee385e95461ba8c262ac6a1acb961ab9e69 Author: MSVSphere Packaging Team Date: Fri Oct 25 13:56:15 2024 +0300 import apiguardian-1.1.2-12.el10 diff --git a/.apiguardian.metadata b/.apiguardian.metadata new file mode 100644 index 0000000..22ca514 --- /dev/null +++ b/.apiguardian.metadata @@ -0,0 +1 @@ +4634a08b041d949fad3e56ff2e6e6ee1580769a2 SOURCES/r1.1.2.tar.gz diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ca5c5e6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/r1.1.2.tar.gz diff --git a/SOURCES/apiguardian-api-1.1.2.pom b/SOURCES/apiguardian-api-1.1.2.pom new file mode 100644 index 0000000..d0c8ac1 --- /dev/null +++ b/SOURCES/apiguardian-api-1.1.2.pom @@ -0,0 +1,34 @@ + + + + + + + + 4.0.0 + org.apiguardian + apiguardian-api + 1.1.2 + org.apiguardian:apiguardian-api + @API Guardian + https://github.com/apiguardian-team/apiguardian + + + The Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + + apiguardian + @API Guardian Team + team@apiguardian.org + + + + scm:git:git://github.com/apiguardian-team/apiguardian.git + scm:git:git://github.com/apiguardian-team/apiguardian.git + https://github.com/apiguardian-team/apiguardian + + diff --git a/SPECS/apiguardian.spec b/SPECS/apiguardian.spec new file mode 100644 index 0000000..256b916 --- /dev/null +++ b/SPECS/apiguardian.spec @@ -0,0 +1,204 @@ +%bcond_with bootstrap + +Name: apiguardian +Version: 1.1.2 +Release: 12%{?dist} +Summary: API Guardian Java annotation +License: Apache-2.0 +URL: https://github.com/apiguardian-team/apiguardian +BuildArch: noarch +ExclusiveArch: %{java_arches} noarch + +Source0: https://github.com/apiguardian-team/apiguardian/archive/r%{version}.tar.gz + +Source100: https://repo1.maven.org/maven2/org/apiguardian/apiguardian-api/%{version}/apiguardian-api-%{version}.pom + +%if %{with bootstrap} +BuildRequires: javapackages-bootstrap +%else +BuildRequires: maven-local +%endif + +%description +API Guardian indicates the status of an API element and therefore its +level of stability as well. It is used to annotate public types, +methods, constructors, and fields within a framework or application in +order to publish their API status and level of stability and to +indicate how they are intended to be used by consumers of the API. + +%package javadoc +Summary: Javadoc for %{name} + +%description javadoc +API documentation for %{name}. + +%prep +%setup -q -n apiguardian-r%{version} +find -name \*.jar -delete +cp -p %{SOURCE100} pom.xml + +mv src/module/java/* src/main/java + +# Inject OSGi manifest required by Eclipse +%pom_xpath_inject pom:project " + + + + + maven-jar-plugin + + + + apiguardian-api + apiguardian.org + %{version} + apiguardian-api + apiguardian.org + %{version} + + 2 + org.apiguardian + %{version} + org.apiguardian.api;version=\"%{version}\" + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + + default-compile + + compile + + + 8 + + **/module-info.java + + + + + module-info + + compile + + + 9 + + **/module-info.java + + + + + + + + " + +%build +%mvn_build + +%install +%mvn_install + +%files -f .mfiles +%license LICENSE + +%files javadoc -f .mfiles-javadoc +%license LICENSE + +%changelog +* Fri Oct 25 2024 MSVSphere Packaging Team - 1.1.2-12 +- Rebuilt for MSVSphere 10 + +* Thu Aug 01 2024 Troy Dawson - 1.1.2-12 +- Bump release for Aug 2024 java mass rebuild + +* Mon Jun 24 2024 Troy Dawson - 1.1.2-11 +- Bump release for June 2024 mass rebuild + +* Mon Jan 22 2024 Fedora Release Engineering - 1.1.2-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Fri Jan 19 2024 Fedora Release Engineering - 1.1.2-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Fri Sep 01 2023 Mikolaj Izdebski - 1.1.2-8 +- Convert License tag to SPDX format + +* Wed Jul 19 2023 Fedora Release Engineering - 1.1.2-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Wed Feb 15 2023 Marian Koncek - 1.1.2-6 +- Build with module-info + +* Wed Jan 18 2023 Fedora Release Engineering - 1.1.2-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Wed Jul 20 2022 Fedora Release Engineering - 1.1.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Sat Feb 05 2022 Jiri Vanek - 1.1.2-3 +- Rebuilt for java-17-openjdk as system jdk + +* Wed Jan 19 2022 Fedora Release Engineering - 1.1.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Tue Nov 02 2021 Mikolaj Izdebski - 1.1.2-1 +- Update to upstream version 1.1.2 +- Set explicit Java compiler source/target levels to 1.7 + +* Wed Jul 21 2021 Fedora Release Engineering - 1.1.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Mon May 17 2021 Mikolaj Izdebski - 1.1.1-2 +- Bootstrap build +- Non-bootstrap build + +* Mon Feb 01 2021 Fabio Valentini - 1.1.1-1 +- Update to version 1.1.1. + +* Tue Jan 26 2021 Fedora Release Engineering - 1.1.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Thu Jan 14 2021 Marian Koncek - 1.1.1-1 +- Update to upstream version 1.1.1 + +* Mon Jul 27 2020 Fedora Release Engineering - 1.1.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Fri Jul 10 2020 Jiri Vanek - 1.1.0-4 +- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11 + +* Tue Jan 28 2020 Fedora Release Engineering - 1.1.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Tue Nov 05 2019 Mikolaj Izdebski - 1.1.0-2 +- Mass rebuild for javapackages-tools 201902 + +* Wed Jul 24 2019 Fedora Release Engineering - 1.1.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Wed Jul 17 2019 Marian Koncek - 1.1.0-1 +- Update to upstream version 1.1.0 + +* Thu Jun 27 2019 Fabio Valentini - 1.1.0-1 +- Update to version 1.1.0. + +* Fri May 24 2019 Mikolaj Izdebski - 1.0.0-5 +- Mass rebuild for javapackages-tools 201901 + +* Thu Jan 31 2019 Fedora Release Engineering - 1.0.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Thu Jul 12 2018 Fedora Release Engineering - 1.0.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Wed Feb 07 2018 Fedora Release Engineering - 1.0.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Thu Sep 14 2017 Mikolaj Izdebski - 1.0.0-1 +- Initial packaging