Compare commits
No commits in common. "c8-stream-201902" and "stream-javapackages-tools-202501-rhel-9.6.0" have entirely different histories.
c8-stream-
...
stream-jav
@ -1 +0,0 @@
|
|||||||
86b993498bffd8f33d112c644cf9c9061070c318 SOURCES/4.3.0.REL.tar.gz
|
|
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
1
|
48
.gitignore
vendored
48
.gitignore
vendored
@ -1 +1,47 @@
|
|||||||
SOURCES/4.3.0.REL.tar.gz
|
/results_*
|
||||||
|
/*.src.rpm
|
||||||
|
/*.noarch.rpm
|
||||||
|
/2.4.1.REL.tar.gz
|
||||||
|
/3.2.0.REL.tar.gz
|
||||||
|
/3.3.0.REL.tar.gz
|
||||||
|
/3.4.0.REL.tar.gz
|
||||||
|
/3.5.0.REL.tar.gz
|
||||||
|
/4.3.0.REL.tar.gz
|
||||||
|
/4.3.1.REL.tar.gz
|
||||||
|
/*.pom
|
||||||
|
/aQute.libg-3.5.0.pom
|
||||||
|
/biz.aQute.bnd-3.5.0.pom
|
||||||
|
/biz.aQute.bndlib-3.5.0.pom
|
||||||
|
/biz.aQute.bnd.annotation-3.5.0.pom
|
||||||
|
/4.2.0.REL.tar.gz
|
||||||
|
/aQute.libg-4.2.0.pom
|
||||||
|
/biz.aQute.bnd-4.2.0.pom
|
||||||
|
/biz.aQute.bndlib-4.2.0.pom
|
||||||
|
/biz.aQute.bnd.annotation-4.2.0.pom
|
||||||
|
/4.3.0.REL.tar.gz
|
||||||
|
/aQute.libg-4.3.0.pom
|
||||||
|
/biz.aQute.bnd-4.3.0.pom
|
||||||
|
/biz.aQute.bndlib-4.3.0.pom
|
||||||
|
/biz.aQute.bnd.annotation-4.3.0.pom
|
||||||
|
/5.0.0.REL.tar.gz
|
||||||
|
/aQute.libg-5.0.0.pom
|
||||||
|
/biz.aQute.bnd-5.0.0.pom
|
||||||
|
/biz.aQute.bnd.annotation-5.0.0.pom
|
||||||
|
/biz.aQute.bndlib-5.0.0.pom
|
||||||
|
/aqute-bnd-5.1.1.tar.gz
|
||||||
|
/aQute.libg-5.1.1.pom
|
||||||
|
/biz.aQute.bnd-5.1.1.pom
|
||||||
|
/biz.aQute.bnd.annotation-5.1.1.pom
|
||||||
|
/biz.aQute.bndlib-5.1.1.pom
|
||||||
|
/aqute-bnd-5.1.2.tar.gz
|
||||||
|
/aQute.libg-5.1.2.pom
|
||||||
|
/biz.aQute.bnd-5.1.2.pom
|
||||||
|
/biz.aQute.bnd.annotation-5.1.2.pom
|
||||||
|
/biz.aQute.bndlib-5.1.2.pom
|
||||||
|
/aqute-bnd-5.2.0.tar.gz
|
||||||
|
/aQute.libg-5.2.0.pom
|
||||||
|
/biz.aQute.bnd-5.2.0.pom
|
||||||
|
/biz.aQute.bnd.annotation-5.2.0.pom
|
||||||
|
/biz.aQute.bndlib-5.2.0.pom
|
||||||
|
/aqute-bnd-6.2.0.tar.gz
|
||||||
|
/aqute-bnd-6.3.1.tar.gz
|
||||||
|
@ -1,25 +1,16 @@
|
|||||||
From c250eb3ebbb9afb650edc080708c5e4c3cccbb78 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Michael Simacek <msimacek@redhat.com>
|
|
||||||
Date: Tue, 4 Oct 2016 18:02:26 +0200
|
|
||||||
Subject: [PATCH 1/2] Disable removed commands
|
|
||||||
|
|
||||||
---
|
|
||||||
biz.aQute.bnd/src/aQute/bnd/main/bnd.java | 48 -----------------------
|
|
||||||
1 file changed, 48 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/biz.aQute.bnd/src/aQute/bnd/main/bnd.java b/biz.aQute.bnd/src/aQute/bnd/main/bnd.java
|
diff --git a/biz.aQute.bnd/src/aQute/bnd/main/bnd.java b/biz.aQute.bnd/src/aQute/bnd/main/bnd.java
|
||||||
index 3f21168..d6c9ccd 100644
|
index a787c32..fc241a2 100644
|
||||||
--- a/biz.aQute.bnd/src/aQute/bnd/main/bnd.java
|
--- a/biz.aQute.bnd/src/aQute/bnd/main/bnd.java
|
||||||
+++ b/biz.aQute.bnd/src/aQute/bnd/main/bnd.java
|
+++ b/biz.aQute.bnd/src/aQute/bnd/main/bnd.java
|
||||||
@@ -110,7 +110,6 @@ import aQute.bnd.osgi.Processor;
|
@@ -110,7 +110,6 @@ import aQute.bnd.osgi.Resource;
|
||||||
import aQute.bnd.osgi.Resource;
|
|
||||||
import aQute.bnd.osgi.Verifier;
|
import aQute.bnd.osgi.Verifier;
|
||||||
import aQute.bnd.osgi.eclipse.EclipseClasspath;
|
import aQute.bnd.osgi.eclipse.EclipseClasspath;
|
||||||
|
import aQute.bnd.print.JarPrinter;
|
||||||
-import aQute.bnd.repository.maven.provider.NexusCommand;
|
-import aQute.bnd.repository.maven.provider.NexusCommand;
|
||||||
|
import aQute.bnd.result.Result;
|
||||||
import aQute.bnd.service.Actionable;
|
import aQute.bnd.service.Actionable;
|
||||||
import aQute.bnd.service.RepositoryPlugin;
|
import aQute.bnd.service.RepositoryPlugin;
|
||||||
import aQute.bnd.service.action.Action;
|
@@ -3921,54 +3920,6 @@ public class bnd extends Processor {
|
||||||
@@ -4213,53 +4212,6 @@ public class bnd extends Processor {
|
|
||||||
getInfo(profiles);
|
getInfo(profiles);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -70,9 +61,48 @@ index 3f21168..d6c9ccd 100644
|
|||||||
- getInfo(rc);
|
- getInfo(rc);
|
||||||
- rc.close();
|
- rc.close();
|
||||||
- }
|
- }
|
||||||
|
-
|
||||||
/**
|
/**
|
||||||
* Export a bndrun file
|
* Export a bndrun file
|
||||||
--
|
*/
|
||||||
2.21.0
|
@@ -4424,15 +4375,6 @@ public class bnd extends Processor {
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
- @Description("Start an interactive shell")
|
||||||
|
- public void _shell(Shell.ShellOptions options) throws Exception {
|
||||||
|
- try (Shell shell = new Shell(this, options)) {
|
||||||
|
- shell.loop();
|
||||||
|
- } finally {
|
||||||
|
- out.println("done");
|
||||||
|
- }
|
||||||
|
- }
|
||||||
|
-
|
||||||
|
public Workspace getWorkspace() {
|
||||||
|
return workspace;
|
||||||
|
}
|
||||||
|
@@ -4479,24 +4421,6 @@ public class bnd extends Processor {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
- @Description("Generate and export reports of a workspace, a project or of a jar.")
|
||||||
|
- public void _exportreport(ExportReportCommand.ReporterOptions options) throws Exception {
|
||||||
|
- ExportReportCommand mc = new ExportReportCommand(this);
|
||||||
|
- mc.run(options);
|
||||||
|
- getInfo(mc);
|
||||||
|
- }
|
||||||
|
-
|
||||||
|
- @Description("Maintain Maven Bnd Repository GAV files")
|
||||||
|
- public void _mbr(MbrCommand.MrOptions options) throws Exception {
|
||||||
|
- MbrCommand c = new MbrCommand(this, options);
|
||||||
|
- CommandLine cl = new CommandLine(this);
|
||||||
|
- String s = cl.subCmd(options, c);
|
||||||
|
- if (s != null) {
|
||||||
|
- out.println(s);
|
||||||
|
- }
|
||||||
|
- getInfo(c);
|
||||||
|
- }
|
||||||
|
-
|
||||||
|
@Description("Shows the differences between two XML resource repositories")
|
||||||
|
public void _xmlrepodiff(XmlRepoDiffOptions options) throws Exception {
|
||||||
|
try (XmlRepoDiffCommand cmd = new XmlRepoDiffCommand(this)) {
|
1403
0003-Remove-unmet-dependencies.patch
Normal file
1403
0003-Remove-unmet-dependencies.patch
Normal file
File diff suppressed because it is too large
Load Diff
64
0004-Port-to-OpenJDK-21.patch
Normal file
64
0004-Port-to-OpenJDK-21.patch
Normal file
@ -0,0 +1,64 @@
|
|||||||
|
From e5cf5ee78f8504ccdd5af0a05ef7739a99f31059 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Marian Koncek <mkoncek@redhat.com>
|
||||||
|
Date: Tue, 20 Feb 2024 16:56:44 +0100
|
||||||
|
Subject: [PATCH] Port to OpenJDK 21
|
||||||
|
|
||||||
|
---
|
||||||
|
.../src/aQute/lib/collections/SortedList.java | 36 +++++++++++++++++++
|
||||||
|
1 file changed, 36 insertions(+)
|
||||||
|
|
||||||
|
diff --git a/aQute.libg/src/aQute/lib/collections/SortedList.java b/aQute.libg/src/aQute/lib/collections/SortedList.java
|
||||||
|
index ed33e7f..f584e57 100644
|
||||||
|
--- a/aQute.libg/src/aQute/lib/collections/SortedList.java
|
||||||
|
+++ b/aQute.libg/src/aQute/lib/collections/SortedList.java
|
||||||
|
@@ -3,6 +3,7 @@ package aQute.lib.collections;
|
||||||
|
import java.lang.reflect.Array;
|
||||||
|
import java.util.Arrays;
|
||||||
|
import java.util.Collection;
|
||||||
|
+import java.util.Collections;
|
||||||
|
import java.util.Comparator;
|
||||||
|
import java.util.Iterator;
|
||||||
|
import java.util.List;
|
||||||
|
@@ -510,4 +511,39 @@ public class SortedList<T> implements SortedSet<T>, List<T> {
|
||||||
|
public Spliterator<T> spliterator() {
|
||||||
|
return SortedSet.super.spliterator();
|
||||||
|
}
|
||||||
|
+
|
||||||
|
+ @Override
|
||||||
|
+ public SortedList<T> reversed() {
|
||||||
|
+ return new SortedList(this.list, this.start, this.end, Collections.reverseOrder(this.comparator));
|
||||||
|
+ }
|
||||||
|
+
|
||||||
|
+ @Override
|
||||||
|
+ public T removeFirst() {
|
||||||
|
+ return List.super.removeFirst();
|
||||||
|
+ }
|
||||||
|
+
|
||||||
|
+ @Override
|
||||||
|
+ public T removeLast() {
|
||||||
|
+ return List.super.removeLast();
|
||||||
|
+ }
|
||||||
|
+
|
||||||
|
+ @Override
|
||||||
|
+ public T getFirst() {
|
||||||
|
+ return List.super.getFirst();
|
||||||
|
+ }
|
||||||
|
+
|
||||||
|
+ @Override
|
||||||
|
+ public T getLast() {
|
||||||
|
+ return List.super.getLast();
|
||||||
|
+ }
|
||||||
|
+
|
||||||
|
+ @Override
|
||||||
|
+ public void addFirst(T v) {
|
||||||
|
+ add(v);
|
||||||
|
+ }
|
||||||
|
+
|
||||||
|
+ @Override
|
||||||
|
+ public void addLast(T v) {
|
||||||
|
+ add(v);
|
||||||
|
+ }
|
||||||
|
}
|
||||||
|
--
|
||||||
|
2.43.0
|
||||||
|
|
@ -1,25 +0,0 @@
|
|||||||
From bb26bdfa9f742a6ae5d39e0312aeadb8e9b48940 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Michael Simacek <msimacek@redhat.com>
|
|
||||||
Date: Tue, 12 Sep 2017 18:11:27 +0300
|
|
||||||
Subject: [PATCH 2/2] Fix ant compatibility
|
|
||||||
|
|
||||||
---
|
|
||||||
biz.aQute.bnd/src/aQute/bnd/ant/BndTask.java | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/biz.aQute.bnd/src/aQute/bnd/ant/BndTask.java b/biz.aQute.bnd/src/aQute/bnd/ant/BndTask.java
|
|
||||||
index dd438a5..6b714be 100644
|
|
||||||
--- a/biz.aQute.bnd/src/aQute/bnd/ant/BndTask.java
|
|
||||||
+++ b/biz.aQute.bnd/src/aQute/bnd/ant/BndTask.java
|
|
||||||
@@ -220,7 +220,7 @@ public class BndTask extends BaseTask {
|
|
||||||
if (inherit) {
|
|
||||||
Properties projectProperties = new UTF8Properties();
|
|
||||||
@SuppressWarnings("unchecked")
|
|
||||||
- Hashtable<Object, Object> antProps = getProject().getProperties();
|
|
||||||
+ Hashtable<String,Object> antProps = getProject().getProperties();
|
|
||||||
projectProperties.putAll(antProps);
|
|
||||||
projectProperties.putAll(builder.getProperties());
|
|
||||||
builder.setProperties(projectProperties);
|
|
||||||
--
|
|
||||||
2.20.1
|
|
||||||
|
|
@ -1,74 +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>biz.aQute.bnd</groupId>
|
|
||||||
<artifactId>aQute.libg</artifactId>
|
|
||||||
<version>4.3.0</version>
|
|
||||||
<description>A library to be statically linked. Contains many small utilities. This bundle should not be installed in a framework, it is compile only.</description>
|
|
||||||
<name>aQute.libg</name>
|
|
||||||
<url>https://bnd.bndtools.org/</url>
|
|
||||||
<organization>
|
|
||||||
<name>Bndtools</name>
|
|
||||||
<url>https://bndtools.org/</url>
|
|
||||||
</organization>
|
|
||||||
<licenses>
|
|
||||||
<license>
|
|
||||||
<name>Apache-2.0</name>
|
|
||||||
<url>https://opensource.org/licenses/Apache-2.0</url>
|
|
||||||
<distribution>repo</distribution>
|
|
||||||
<comments>Apache License, Version 2.0</comments>
|
|
||||||
</license>
|
|
||||||
<license>
|
|
||||||
<name>EPL-2.0</name>
|
|
||||||
<url>https://opensource.org/licenses/EPL-2.0</url>
|
|
||||||
<distribution>repo</distribution>
|
|
||||||
<comments>Eclipse Public License, Version 2.0</comments>
|
|
||||||
</license>
|
|
||||||
</licenses>
|
|
||||||
<scm>
|
|
||||||
<url>https://github.com/bndtools/bnd</url>
|
|
||||||
<connection>scm:git:https://github.com/bndtools/bnd.git</connection>
|
|
||||||
<developerConnection>scm:git:git@github.com:bndtools/bnd.git</developerConnection>
|
|
||||||
<tag>4.3.0.REL</tag>
|
|
||||||
</scm>
|
|
||||||
<developers>
|
|
||||||
<developer>
|
|
||||||
<id>pkriens</id>
|
|
||||||
<email>Peter.Kriens@aQute.biz</email>
|
|
||||||
<name>Peter Kriens</name>
|
|
||||||
<organization>Bndtools</organization>
|
|
||||||
<organizationUrl>https://github.com/bndtools</organizationUrl>
|
|
||||||
<roles>
|
|
||||||
<role>architect</role>
|
|
||||||
<role>developer</role>
|
|
||||||
</roles>
|
|
||||||
<timezone>1</timezone>
|
|
||||||
</developer>
|
|
||||||
</developers>
|
|
||||||
<dependencies>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.osgi</groupId>
|
|
||||||
<artifactId>osgi.annotation</artifactId>
|
|
||||||
<version>7.0.0</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.slf4j</groupId>
|
|
||||||
<artifactId>slf4j-api</artifactId>
|
|
||||||
<version>1.7.25</version>
|
|
||||||
<scope>compile</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.osgi</groupId>
|
|
||||||
<artifactId>org.osgi.util.function</artifactId>
|
|
||||||
<version>1.1.0</version>
|
|
||||||
<scope>compile</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.osgi</groupId>
|
|
||||||
<artifactId>org.osgi.util.promise</artifactId>
|
|
||||||
<version>1.1.1</version>
|
|
||||||
<scope>compile</scope>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
|
||||||
</project>
|
|
@ -1,110 +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>biz.aQute.bnd</groupId>
|
|
||||||
<artifactId>biz.aQute.bnd</artifactId>
|
|
||||||
<version>4.3.0</version>
|
|
||||||
<description>This command line utility is the Swiss army knife of OSGi. It provides you with a breadth of tools to understand and manage OSGi based systems. This project basically uses bndlib.</description>
|
|
||||||
<name>biz.aQute.bnd</name>
|
|
||||||
<url>https://bnd.bndtools.org/</url>
|
|
||||||
<organization>
|
|
||||||
<name>Bndtools</name>
|
|
||||||
<url>https://bndtools.org/</url>
|
|
||||||
</organization>
|
|
||||||
<licenses>
|
|
||||||
<license>
|
|
||||||
<name>Apache-2.0</name>
|
|
||||||
<url>https://opensource.org/licenses/Apache-2.0</url>
|
|
||||||
<distribution>repo</distribution>
|
|
||||||
<comments>Apache License, Version 2.0</comments>
|
|
||||||
</license>
|
|
||||||
<license>
|
|
||||||
<name>EPL-2.0</name>
|
|
||||||
<url>https://opensource.org/licenses/EPL-2.0</url>
|
|
||||||
<distribution>repo</distribution>
|
|
||||||
<comments>Eclipse Public License, Version 2.0</comments>
|
|
||||||
</license>
|
|
||||||
</licenses>
|
|
||||||
<scm>
|
|
||||||
<url>https://github.com/bndtools/bnd</url>
|
|
||||||
<connection>scm:git:https://github.com/bndtools/bnd.git</connection>
|
|
||||||
<developerConnection>scm:git:git@github.com:bndtools/bnd.git</developerConnection>
|
|
||||||
<tag>4.3.0.REL</tag>
|
|
||||||
</scm>
|
|
||||||
<developers>
|
|
||||||
<developer>
|
|
||||||
<id>pkriens</id>
|
|
||||||
<email>Peter.Kriens@aQute.biz</email>
|
|
||||||
<name>Peter Kriens</name>
|
|
||||||
<organization>Bndtools</organization>
|
|
||||||
<organizationUrl>https://github.com/bndtools</organizationUrl>
|
|
||||||
<roles>
|
|
||||||
<role>architect</role>
|
|
||||||
<role>developer</role>
|
|
||||||
</roles>
|
|
||||||
<timezone>1</timezone>
|
|
||||||
</developer>
|
|
||||||
</developers>
|
|
||||||
<dependencies>
|
|
||||||
<dependency>
|
|
||||||
<groupId>biz.aQute.bnd</groupId>
|
|
||||||
<artifactId>biz.aQute.bndlib</artifactId>
|
|
||||||
<version>4.3.0</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>biz.aQute.bnd</groupId>
|
|
||||||
<artifactId>biz.aQute.resolve</artifactId>
|
|
||||||
<version>4.3.0</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>biz.aQute.bnd</groupId>
|
|
||||||
<artifactId>biz.aQute.repository</artifactId>
|
|
||||||
<version>4.3.0</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>biz.aQute.bnd</groupId>
|
|
||||||
<artifactId>biz.aQute.bnd.exporters</artifactId>
|
|
||||||
<version>4.3.0</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>biz.aQute.bnd</groupId>
|
|
||||||
<artifactId>biz.aQute.bnd.reporter</artifactId>
|
|
||||||
<version>4.3.0</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>biz.aQute.bnd</groupId>
|
|
||||||
<artifactId>biz.aQute.remote.api</artifactId>
|
|
||||||
<version>4.3.0</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.yaml</groupId>
|
|
||||||
<artifactId>snakeyaml</artifactId>
|
|
||||||
<version>1.15</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.slf4j</groupId>
|
|
||||||
<artifactId>slf4j-api</artifactId>
|
|
||||||
<version>1.7.25</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.slf4j</groupId>
|
|
||||||
<artifactId>slf4j-simple</artifactId>
|
|
||||||
<version>1.7.25</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>jline</groupId>
|
|
||||||
<artifactId>jline</artifactId>
|
|
||||||
<version>2.14.6</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
|
||||||
</project>
|
|
@ -1,56 +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>biz.aQute.bnd</groupId>
|
|
||||||
<artifactId>biz.aQute.bnd.annotation</artifactId>
|
|
||||||
<version>4.3.0</version>
|
|
||||||
<description>bnd Annotations Library</description>
|
|
||||||
<name>biz.aQute.bnd.annotation</name>
|
|
||||||
<url>https://bnd.bndtools.org/</url>
|
|
||||||
<organization>
|
|
||||||
<name>Bndtools</name>
|
|
||||||
<url>https://bndtools.org/</url>
|
|
||||||
</organization>
|
|
||||||
<licenses>
|
|
||||||
<license>
|
|
||||||
<name>Apache-2.0</name>
|
|
||||||
<url>https://opensource.org/licenses/Apache-2.0</url>
|
|
||||||
<distribution>repo</distribution>
|
|
||||||
<comments>Apache License, Version 2.0</comments>
|
|
||||||
</license>
|
|
||||||
<license>
|
|
||||||
<name>EPL-2.0</name>
|
|
||||||
<url>https://opensource.org/licenses/EPL-2.0</url>
|
|
||||||
<distribution>repo</distribution>
|
|
||||||
<comments>Eclipse Public License, Version 2.0</comments>
|
|
||||||
</license>
|
|
||||||
</licenses>
|
|
||||||
<scm>
|
|
||||||
<url>https://github.com/bndtools/bnd</url>
|
|
||||||
<connection>scm:git:https://github.com/bndtools/bnd.git</connection>
|
|
||||||
<developerConnection>scm:git:git@github.com:bndtools/bnd.git</developerConnection>
|
|
||||||
<tag>4.3.0.REL</tag>
|
|
||||||
</scm>
|
|
||||||
<developers>
|
|
||||||
<developer>
|
|
||||||
<id>pkriens</id>
|
|
||||||
<email>Peter.Kriens@aQute.biz</email>
|
|
||||||
<name>Peter Kriens</name>
|
|
||||||
<organization>Bndtools</organization>
|
|
||||||
<organizationUrl>https://github.com/bndtools</organizationUrl>
|
|
||||||
<roles>
|
|
||||||
<role>architect</role>
|
|
||||||
<role>developer</role>
|
|
||||||
</roles>
|
|
||||||
<timezone>1</timezone>
|
|
||||||
</developer>
|
|
||||||
</developers>
|
|
||||||
<dependencies>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.osgi</groupId>
|
|
||||||
<artifactId>osgi.annotation</artifactId>
|
|
||||||
<version>7.0.0</version>
|
|
||||||
<scope>compile</scope>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
|
||||||
</project>
|
|
@ -1,70 +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>biz.aQute.bnd</groupId>
|
|
||||||
<artifactId>biz.aQute.bndlib</artifactId>
|
|
||||||
<version>4.3.0</version>
|
|
||||||
<description>bndlib: A Swiss Army Knife for OSGi</description>
|
|
||||||
<name>biz.aQute.bndlib</name>
|
|
||||||
<url>https://bnd.bndtools.org/</url>
|
|
||||||
<organization>
|
|
||||||
<name>Bndtools</name>
|
|
||||||
<url>https://bndtools.org/</url>
|
|
||||||
</organization>
|
|
||||||
<licenses>
|
|
||||||
<license>
|
|
||||||
<name>Apache-2.0</name>
|
|
||||||
<url>https://opensource.org/licenses/Apache-2.0</url>
|
|
||||||
<distribution>repo</distribution>
|
|
||||||
<comments>Apache License, Version 2.0</comments>
|
|
||||||
</license>
|
|
||||||
<license>
|
|
||||||
<name>EPL-2.0</name>
|
|
||||||
<url>https://opensource.org/licenses/EPL-2.0</url>
|
|
||||||
<distribution>repo</distribution>
|
|
||||||
<comments>Eclipse Public License, Version 2.0</comments>
|
|
||||||
</license>
|
|
||||||
</licenses>
|
|
||||||
<scm>
|
|
||||||
<url>https://github.com/bndtools/bnd</url>
|
|
||||||
<connection>scm:git:https://github.com/bndtools/bnd.git</connection>
|
|
||||||
<developerConnection>scm:git:git@github.com:bndtools/bnd.git</developerConnection>
|
|
||||||
<tag>4.3.0.REL</tag>
|
|
||||||
</scm>
|
|
||||||
<developers>
|
|
||||||
<developer>
|
|
||||||
<id>peter.kriens@aQute.biz</id>
|
|
||||||
<email>peter.kriens@aQute.biz</email>
|
|
||||||
</developer>
|
|
||||||
<developer>
|
|
||||||
<id>njbartlett@gmail.com</id>
|
|
||||||
<email>njbartlett@gmail.com</email>
|
|
||||||
</developer>
|
|
||||||
</developers>
|
|
||||||
<dependencies>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.osgi</groupId>
|
|
||||||
<artifactId>osgi.annotation</artifactId>
|
|
||||||
<version>7.0.0</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.osgi</groupId>
|
|
||||||
<artifactId>org.osgi.util.function</artifactId>
|
|
||||||
<version>1.1.0</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.osgi</groupId>
|
|
||||||
<artifactId>org.osgi.util.promise</artifactId>
|
|
||||||
<version>1.1.1</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.slf4j</groupId>
|
|
||||||
<artifactId>slf4j-api</artifactId>
|
|
||||||
<version>1.7.25</version>
|
|
||||||
<scope>compile</scope>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
|
||||||
</project>
|
|
@ -1,198 +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>biz.aQute.bnd</groupId>
|
|
||||||
<artifactId>parent</artifactId>
|
|
||||||
<version>@VERSION@</version>
|
|
||||||
|
|
||||||
<packaging>pom</packaging>
|
|
||||||
|
|
||||||
<name>Parent project for bnd tool suite</name>
|
|
||||||
<description>Project information for bnd.</description>
|
|
||||||
<url>http://www.aQute.biz/Code/Bnd</url>
|
|
||||||
|
|
||||||
<organization>
|
|
||||||
<name>aQute SARL</name>
|
|
||||||
<url>http://www.aQute.biz</url>
|
|
||||||
</organization>
|
|
||||||
|
|
||||||
<licenses>
|
|
||||||
<license>
|
|
||||||
<name>Apache Software License 2.0</name>
|
|
||||||
<url>http://www.opensource.org/licenses/apache2.0.php</url>
|
|
||||||
<distribution>repo</distribution>
|
|
||||||
</license>
|
|
||||||
</licenses>
|
|
||||||
|
|
||||||
<developers>
|
|
||||||
<developer>
|
|
||||||
<id>bnd</id>
|
|
||||||
<name>Peter Kriens</name>
|
|
||||||
<organization>aQute SARL</organization>
|
|
||||||
<roles>
|
|
||||||
<role>Primary Developer</role>
|
|
||||||
</roles>
|
|
||||||
</developer>
|
|
||||||
<developer>
|
|
||||||
<id>bjhargrave</id>
|
|
||||||
<name>BJ Hargrave</name>
|
|
||||||
</developer>
|
|
||||||
<developer>
|
|
||||||
<id>mcculls</id>
|
|
||||||
<name>Stuart McCulloch</name>
|
|
||||||
</developer>
|
|
||||||
<developer>
|
|
||||||
<id>njbartlett</id>
|
|
||||||
<name>Neil Bartlett</name>
|
|
||||||
<organization>Paremus</organization>
|
|
||||||
</developer>
|
|
||||||
<developer>
|
|
||||||
<id>fhuberts</id>
|
|
||||||
<name>Ferry Huberts</name>
|
|
||||||
<organization>Pelagic</organization>
|
|
||||||
</developer>
|
|
||||||
<developer>
|
|
||||||
<id>psoreide</id>
|
|
||||||
<name>PK Søreide</name>
|
|
||||||
<organization>Comactivity AB</organization>
|
|
||||||
</developer>
|
|
||||||
</developers>
|
|
||||||
<contributors>
|
|
||||||
<contributor>
|
|
||||||
<!--<id>derheld42</id>-->
|
|
||||||
<name>Carter Smithhart</name>
|
|
||||||
</contributor>
|
|
||||||
<contributor>
|
|
||||||
<!--<id>cchabanois</id>-->
|
|
||||||
<name>Chabanois Cédric</name>
|
|
||||||
<organization>Entropysoft</organization>
|
|
||||||
</contributor>
|
|
||||||
<contributor>
|
|
||||||
<!--<id>paulbakker</id>-->
|
|
||||||
<name>Paul Bakker</name>
|
|
||||||
<organization>Luminis Technologies</organization>
|
|
||||||
</contributor>
|
|
||||||
<contributor>
|
|
||||||
<!--<id>djencks</id>-->
|
|
||||||
<name>David Jencks</name>
|
|
||||||
</contributor>
|
|
||||||
<contributor>
|
|
||||||
<!--<id>rkrzewski</id>-->
|
|
||||||
<name>Rafał Krzewski</name>
|
|
||||||
<organization>Caltha - Krzewski, Mach, Potempski Sp. J.</organization>
|
|
||||||
</contributor>
|
|
||||||
<contributor>
|
|
||||||
<!--<id>xfournet</id>-->
|
|
||||||
<name>Xavier Fournet</name>
|
|
||||||
</contributor>
|
|
||||||
<contributor>
|
|
||||||
<!--<id>crabbkw</id>-->
|
|
||||||
<name>Casey Crabb</name>
|
|
||||||
</contributor>
|
|
||||||
<contributor>
|
|
||||||
<!--<id>david.bosschaert</id>-->
|
|
||||||
<name>David Bosschaert</name>
|
|
||||||
</contributor>
|
|
||||||
<contributor>
|
|
||||||
<!--<id>harald.wellmann</id>-->
|
|
||||||
<name>Harald Wellmann</name>
|
|
||||||
</contributor>
|
|
||||||
<contributor>
|
|
||||||
<!--<id>janwillem.janssen</id>-->
|
|
||||||
<name>Jan Willem Janssen</name>
|
|
||||||
</contributor>
|
|
||||||
<contributor>
|
|
||||||
<!--<id>marcel.offermans</id>-->
|
|
||||||
<name>Marcel Offermans</name>
|
|
||||||
</contributor>
|
|
||||||
<contributor>
|
|
||||||
<!--<id>marian.grigoras</id>-->
|
|
||||||
<name>Marian Grigoras</name>
|
|
||||||
</contributor>
|
|
||||||
<contributor>
|
|
||||||
<!--<id>markuswolf</id>-->
|
|
||||||
<name>Markus Wolf</name>
|
|
||||||
</contributor>
|
|
||||||
<contributor>
|
|
||||||
<!--<id>nicolas.lalevee</id>-->
|
|
||||||
<name>Nicolas Lalevée</name>
|
|
||||||
</contributor>
|
|
||||||
<contributor>
|
|
||||||
<!--<id>pierre.labiausse</id>-->
|
|
||||||
<name>Pierre Labiausse</name>
|
|
||||||
</contributor>
|
|
||||||
<contributor>
|
|
||||||
<!--<id>raymond.auge</id>-->
|
|
||||||
<name>Raymond Auge</name>
|
|
||||||
</contributor>
|
|
||||||
<contributor>
|
|
||||||
<!--<id>timothyjward</id>-->
|
|
||||||
<name>Tim Ward</name>
|
|
||||||
</contributor>
|
|
||||||
<contributor>
|
|
||||||
<!--<id>bramk</id>-->
|
|
||||||
<name>Bram de Kruijff</name>
|
|
||||||
</contributor>
|
|
||||||
<contributor>
|
|
||||||
<!--<id>tangyong</id>-->
|
|
||||||
<name>Tang Yong</name>
|
|
||||||
</contributor>
|
|
||||||
<contributor>
|
|
||||||
<!--<id>gamerson</id>-->
|
|
||||||
<name>Gregory Amerson</name>
|
|
||||||
</contributor>
|
|
||||||
<contributor>
|
|
||||||
<!--<id>gnodet</id>-->
|
|
||||||
<name>Guillaume Nodet</name>
|
|
||||||
</contributor>
|
|
||||||
<contributor>
|
|
||||||
<!--<id>marcdejonge</id>-->
|
|
||||||
<name>Marc de Jonge</name>
|
|
||||||
</contributor>
|
|
||||||
<contributor>
|
|
||||||
<!--<id>trespasserw</id>-->
|
|
||||||
<name>Roman Shevchenko</name>
|
|
||||||
</contributor>
|
|
||||||
</contributors>
|
|
||||||
|
|
||||||
<scm>
|
|
||||||
<url>https://github.com/bndtools/bnd</url>
|
|
||||||
<connection>scm:git:git://github.com/bndtools/bnd.git</connection>
|
|
||||||
<developerConnection>scm:git:ssh://github.com/bndtools/bnd.git</developerConnection>
|
|
||||||
</scm>
|
|
||||||
|
|
||||||
<modules>
|
|
||||||
<module>aQute.libg</module>
|
|
||||||
<module>biz.aQute.bndlib</module>
|
|
||||||
<module>biz.aQute.bnd</module>
|
|
||||||
<module>biz.aQute.bnd.annotation</module>
|
|
||||||
<module>maven</module>
|
|
||||||
</modules>
|
|
||||||
|
|
||||||
<build>
|
|
||||||
<sourceDirectory>src</sourceDirectory>
|
|
||||||
<resources>
|
|
||||||
<resource>
|
|
||||||
<directory>src/</directory>
|
|
||||||
<excludes>
|
|
||||||
<exclude>**/*.java</exclude>
|
|
||||||
<exclude>**/packageinfo</exclude>
|
|
||||||
</excludes>
|
|
||||||
</resource>
|
|
||||||
</resources>
|
|
||||||
<plugins>
|
|
||||||
<plugin>
|
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
|
||||||
<artifactId>maven-compiler-plugin</artifactId>
|
|
||||||
<version>3.8.1</version>
|
|
||||||
<configuration>
|
|
||||||
<source>1.8</source>
|
|
||||||
<target>1.8</target>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
</plugins>
|
|
||||||
</build>
|
|
||||||
|
|
||||||
</project>
|
|
@ -1,6 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
VERSION=`sed -rn 's/^Version:\s*([0-9.]+)/\1/p' aqute-bnd.spec`
|
|
||||||
wget https://github.com/bndtools/bnd/archive/$VERSION.REL.tar.gz
|
|
||||||
gunzip $VERSION.REL.tar.gz
|
|
||||||
tar tf $VERSION.REL.tar | grep -E '\.(.ar|exe|tar\.(gz|bz2|xz)|zip)$' | xargs tar --delete --file $VERSION.REL.tar
|
|
||||||
gzip $VERSION.REL.tar
|
|
44
aggregator.pom
Normal file
44
aggregator.pom
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
<?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.fedoraproject.xmvn.aqute-bnd</groupId>
|
||||||
|
<artifactId>aggregator</artifactId>
|
||||||
|
<version>any</version>
|
||||||
|
<packaging>pom</packaging>
|
||||||
|
<properties>
|
||||||
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
|
</properties>
|
||||||
|
<modules>
|
||||||
|
<module>aQute.libg</module>
|
||||||
|
<module>biz.aQute.bndlib</module>
|
||||||
|
<module>biz.aQute.bnd</module>
|
||||||
|
<module>biz.aQute.bnd.annotation</module>
|
||||||
|
<module>biz.aQute.bnd.ant</module>
|
||||||
|
<module>biz.aQute.bnd.util</module>
|
||||||
|
<module>maven</module>
|
||||||
|
</modules>
|
||||||
|
<build>
|
||||||
|
<sourceDirectory>src</sourceDirectory>
|
||||||
|
<resources>
|
||||||
|
<resource>
|
||||||
|
<directory>src/</directory>
|
||||||
|
<excludes>
|
||||||
|
<exclude>**/*.java</exclude>
|
||||||
|
<exclude>**/packageinfo</exclude>
|
||||||
|
</excludes>
|
||||||
|
</resource>
|
||||||
|
</resources>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
|
<version>any</version>
|
||||||
|
<configuration>
|
||||||
|
<source>1.8</source>
|
||||||
|
<target>1.8</target>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
|
</build>
|
||||||
|
</project>
|
@ -1,29 +1,55 @@
|
|||||||
|
%bcond_with bootstrap
|
||||||
|
|
||||||
|
%if %{without bootstrap} && %{undefined rhel}
|
||||||
|
%bcond_without bnd_maven_plugin
|
||||||
|
%else
|
||||||
|
%bcond_with bnd_maven_plugin
|
||||||
|
%endif
|
||||||
|
|
||||||
Name: aqute-bnd
|
Name: aqute-bnd
|
||||||
Version: 4.3.0
|
Version: 6.3.1
|
||||||
Release: 2%{?dist}
|
Release: 21%{?dist}
|
||||||
Summary: BND Tool
|
Summary: BND Tool
|
||||||
# Part of jpm is under BSD, but jpm is not included in binary RPM
|
# Part of jpm is under BSD, but jpm is not included in binary RPM
|
||||||
License: ASL 2.0
|
License: Apache-2.0 OR EPL-2.0
|
||||||
URL: http://bnd.bndtools.org/
|
URL: https://bnd.bndtools.org/
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
ExclusiveArch: %{java_arches} noarch
|
||||||
|
|
||||||
Source0: %{version}.REL.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
# removes bundled jars from upstream tarball
|
# removes bundled jars from upstream tarball
|
||||||
# run as:
|
# run as:
|
||||||
# ./repack-tarball.sh
|
# ./generate-tarball.sh
|
||||||
Source1: repack-tarball.sh
|
Source1: generate-tarball.sh
|
||||||
|
|
||||||
Source2: parent.pom
|
# Auxiliary parent pom, packager-written
|
||||||
|
Source2: aggregator.pom
|
||||||
Source3: https://repo1.maven.org/maven2/biz/aQute/bnd/aQute.libg/%{version}/aQute.libg-%{version}.pom
|
Source3: https://repo1.maven.org/maven2/biz/aQute/bnd/aQute.libg/%{version}/aQute.libg-%{version}.pom
|
||||||
Source4: https://repo1.maven.org/maven2/biz/aQute/bnd/biz.aQute.bnd/%{version}/biz.aQute.bnd-%{version}.pom
|
Source4: https://repo1.maven.org/maven2/biz/aQute/bnd/biz.aQute.bnd/%{version}/biz.aQute.bnd-%{version}.pom
|
||||||
Source5: https://repo1.maven.org/maven2/biz/aQute/bnd/biz.aQute.bndlib/%{version}/biz.aQute.bndlib-%{version}.pom
|
Source5: https://repo1.maven.org/maven2/biz/aQute/bnd/biz.aQute.bndlib/%{version}/biz.aQute.bndlib-%{version}.pom
|
||||||
Source6: https://repo1.maven.org/maven2/biz/aQute/bnd/biz.aQute.bnd.annotation/%{version}/biz.aQute.bnd.annotation-%{version}.pom
|
Source6: https://repo1.maven.org/maven2/biz/aQute/bnd/biz.aQute.bnd.annotation/%{version}/biz.aQute.bnd.annotation-%{version}.pom
|
||||||
|
Source7: https://repo1.maven.org/maven2/biz/aQute/bnd/biz.aQute.bnd.ant/%{version}/biz.aQute.bnd.ant-%{version}.pom
|
||||||
|
Source8: https://repo1.maven.org/maven2/biz/aQute/bnd/biz.aQute.bnd.util/%{version}/biz.aQute.bnd.util-%{version}.pom
|
||||||
|
|
||||||
Patch0: 0001-Disable-removed-commands.patch
|
Patch: 0001-Disable-removed-commands.patch
|
||||||
Patch1: 0002-Fix-ant-compatibility.patch
|
Patch: 0002-Port-to-OSGI-7.0.0.patch
|
||||||
Patch2: 0003-Port-to-OSGI-7.0.0.patch
|
Patch: 0003-Remove-unmet-dependencies.patch
|
||||||
|
Patch: 0004-Port-to-OpenJDK-21.patch
|
||||||
|
|
||||||
|
%if %{with bootstrap}
|
||||||
|
BuildRequires: javapackages-bootstrap
|
||||||
|
%else
|
||||||
BuildRequires: maven-local
|
BuildRequires: maven-local
|
||||||
|
BuildRequires: mvn(org.apache.ant:ant)
|
||||||
|
BuildRequires: mvn(org.codehaus.plexus:plexus-component-metadata)
|
||||||
|
BuildRequires: mvn(org.junit:junit-bom:pom:)
|
||||||
|
BuildRequires: mvn(org.osgi:osgi.annotation)
|
||||||
|
BuildRequires: mvn(org.osgi:osgi.cmpn)
|
||||||
|
BuildRequires: mvn(org.osgi:osgi.core)
|
||||||
|
BuildRequires: mvn(org.slf4j:slf4j-api)
|
||||||
|
BuildRequires: mvn(org.slf4j:slf4j-simple)
|
||||||
|
%endif
|
||||||
|
%if %{with bnd_maven_plugin}
|
||||||
BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
|
BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
|
||||||
BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin)
|
BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin)
|
||||||
BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin)
|
BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin)
|
||||||
@ -33,16 +59,8 @@ BuildRequires: mvn(org.apache.maven:maven-compat)
|
|||||||
BuildRequires: mvn(org.apache.maven:maven-core)
|
BuildRequires: mvn(org.apache.maven:maven-core)
|
||||||
BuildRequires: mvn(org.apache.maven:maven-plugin-api)
|
BuildRequires: mvn(org.apache.maven:maven-plugin-api)
|
||||||
BuildRequires: mvn(org.eclipse.aether:aether-api)
|
BuildRequires: mvn(org.eclipse.aether:aether-api)
|
||||||
BuildRequires: mvn(org.osgi:osgi.annotation)
|
|
||||||
BuildRequires: mvn(org.osgi:osgi.cmpn)
|
|
||||||
BuildRequires: mvn(org.osgi:osgi.core)
|
|
||||||
BuildRequires: mvn(org.slf4j:slf4j-api)
|
|
||||||
BuildRequires: mvn(org.slf4j:slf4j-simple)
|
|
||||||
BuildRequires: mvn(org.sonatype.plexus:plexus-build-api)
|
BuildRequires: mvn(org.sonatype.plexus:plexus-build-api)
|
||||||
|
%endif
|
||||||
# Explicit javapackages-tools requires since bnd script uses
|
|
||||||
# /usr/share/java-utils/java-functions
|
|
||||||
Requires: javapackages-tools
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The bnd tool helps you create and diagnose OSGi bundles.
|
The bnd tool helps you create and diagnose OSGi bundles.
|
||||||
@ -63,11 +81,13 @@ Summary: BND library
|
|||||||
%description -n aqute-bndlib
|
%description -n aqute-bndlib
|
||||||
%{summary}.
|
%{summary}.
|
||||||
|
|
||||||
|
%if %{with bnd_maven_plugin}
|
||||||
%package -n bnd-maven-plugin
|
%package -n bnd-maven-plugin
|
||||||
Summary: BND Maven plugin
|
Summary: BND Maven plugin
|
||||||
|
|
||||||
%description -n bnd-maven-plugin
|
%description -n bnd-maven-plugin
|
||||||
%{summary}.
|
%{summary}.
|
||||||
|
%endif
|
||||||
|
|
||||||
%package javadoc
|
%package javadoc
|
||||||
Summary: Javadoc for %{name}
|
Summary: Javadoc for %{name}
|
||||||
@ -76,34 +96,30 @@ Summary: Javadoc for %{name}
|
|||||||
API documentation for %{name}.
|
API documentation for %{name}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n bnd-%{version}.REL
|
%autosetup -p1
|
||||||
|
|
||||||
rm gradlew*
|
|
||||||
|
|
||||||
%patch0 -p1
|
|
||||||
%patch1 -p1
|
|
||||||
%patch2 -p1
|
|
||||||
|
|
||||||
# the commands pull in more dependencies than we want (felix-resolver, jetty)
|
# the commands pull in more dependencies than we want (felix-resolver, jetty)
|
||||||
rm biz.aQute.bnd/src/aQute/bnd/main/{RemoteCommand,ResolveCommand}.java
|
rm biz.aQute.bnd/src/aQute/bnd/main/{ExportReportCommand,MbrCommand,RemoteCommand,ReporterLogger,ResolveCommand,Shell}.java
|
||||||
|
|
||||||
sed 's/@VERSION@/%{version}/' %SOURCE2 > pom.xml
|
cp %SOURCE2 pom.xml
|
||||||
sed -i 's|${Bundle-Version}|%{version}|' biz.aQute.bndlib/src/aQute/bnd/osgi/bnd.info
|
sed -i 's|${Bundle-Version}|%{version}|' biz.aQute.bndlib/src/aQute/bnd/osgi/bnd.info
|
||||||
|
|
||||||
|
%if %{without bnd_maven_plugin}
|
||||||
|
%pom_disable_module maven
|
||||||
|
%endif
|
||||||
|
|
||||||
# libg
|
# libg
|
||||||
pushd aQute.libg
|
pushd aQute.libg
|
||||||
cp -p %{SOURCE3} pom.xml
|
cp -p %{SOURCE3} pom.xml
|
||||||
%pom_add_parent biz.aQute.bnd:parent:%{version}
|
%pom_add_parent org.fedoraproject.xmvn.aqute-bnd:aggregator:any
|
||||||
%pom_remove_dep :org.osgi.util.function
|
|
||||||
%pom_remove_dep :org.osgi.util.promise
|
|
||||||
%pom_add_dep org.osgi:osgi.core
|
|
||||||
%pom_add_dep org.osgi:osgi.cmpn
|
%pom_add_dep org.osgi:osgi.cmpn
|
||||||
popd
|
popd
|
||||||
|
|
||||||
# bndlib.annotations
|
# bnd.annotation
|
||||||
pushd biz.aQute.bnd.annotation
|
pushd biz.aQute.bnd.annotation
|
||||||
cp -p %{SOURCE6} pom.xml
|
cp -p %{SOURCE6} pom.xml
|
||||||
%pom_add_parent biz.aQute.bnd:parent:%{version}
|
%pom_add_parent org.fedoraproject.xmvn.aqute-bnd:aggregator:any
|
||||||
%pom_add_dep org.osgi:osgi.core
|
%pom_add_dep org.osgi:osgi.core
|
||||||
%pom_add_dep org.osgi:osgi.cmpn
|
%pom_add_dep org.osgi:osgi.cmpn
|
||||||
popd
|
popd
|
||||||
@ -111,19 +127,23 @@ popd
|
|||||||
# bndlib
|
# bndlib
|
||||||
pushd biz.aQute.bndlib
|
pushd biz.aQute.bndlib
|
||||||
cp -p %{SOURCE5} pom.xml
|
cp -p %{SOURCE5} pom.xml
|
||||||
%pom_add_parent biz.aQute.bnd:parent:%{version}
|
%pom_add_parent org.fedoraproject.xmvn.aqute-bnd:aggregator:any
|
||||||
%pom_remove_dep :org.osgi.util.function
|
|
||||||
%pom_remove_dep :org.osgi.util.promise
|
|
||||||
%pom_add_dep org.osgi:osgi.core
|
|
||||||
%pom_add_dep org.osgi:osgi.cmpn
|
%pom_add_dep org.osgi:osgi.cmpn
|
||||||
%pom_add_dep biz.aQute.bnd:aQute.libg:%{version}
|
%pom_add_dep biz.aQute.bnd:aQute.libg:%{version}
|
||||||
%pom_add_dep biz.aQute.bnd:biz.aQute.bnd.annotation:%{version}
|
%pom_add_dep biz.aQute.bnd:biz.aQute.bnd.annotation:%{version}
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
# bnd.ant
|
||||||
|
pushd biz.aQute.bnd.ant
|
||||||
|
cp -p %{SOURCE7} pom.xml
|
||||||
|
%pom_add_parent org.fedoraproject.xmvn.aqute-bnd:aggregator:any
|
||||||
|
popd
|
||||||
|
|
||||||
# bnd
|
# bnd
|
||||||
cp -r biz.aQute.bnd.exporters/src/aQute/bnd/exporter biz.aQute.bnd/src/aQute/bnd/
|
cp -r biz.aQute.bnd.exporters/src/aQute/bnd/exporter biz.aQute.bnd/src/aQute/bnd/
|
||||||
pushd biz.aQute.bnd
|
pushd biz.aQute.bnd
|
||||||
cp -p %{SOURCE4} pom.xml
|
cp -p %{SOURCE4} pom.xml
|
||||||
|
%pom_add_parent org.fedoraproject.xmvn.aqute-bnd:aggregator:any
|
||||||
%pom_remove_dep :biz.aQute.resolve
|
%pom_remove_dep :biz.aQute.resolve
|
||||||
%pom_remove_dep :biz.aQute.repository
|
%pom_remove_dep :biz.aQute.repository
|
||||||
%pom_remove_dep :biz.aQute.bnd.exporters
|
%pom_remove_dep :biz.aQute.bnd.exporters
|
||||||
@ -131,10 +151,36 @@ cp -p %{SOURCE4} pom.xml
|
|||||||
%pom_remove_dep :biz.aQute.remote.api
|
%pom_remove_dep :biz.aQute.remote.api
|
||||||
%pom_remove_dep :snakeyaml
|
%pom_remove_dep :snakeyaml
|
||||||
%pom_remove_dep :jline
|
%pom_remove_dep :jline
|
||||||
|
%pom_remove_dep org.osgi:org.osgi.service.coordinator
|
||||||
|
%pom_remove_dep org.osgi:org.osgi.service.resolver
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
# bnd.util
|
||||||
|
pushd biz.aQute.bnd.util
|
||||||
|
cp -p %{SOURCE8} pom.xml
|
||||||
|
%pom_add_parent org.fedoraproject.xmvn.aqute-bnd:aggregator:any
|
||||||
|
%pom_add_dep biz.aQute.bnd:aQute.libg:%{version}
|
||||||
|
popd
|
||||||
|
|
||||||
|
%pom_remove_dep -r org.osgi:org.osgi.dto
|
||||||
|
%pom_remove_dep -r org.osgi:org.osgi.framework
|
||||||
|
%pom_remove_dep -r org.osgi:org.osgi.namespace.contract
|
||||||
|
%pom_remove_dep -r org.osgi:org.osgi.namespace.extender
|
||||||
|
%pom_remove_dep -r org.osgi:org.osgi.namespace.implementation
|
||||||
|
%pom_remove_dep -r org.osgi:org.osgi.namespace.service
|
||||||
|
%pom_remove_dep -r org.osgi:org.osgi.resource
|
||||||
|
%pom_remove_dep -r org.osgi:org.osgi.service.log
|
||||||
|
%pom_remove_dep -r org.osgi:org.osgi.service.repository
|
||||||
|
%pom_remove_dep -r org.osgi:org.osgi.service.serviceloader
|
||||||
|
%pom_remove_dep -r org.osgi:org.osgi.util.function
|
||||||
|
%pom_remove_dep -r org.osgi:org.osgi.util.promise
|
||||||
|
%pom_remove_dep -r org.osgi:org.osgi.util.tracker
|
||||||
|
|
||||||
|
%pom_xpath_remove -r pom:project/pom:dependencies/pom:dependency/pom:scope
|
||||||
|
|
||||||
# maven-plugins
|
# maven-plugins
|
||||||
cp -r biz.aQute.bnd.maven/src/aQute/bnd/maven/lib/configuration maven/bnd-maven-plugin/src/main/java/aQute/bnd/maven/lib
|
cp -r biz.aQute.bnd.maven/src/aQute/bnd/maven/lib/configuration maven/bnd-maven-plugin/src/main/java/aQute/bnd/maven/lib
|
||||||
|
cp -r biz.aQute.bnd.maven/src/aQute/bnd/maven/lib/executions maven/bnd-maven-plugin/src/main/java/aQute/bnd/maven/lib
|
||||||
pushd maven
|
pushd maven
|
||||||
%pom_remove_dep -r :biz.aQute.bnd.maven
|
%pom_remove_dep -r :biz.aQute.bnd.maven
|
||||||
# Unavailable reactor dependency - org.osgi.impl.bundle.repoindex.cli
|
# Unavailable reactor dependency - org.osgi.impl.bundle.repoindex.cli
|
||||||
@ -158,13 +204,15 @@ popd
|
|||||||
%mvn_package biz.aQute.bnd:biz.aQute.bndlib bndlib
|
%mvn_package biz.aQute.bnd:biz.aQute.bndlib bndlib
|
||||||
%mvn_package biz.aQute.bnd:biz.aQute.bnd.annotation bndlib
|
%mvn_package biz.aQute.bnd:biz.aQute.bnd.annotation bndlib
|
||||||
%mvn_package biz.aQute.bnd:aQute.libg bndlib
|
%mvn_package biz.aQute.bnd:aQute.libg bndlib
|
||||||
|
%mvn_package org.fedoraproject.xmvn.aqute-bnd:aggregator __noinstall
|
||||||
|
%mvn_package biz.aQute.bnd:bnd-plugin-parent __noinstall
|
||||||
|
%if %{with bnd_maven_plugin}
|
||||||
%mvn_package biz.aQute.bnd:bnd-maven-plugin maven
|
%mvn_package biz.aQute.bnd:bnd-maven-plugin maven
|
||||||
%mvn_package biz.aQute.bnd:bnd-baseline-maven-plugin maven
|
%mvn_package biz.aQute.bnd:bnd-baseline-maven-plugin maven
|
||||||
%mvn_package biz.aQute.bnd:parent __noinstall
|
%endif
|
||||||
%mvn_package biz.aQute.bnd:bnd-plugin-parent __noinstall
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%mvn_build -- -Dproject.build.sourceEncoding=UTF-8
|
%mvn_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%mvn_install
|
%mvn_install
|
||||||
@ -182,27 +230,154 @@ echo "aqute-bnd slf4j/api slf4j/simple osgi-annotation osgi-core osgi-compendium
|
|||||||
%files -n aqute-bndlib -f .mfiles-bndlib
|
%files -n aqute-bndlib -f .mfiles-bndlib
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
|
%if %{with bnd_maven_plugin}
|
||||||
%files -n bnd-maven-plugin -f .mfiles-maven
|
%files -n bnd-maven-plugin -f .mfiles-maven
|
||||||
|
%endif
|
||||||
|
|
||||||
%files javadoc -f .mfiles-javadoc
|
%files javadoc -f .mfiles-javadoc
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 29 2024 Mikolaj Izdebski <mizdebsk@redhat.com> - 6.3.1-21
|
||||||
|
- Drop explicit requires on javapackages-tools
|
||||||
|
|
||||||
|
* Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 6.3.1-11
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Feb 27 2024 Jiri Vanek <jvanek@redhat.com> - 6.3.1-10
|
||||||
|
- Rebuilt for java-21-openjdk as system jdk
|
||||||
|
|
||||||
|
* Tue Feb 20 2024 Marian Koncek <mkoncek@redhat.com> - 6.3.1-9
|
||||||
|
- Port to OpenJDK 21
|
||||||
|
|
||||||
|
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 6.3.1-8
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 6.3.1-7
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Sep 01 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 6.3.1-6
|
||||||
|
- Convert License tag to SPDX format
|
||||||
|
|
||||||
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 6.3.1-5
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jun 07 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 6.3.1-4
|
||||||
|
- Conditionally disable bnd-maven-plugin
|
||||||
|
|
||||||
|
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 6.3.1-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Nov 08 2022 Stephen Gallagher <sgallagh@redhat.com> - 6.3.1-2
|
||||||
|
- Re-enable maven plugin for RHEL 10+
|
||||||
|
|
||||||
|
* Wed Sep 07 2022 Marian Koncek <mkoncek@redhat.com> - 6.3.1-1
|
||||||
|
- Update to upstream version 6.3.1
|
||||||
|
|
||||||
|
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 6.2.0-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue May 03 2022 Marian Koncek <mkoncek@redhat.com> - 6.2.0-1
|
||||||
|
- Update to upstream version 6.2.0
|
||||||
|
|
||||||
|
* Sat Feb 05 2022 Jiri Vanek <jvanek@redhat.com> - 5.2.0-9
|
||||||
|
- Rebuilt for java-17-openjdk as system jdk
|
||||||
|
|
||||||
|
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.2.0-8
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Nov 22 2021 Didik Supriadi <didiksupriadi41@fedoraproject.org> - 5.2.0-7
|
||||||
|
- Enable biz.aQute.bnd.ant
|
||||||
|
|
||||||
|
* Fri Sep 24 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 5.2.0-6
|
||||||
|
- Rename maven_plugin build conditional to bnd_maven_plugin
|
||||||
|
|
||||||
|
* Tue Aug 10 2021 Sérgio Basto <sergio@serjux.com> - 5.2.0-5
|
||||||
|
- reenable bnd-maven-plugin
|
||||||
|
|
||||||
|
* Mon Aug 02 2021 Mattias Ellert <mattias.ellert@physics.uu.se> - 5.2.0-4
|
||||||
|
- Add parent to biz.aQute.bnd/pom.xml (fixes [WARNING] JAR will be
|
||||||
|
empty - no content was marked for inclusion!)
|
||||||
|
- Remove scope from dependencies in pom.xml files (fixes missing
|
||||||
|
dependencies, dependencies marked with scope provided are ignored by
|
||||||
|
the rpm dependency generator)
|
||||||
|
- Drop some more commands: shell, exportreport, mbr (uses parts that
|
||||||
|
are not packaged)
|
||||||
|
- Resolves: rhbz#1985566
|
||||||
|
|
||||||
|
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.2.0-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon May 17 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 5.2.0-2
|
||||||
|
- Bootstrap build
|
||||||
|
- Non-bootstrap build
|
||||||
|
|
||||||
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.3.1-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jan 20 2021 Marian Koncek <mkoncek@redhat.com> - 5.2.0-1
|
||||||
|
- Update to upstream version 5.2.0
|
||||||
|
|
||||||
|
* Mon Dec 14 2020 Jerry James <loganjerry@gmail.com> - 4.3.1-3
|
||||||
|
- Update jansi path for jansi 1.x and jline path for jline 2.x
|
||||||
|
|
||||||
|
* Wed Nov 25 2020 Mat Booth <mat.booth@redhat.com> - 4.3.1-2
|
||||||
|
- Add OSGi metadata
|
||||||
|
|
||||||
|
* Tue Sep 29 2020 Marian Koncek <mkoncek@redhat.com> - 5.1.2-1
|
||||||
|
- Update to upstream version 5.1.2
|
||||||
|
|
||||||
|
* Tue Jul 28 2020 Mat Booth <mat.booth@redhat.com> - 4.3.1-1
|
||||||
|
- Update to latest 4.x release
|
||||||
|
|
||||||
|
* Mon Jul 27 2020 Mat Booth <mat.booth@redhat.com> - 4.3.0-1
|
||||||
|
- Update to upstream version 4.3.0
|
||||||
|
|
||||||
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.0-11
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jul 21 2020 Mat Booth <mat.booth@redhat.com> - 3.5.0-10
|
||||||
|
- Fix NIO linkage error when running on Java 8 due to incorrect cross-compilation
|
||||||
|
|
||||||
|
* Fri Jul 10 2020 Jiri Vanek <jvanek@redhat.com> - 3.5.0-9
|
||||||
|
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
|
||||||
|
|
||||||
|
* Tue Jun 23 2020 Marian Koncek <mkoncek@redhat.com> - 5.1.1-1
|
||||||
|
- Update to upstream version 5.1.1
|
||||||
|
|
||||||
|
* Fri Apr 24 2020 Mikolaj Izdebski <mizdebsk@redhat.com> - 5.0.0-2
|
||||||
|
- Disable bnd-maven-plugin
|
||||||
|
|
||||||
|
* Wed Jan 29 2020 Marian Koncek <mkoncek@redhat.com> - 5.0.0-1
|
||||||
|
- Update to upstream version 5.0.0
|
||||||
|
|
||||||
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.0-8
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.3.0-2
|
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.3.0-2
|
||||||
- Mass rebuild for javapackages-tools 201902
|
- Mass rebuild for javapackages-tools 201902
|
||||||
|
|
||||||
* Wed Oct 09 2019 Marian Koncek <mkoncek@redhat.com> - 4.3.0-1
|
* Wed Oct 09 2019 Marian Koncek <mkoncek@redhat.com> - 4.3.0-1
|
||||||
- Update to upstream version 4.3.0
|
- Update to upstream version 4.3.0
|
||||||
|
|
||||||
|
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.0-7
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
* Thu Jul 04 2019 Marian Koncek <mkoncek@redhat.com> - 4.2.0-1
|
* Thu Jul 04 2019 Marian Koncek <mkoncek@redhat.com> - 4.2.0-1
|
||||||
- Update to upstream version 4.2.0
|
- Update to upstream version 4.2.0
|
||||||
|
|
||||||
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.5.0-6
|
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.5.0-6
|
||||||
- Mass rebuild for javapackages-tools 201901
|
- Mass rebuild for javapackages-tools 201901
|
||||||
|
|
||||||
|
* Fri Apr 12 2019 Marian Koncek <mkoncek@redhat.com> - 3.5.0-6
|
||||||
|
- Port to OSGI 7.0.0
|
||||||
|
|
||||||
* Fri Apr 12 2019 Marian Koncek <mkoncek@redhat.com> - 3.5.0-5
|
* Fri Apr 12 2019 Marian Koncek <mkoncek@redhat.com> - 3.5.0-5
|
||||||
- Port to OSGI 7.0.0
|
- Port to OSGI 7.0.0
|
||||||
|
|
||||||
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.0-5
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
* Mon Jul 30 2018 Severin Gehwolf <sgehwolf@redhat.com> - 3.5.0-4
|
* Mon Jul 30 2018 Severin Gehwolf <sgehwolf@redhat.com> - 3.5.0-4
|
||||||
- Add requirement on javapackages-tools for bnd script.
|
- Add requirement on javapackages-tools for bnd script.
|
||||||
|
|
8
gating.yaml
Normal file
8
gating.yaml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- rhel-9
|
||||||
|
decision_contexts:
|
||||||
|
- osci_compose_gate
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/smoke.functional}
|
||||||
|
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/javapackages.functional}
|
31
generate-tarball.sh
Executable file
31
generate-tarball.sh
Executable file
@ -0,0 +1,31 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
set -e
|
||||||
|
|
||||||
|
name=aqute-bnd
|
||||||
|
version="$(sed -n 's/Version:\s*//p' *.spec)"
|
||||||
|
|
||||||
|
# RETRIEVE
|
||||||
|
wget "https://github.com/bndtools/bnd/archive/${version}.tar.gz" -O "${name}-${version}.orig.tar.gz"
|
||||||
|
|
||||||
|
rm -rf tarball-tmp
|
||||||
|
mkdir tarball-tmp
|
||||||
|
pushd tarball-tmp
|
||||||
|
tar -xf "../${name}-${version}.orig.tar.gz"
|
||||||
|
mv "bnd-${version}" "${name}-${version}"
|
||||||
|
|
||||||
|
# CLEAN TARBALL
|
||||||
|
rm -rf "${name}-${version}/docs"
|
||||||
|
find -name '*.jar' -delete
|
||||||
|
find -name '*.class' -delete
|
||||||
|
find -name '*.ar' -delete
|
||||||
|
find -name '*.tar' -delete
|
||||||
|
find -name '*.gz' -delete
|
||||||
|
find -name '*.bz2' -delete
|
||||||
|
find -name '*.xz' -delete
|
||||||
|
find -name '*.zip' -delete
|
||||||
|
find -name '*.exe' -delete
|
||||||
|
find -name '*.dll' -delete
|
||||||
|
|
||||||
|
tar -czf "../${name}-${version}.tar.gz" *
|
||||||
|
popd
|
||||||
|
rm -r tarball-tmp "${name}-${version}.orig.tar.gz"
|
7
plans/javapackages.fmf
Normal file
7
plans/javapackages.fmf
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
summary: Run javapackages-specific tests
|
||||||
|
discover:
|
||||||
|
how: fmf
|
||||||
|
url: https://src.fedoraproject.org/tests/javapackages
|
||||||
|
ref: c9s
|
||||||
|
execute:
|
||||||
|
how: tmt
|
5
plans/smoke.fmf
Normal file
5
plans/smoke.fmf
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
summary: Basic smoke test
|
||||||
|
discover:
|
||||||
|
how: fmf
|
||||||
|
execute:
|
||||||
|
how: tmt
|
7
sources
Normal file
7
sources
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
SHA512 (aqute-bnd-6.3.1.tar.gz) = f92f47c5bccda5a4b7368594f4cd5d45f350161abffd982ab390f24aaafe98507dab6499d020e1f91a3ebe60905d9723537a369383fd4d167ee2e6e12e8d8417
|
||||||
|
SHA512 (aQute.libg-6.3.1.pom) = cab53785255b79bdada670833951982d954d12b16e01e7473709abe7f62c7bd260e45217965f49ccef7394853fa500b4f3dc4d12b49930da1155dc9922d72ab1
|
||||||
|
SHA512 (biz.aQute.bnd-6.3.1.pom) = b53eff29342c4a60bcc5c498d217f137293fc7c0ec9c3e59061c20eabe94e65124b783035e13325c3e90f1348cb996c0a323e068a1e8eb843d29157a4295fc30
|
||||||
|
SHA512 (biz.aQute.bnd.annotation-6.3.1.pom) = 0094d87f20adf42dc9a7b576e53c3650f89e7865cb56c88ec05a0c95d69b1dc9895310078fb21a1672a1bbb6a3e326bb4e387c3d3bcea58e512bf00afd70a731
|
||||||
|
SHA512 (biz.aQute.bnd.ant-6.3.1.pom) = a65619c089d77eb2278f35a1570c6b15d3dbe0495c3c6fe9b76402a20cff70ea3e67523a118391699f736963f55fcb76ab84ac69e424880580edfb8daeff76d5
|
||||||
|
SHA512 (biz.aQute.bnd.util-6.3.1.pom) = e7f33a245dc1d5c5952923939a3d473c126d9e71eddd0a307df34b2f23121733bdb6a5b0c37c8398662fa851a3742d4bf9f4997d40636ad812b01e0fd4ca835c
|
||||||
|
SHA512 (biz.aQute.bndlib-6.3.1.pom) = e4b1d4f9311dffdc6bef949a1731cea19ba570e791fb4ee525b309c895d39398d66ea1c933555554e4dfbff0f8dfd08ba9c36009e41fe4e81690b9db7f15f118
|
6
tests/Sanity/smoke/main.fmf
Normal file
6
tests/Sanity/smoke/main.fmf
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
summary: aqute-bnd smoke test
|
||||||
|
description: |
|
||||||
|
Test basic functionality of aqute-bnd.
|
||||||
|
require:
|
||||||
|
- aqute-bnd
|
||||||
|
- unzip
|
24
tests/Sanity/smoke/runtest.sh
Executable file
24
tests/Sanity/smoke/runtest.sh
Executable file
@ -0,0 +1,24 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
# Author: Mikolaj Izdebski <mizdebsk@redhat.com>
|
||||||
|
. /usr/share/beakerlib/beakerlib.sh
|
||||||
|
|
||||||
|
rlJournalStart
|
||||||
|
|
||||||
|
rlPhaseStartTest "check for presence of bnd command"
|
||||||
|
rlAssertRpm aqute-bnd
|
||||||
|
rlAssertBinaryOrigin bnd aqute-bnd
|
||||||
|
rlPhaseEnd
|
||||||
|
|
||||||
|
rlPhaseStartTest "display bnd version"
|
||||||
|
rlRun "bnd version"
|
||||||
|
rlPhaseEnd
|
||||||
|
|
||||||
|
rlPhaseStartTest "wrap JAR file as a bundle"
|
||||||
|
rlRun "bnd wrap -b foo -v 1.2.3 /usr/share/java/ant/ant-bootstrap.jar"
|
||||||
|
rlRun "unzip ant-bootstrap.jar META-INF/MANIFEST.MF"
|
||||||
|
rlAssertGrep "^Bundle-SymbolicName:.foo" META-INF/MANIFEST.MF
|
||||||
|
rlAssertGrep "^Bundle-Version:.1.2.3" META-INF/MANIFEST.MF
|
||||||
|
rlPhaseEnd
|
||||||
|
|
||||||
|
rlJournalEnd
|
||||||
|
rlJournalPrintText
|
4
tests/main.fmf
Normal file
4
tests/main.fmf
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
contact: Mikolaj Izdebski <mizdebsk@redhat.com>
|
||||||
|
framework: beakerlib
|
||||||
|
test: ./runtest.sh
|
||||||
|
tier: 0
|
Loading…
Reference in New Issue
Block a user