From 19599bc8cac76e4069d1d2ca1903ff4d095b28af Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Oct 24 2017 08:31:03 +0000 Subject: import rh-maven35-osgi-core-6.0.0-4.2.el7 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ac0b49c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/osgi.core-6.0.0-sources.jar diff --git a/.rh-maven35-osgi-core.metadata b/.rh-maven35-osgi-core.metadata new file mode 100644 index 0000000..ed0650f --- /dev/null +++ b/.rh-maven35-osgi-core.metadata @@ -0,0 +1 @@ +921a11d64e9a5e6fb04f99a006a3b4b9773f44b8 SOURCES/osgi.core-6.0.0-sources.jar diff --git a/README.md b/README.md deleted file mode 100644 index 98f42b4..0000000 --- a/README.md +++ /dev/null @@ -1,4 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SOURCES/osgi.core-6.0.0.pom b/SOURCES/osgi.core-6.0.0.pom new file mode 100644 index 0000000..00e405b --- /dev/null +++ b/SOURCES/osgi.core-6.0.0.pom @@ -0,0 +1,34 @@ + + + 4.0.0 + org.osgi + osgi.core + 6.0.0 + OSGi Core Release 6, Interfaces and Classes for use in compiling bundles. + org.osgi:osgi.core + http://www.osgi.org/ + + OSGi Alliance + http://www.osgi.org/ + + + + Apache License, Version 2.0 + http://opensource.org/licenses/apache2.0.php + repo + + + + https://www.osgi.org/members/git/build.git + scm:git:https://www.osgi.org/members/git/build.git + scm:git:https://www.osgi.org/members/git/build.git + + + + osgi + info@osgi.org + OSGi Alliance + OSGi Alliance + + + diff --git a/SPECS/osgi-core.spec b/SPECS/osgi-core.spec new file mode 100644 index 0000000..4e2cbc6 --- /dev/null +++ b/SPECS/osgi-core.spec @@ -0,0 +1,87 @@ +%{?scl:%scl_package osgi-core} +%{!?scl:%global pkg_name %{name}} + +Name: %{?scl_prefix}osgi-core +Version: 6.0.0 +Release: 4.2%{?dist} +License: ASL 2.0 +Summary: OSGi Core API +URL: https://www.osgi.org +Source0: https://repo1.maven.org/maven2/org/osgi/osgi.core/%{version}/osgi.core-%{version}-sources.jar +Source1: https://repo1.maven.org/maven2/org/osgi/osgi.core/%{version}/osgi.core-%{version}.pom +BuildArch: noarch + +BuildRequires: %{?scl_prefix}maven-local +BuildRequires: %{?scl_prefix}mvn(org.apache.felix:maven-bundle-plugin) +BuildRequires: %{?scl_prefix}mvn(org.osgi:org.osgi.annotation) + +%description +OSGi Core Release 6, Interfaces and Classes for use in compiling bundles. + +%package javadoc +Summary: API documentation for %{pkg_name} + +%description javadoc +This package provides %{summary}. + +%prep +%setup -n %{pkg_name}-%{version} -q -c + +cp -p %SOURCE1 pom.xml +mkdir -p src/main/java +mv org src/main/java/ + +%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 + +%build +%mvn_build + +%install +%mvn_install + +%files -f .mfiles +%license LICENSE +%doc about.html + +%files javadoc -f .mfiles-javadoc +%license LICENSE + +%changelog +* Thu Jun 22 2017 Michael Simacek - 6.0.0-4.2 +- Mass rebuild 2017-06-22 + +* Wed Jun 21 2017 Java Maintainers - 6.0.0-4.1 +- Automated package import and SCL-ization + +* 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