commit 1eabc15993a8307d94fe7f0259f7d23733204b6f Author: Adam Samalik Date: Fri May 5 17:35:02 2023 +0200 import sources diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..21f6988 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/osgi.core-7.0.0.jar diff --git a/osgi-core.spec b/osgi-core.spec new file mode 100644 index 0000000..12c909c --- /dev/null +++ b/osgi-core.spec @@ -0,0 +1,110 @@ +Name: osgi-core +Version: 7.0.0 +Release: 4%{?dist} +Summary: OSGi Core API +License: ASL 2.0 +URL: https://www.osgi.org +BuildArch: noarch + +Source0: https://osgi.org/download/r7/osgi.core-%{version}.jar + +BuildRequires: maven-local +BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) +BuildRequires: mvn(org.osgi:osgi.annotation) + +%description +OSGi Core, Interfaces and Classes for use in compiling bundles. + +%package javadoc +Summary: API documentation for %{name} + +%description javadoc +This package provides %{summary}. + +%prep +%setup -q -c + +# Delete pre-built binaries +rm -r org +find -name '*.class' -delete + +mkdir -p src/main/{java,resources} +mv OSGI-OPT/src/org src/main/java/ + +mv META-INF/maven/org.osgi/osgi.core/pom.xml . + +%pom_xpath_inject pom:project ' +bundle + + UTF-8 + + + + + org.apache.felix + maven-bundle-plugin + true + + + ${project.artifactId} + ${project.artifactId} + + + + +' + +%pom_add_dep org.osgi:osgi.annotation::provided + +%mvn_alias : org.osgi:org.osgi.core + +%build +%mvn_build + +%install +%mvn_install + + +%files -f .mfiles +%license LICENSE +%doc about.html + +%files javadoc -f .mfiles-javadoc +%license LICENSE + +%changelog +* Tue Nov 05 2019 Mikolaj Izdebski - 7.0.0-4 +- Mass rebuild for javapackages-tools 201902 + +* Fri May 24 2019 Mikolaj Izdebski - 7.0.0-3 +- Mass rebuild for javapackages-tools 201901 + +* Wed Apr 17 2019 Mikolaj Izdebski - 7.0.0-2 +- Add alias for org.osgi:org.osgi.core + +* Wed Mar 06 2019 Mat Booth - 7.0.0-1 +- Update to OSGi R7 + +* Fri Feb 01 2019 Fedora Release Engineering - 6.0.0-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Fri Jul 13 2018 Fedora Release Engineering - 6.0.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Thu Feb 08 2018 Fedora Release Engineering - 6.0.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Thu Jul 27 2017 Fedora Release Engineering - 6.0.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Sat Feb 11 2017 Fedora Release Engineering - 6.0.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Mon Oct 10 2016 Mikolaj Izdebski - 6.0.0-3 +- Fix scopes of injected Maven dependencies + +* Wed Oct 05 2016 Michael Simacek - 6.0.0-2 +- Remove alias + +* Tue Oct 04 2016 Michael Simacek - 6.0.0-1 +- Initial packaging diff --git a/sources b/sources new file mode 100644 index 0000000..21cb30f --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (osgi.core-7.0.0.jar) = 60c5e59fc1d33bcb63a0be1151af04321bf9c6c08faa910cf1a29f74b9b58d43edc2d528182edd0884d2bd44403840d8d50b6c012411892391fe28c0a2102ffb