Update to upstream version 8.0.0
This commit is contained in:
parent
186050f4ee
commit
1cbd2ed481
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/osgi.core-6.0.0-sources.jar
|
||||
/osgi.core-7.0.0.jar
|
||||
/osgi.core-8.0.0.jar
|
||||
|
@ -1,12 +1,14 @@
|
||||
Name: osgi-core
|
||||
Version: 7.0.0
|
||||
Release: 4%{?dist}
|
||||
Version: 8.0.0
|
||||
Release: 1%{?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
|
||||
Source0: https://docs.osgi.org/download/r8/osgi.core-%{version}.jar
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||
@ -59,7 +61,7 @@ mv META-INF/maven/org.osgi/osgi.core/pom.xml .
|
||||
%mvn_alias : org.osgi:org.osgi.core
|
||||
|
||||
%build
|
||||
%mvn_build
|
||||
%mvn_build -- -Dmaven.compiler.source=1.8 -Dmaven.compiler.target=1.8
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
@ -73,6 +75,9 @@ mv META-INF/maven/org.osgi/osgi.core/pom.xml .
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
* Fri Jan 15 2021 Marian Koncek <mkoncek@redhat.com> - 8.0.0-1
|
||||
- Update to upstream version 8.0.0
|
||||
|
||||
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 7.0.0-4
|
||||
- Mass rebuild for javapackages-tools 201902
|
||||
|
||||
|
@ -1,34 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.osgi</groupId>
|
||||
<artifactId>osgi.core</artifactId>
|
||||
<version>6.0.0</version>
|
||||
<description>OSGi Core Release 6, Interfaces and Classes for use in compiling bundles.</description>
|
||||
<name>org.osgi:osgi.core</name>
|
||||
<url>http://www.osgi.org/</url>
|
||||
<organization>
|
||||
<name>OSGi Alliance</name>
|
||||
<url>http://www.osgi.org/</url>
|
||||
</organization>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>Apache License, Version 2.0</name>
|
||||
<url>http://opensource.org/licenses/apache2.0.php</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
</licenses>
|
||||
<scm>
|
||||
<url>https://www.osgi.org/members/git/build.git</url>
|
||||
<connection>scm:git:https://www.osgi.org/members/git/build.git</connection>
|
||||
<developerConnection>scm:git:https://www.osgi.org/members/git/build.git</developerConnection>
|
||||
</scm>
|
||||
<developers>
|
||||
<developer>
|
||||
<id>osgi</id>
|
||||
<email>info@osgi.org</email>
|
||||
<name>OSGi Alliance</name>
|
||||
<organization>OSGi Alliance</organization>
|
||||
</developer>
|
||||
</developers>
|
||||
</project>
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (osgi.core-7.0.0.jar) = 60c5e59fc1d33bcb63a0be1151af04321bf9c6c08faa910cf1a29f74b9b58d43edc2d528182edd0884d2bd44403840d8d50b6c012411892391fe28c0a2102ffb
|
||||
SHA512 (osgi.core-8.0.0.jar) = 0161f91ecb8ad102731c71ce73f96b99174b5bce2f216770226860cff8a3fcd12abec828399077a835b6765ed9bf9ec29be618de8d2a85b40d6250c00bab4404
|
||||
|
Loading…
Reference in New Issue
Block a user