From 2345058b695cf5834877b3a297aed69a4eddfa75 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Wed, 10 Aug 2022 07:35:08 +0200 Subject: [PATCH] Initial import from Fedora --- .gitignore | 11 ++++ osgi-annotation.spec | 152 +++++++++++++++++++++++++++++++++++++++++++ sources | 2 + 3 files changed, 165 insertions(+) create mode 100644 .gitignore create mode 100644 osgi-annotation.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f2dd6d4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +/osgi.annotation-6.0.0.pom +/osgi.annotation-6.0.0-sources.jar +/noarch +/.build-*.log +/*.src.rpm +/osgi.annotation-7.0.0.jar +/osgi.annotation-7.0.0.pom +/osgi.annotation-8.0.0.jar +/osgi.annotation-8.0.0.pom +/osgi.annotation-8.0.1.jar +/osgi.annotation-8.0.1.pom diff --git a/osgi-annotation.spec b/osgi-annotation.spec new file mode 100644 index 0000000..5d659dc --- /dev/null +++ b/osgi-annotation.spec @@ -0,0 +1,152 @@ +%bcond_with bootstrap + +Name: osgi-annotation +Version: 8.0.1 +Release: 5%{?dist} +Summary: Annotations for use in compiling OSGi bundles +License: ASL 2.0 +URL: https://www.osgi.org +BuildArch: noarch +ExclusiveArch: %{java_arches} noarch + +# Upstream project is behind an account registration system with no anonymous +# read access, so we download the source from maven central instead +Source0: https://repo1.maven.org/maven2/org/osgi/osgi.annotation/%{version}/osgi.annotation-%{version}.jar +Source1: https://repo1.maven.org/maven2/org/osgi/osgi.annotation/%{version}/osgi.annotation-%{version}.pom + +%if %{with bootstrap} +BuildRequires: javapackages-bootstrap +%else +BuildRequires: maven-local +BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) +%endif + +%description +Annotations for use in compiling OSGi bundles. This package is not normally +needed at run-time. + +%package javadoc +Summary: API documentation for %{name} + +%description javadoc +This package contains the API documentation for %{name}. + +%prep +%setup -c -q + +mkdir -p src/main/java && mv OSGI-OPT/src/org src/main/java + +rm -r org OSGI-OPT + +cp -p %{SOURCE1} pom.xml + +# Ensure OSGi metadata is generated +%pom_xpath_inject pom:project " + bundle + + + + org.apache.felix + maven-bundle-plugin + true + + + \${project.artifactId} + \${project.artifactId} + + + + + " + +# Known by two names in maven central, so add an alias for the older name +%mvn_alias org.osgi:osgi.annotation org.osgi:org.osgi.annotation + +%build +%mvn_build -- -Dmaven.compiler.source=1.7 -Dmaven.compiler.target=1.7 + +%install +%mvn_install + +%files -f .mfiles +%license META-INF/LICENSE META-INF/NOTICE + +%files javadoc -f .mfiles-javadoc +%license META-INF/LICENSE META-INF/NOTICE + +%changelog +* Fri Jul 22 2022 Fedora Release Engineering - 8.0.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Sat Feb 05 2022 Jiri Vanek - 8.0.1-4 +- Rebuilt for java-17-openjdk as system jdk + +* Thu Jan 20 2022 Fedora Release Engineering - 8.0.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Tue Nov 02 2021 Mikolaj Izdebski - 8.0.1-2 +- Set explicit Java compiler source/target levels to 1.7 + +* Wed Oct 13 2021 Mikolaj Izdebski - 8.0.1-1 +- Update to upstream version 8.0.1 + +* Thu Jul 22 2021 Fedora Release Engineering - 8.0.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Mon May 17 2021 Mikolaj Izdebski - 8.0.0-2 +- Bootstrap build +- Non-bootstrap build + +* Tue Jan 26 2021 Fedora Release Engineering - 7.0.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Fri Jan 15 2021 Marian Koncek - 8.0.0-1 +- Update to upstream version 8.0.0 + +* Tue Jul 28 2020 Fedora Release Engineering - 7.0.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Sat Jul 11 2020 Jiri Vanek - 7.0.0-5 +- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11 + +* Wed Jan 29 2020 Fedora Release Engineering - 7.0.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Tue Nov 05 2019 Mikolaj Izdebski - 7.0.0-3 +- Mass rebuild for javapackages-tools 201902 + +* Thu Jul 25 2019 Fedora Release Engineering - 7.0.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Fri May 24 2019 Mikolaj Izdebski - 7.0.0-2 +- Mass rebuild for javapackages-tools 201901 + +* Fri Feb 01 2019 Fedora Release Engineering - 7.0.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Tue Nov 20 2018 Marian Koncek - 7.0.0-1 +- Update to upstream version 7.0.0 + +* Fri Jul 13 2018 Fedora Release Engineering - 6.0.0-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Thu Feb 08 2018 Fedora Release Engineering - 6.0.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Thu Jul 27 2017 Fedora Release Engineering - 6.0.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Sat Feb 11 2017 Fedora Release Engineering - 6.0.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Sun Oct 9 2016 Mikolaj Izdebski - 6.0.0-4 +- Add missing build-requirement on maven-plugin-bundle + +* Thu Feb 04 2016 Fedora Release Engineering - 6.0.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Thu Jun 18 2015 Fedora Release Engineering - 6.0.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Mon Jan 26 2015 Mat Booth - 6.0.0-1 +- Initial package diff --git a/sources b/sources new file mode 100644 index 0000000..2dc5399 --- /dev/null +++ b/sources @@ -0,0 +1,2 @@ +SHA512 (osgi.annotation-8.0.1.jar) = 9e0dc035fd381d2f4b5c783227acd88656c7f4c8faaaa0e51178b3cd7b051871e0d7a6db906e32149d027df8dd738b27eaf80b74775dc5f6470e030c08a6b47b +SHA512 (osgi.annotation-8.0.1.pom) = 9dae2a62b7a346448d86c04d61101747c6b11ba25a0861a32547021f69739d45096cfeb03510b55e018e9b335b865159df05847fd922b0f4a84a0abae5d2a867