import sat4j-2.3.5-19.module+el8.2.1+7436+4afdca1f
This commit is contained in:
parent
84849e15e5
commit
cf1f7586f9
48
SOURCES/0001-Fix-runtime-classpath-and-minimum-BREE.patch
Normal file
48
SOURCES/0001-Fix-runtime-classpath-and-minimum-BREE.patch
Normal file
@ -0,0 +1,48 @@
|
|||||||
|
From ad4a1884786434f200dc4a200b31b1d85aca11d3 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Mat Booth <mat.booth@redhat.com>
|
||||||
|
Date: Thu, 18 Jun 2020 15:23:18 +0100
|
||||||
|
Subject: [PATCH] Fix runtime classpath and minimum BREE
|
||||||
|
|
||||||
|
---
|
||||||
|
build.xml | 2 +-
|
||||||
|
org.sat4j.core/META-INF/MANIFEST.MF | 2 +-
|
||||||
|
org.sat4j.pb/META-INF/MANIFEST.MF | 3 +--
|
||||||
|
3 files changed, 3 insertions(+), 4 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/build.xml b/build.xml
|
||||||
|
index 624f511..122ad12 100644
|
||||||
|
--- a/build.xml
|
||||||
|
+++ b/build.xml
|
||||||
|
@@ -324,7 +324,7 @@
|
||||||
|
<javac
|
||||||
|
srcdir="${src}"
|
||||||
|
destdir="${build}"
|
||||||
|
- source="1.5"
|
||||||
|
+ source="${source}"
|
||||||
|
target="${target}"
|
||||||
|
debug="true"
|
||||||
|
includeantruntime="false">
|
||||||
|
diff --git a/org.sat4j.core/META-INF/MANIFEST.MF b/org.sat4j.core/META-INF/MANIFEST.MF
|
||||||
|
index e83a943..584326a 100644
|
||||||
|
--- a/org.sat4j.core/META-INF/MANIFEST.MF
|
||||||
|
+++ b/org.sat4j.core/META-INF/MANIFEST.MF
|
||||||
|
@@ -29,4 +29,4 @@ Specification-Vendor: Daniel Le Berre
|
||||||
|
Implementation-Title: SAT4J
|
||||||
|
Implementation-Version: 9.9.9.token
|
||||||
|
Implementation-Vendor: CRIL CNRS UMR 8188 - Universite d'Artois
|
||||||
|
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
||||||
|
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||||
|
diff --git a/org.sat4j.pb/META-INF/MANIFEST.MF b/org.sat4j.pb/META-INF/MANIFEST.MF
|
||||||
|
index f5ef127..10fe459 100644
|
||||||
|
--- a/org.sat4j.pb/META-INF/MANIFEST.MF
|
||||||
|
+++ b/org.sat4j.pb/META-INF/MANIFEST.MF
|
||||||
|
@@ -21,5 +21,4 @@ Specification-Vendor: Daniel Le Berre
|
||||||
|
Implementation-Title: SAT4J
|
||||||
|
Implementation-Version: 9.9.9.token
|
||||||
|
Implementation-Vendor: CRIL CNRS UMR 8188 - Universite d'Artois
|
||||||
|
-Class-Path: org.sat4j.core.jar
|
||||||
|
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
||||||
|
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||||
|
--
|
||||||
|
2.26.2
|
||||||
|
|
@ -1,8 +0,0 @@
|
|||||||
--- org.sat4j.pb/META-INF/MANIFEST.MF.sav 2010-03-26 15:20:38.390630122 +0200
|
|
||||||
+++ org.sat4j.pb/META-INF/MANIFEST.MF 2010-03-26 15:20:50.549378523 +0200
|
|
||||||
@@ -21,5 +21,4 @@ Specification-Vendor: Daniel Le Berre
|
|
||||||
Implementation-Title: SAT4J
|
|
||||||
Implementation-Version: 9.9.9.token
|
|
||||||
Implementation-Vendor: CRIL CNRS UMR 8188 - Universite d'Artois
|
|
||||||
-Class-Path: org.sat4j.core.jar
|
|
||||||
Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: sat4j
|
Name: sat4j
|
||||||
Version: 2.3.5
|
Version: 2.3.5
|
||||||
Release: 17%{?dist}
|
Release: 19%{?dist}
|
||||||
Summary: A library of SAT solvers written in Java
|
Summary: A library of SAT solvers written in Java
|
||||||
|
|
||||||
License: EPL-1.0 or LGPLv2
|
License: EPL-1.0 or LGPLv2
|
||||||
@ -11,7 +11,8 @@ URL: http://www.sat4j.org/
|
|||||||
# Created by sh sat4j-fetch.sh
|
# Created by sh sat4j-fetch.sh
|
||||||
Source0: sat4j-%{version}.tar.xz
|
Source0: sat4j-%{version}.tar.xz
|
||||||
Source1: sat4j-fetch.sh
|
Source1: sat4j-fetch.sh
|
||||||
Patch0: sat4j-classpath.patch
|
|
||||||
|
Patch0: 0001-Fix-runtime-classpath-and-minimum-BREE.patch
|
||||||
|
|
||||||
BuildRequires: ant
|
BuildRequires: ant
|
||||||
BuildRequires: javapackages-local
|
BuildRequires: javapackages-local
|
||||||
@ -26,11 +27,12 @@ without worrying about the details.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n sat4j-%{version}
|
%setup -q -n sat4j-%{version}
|
||||||
%patch0
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
export ANT_OPTS="-Dfile.encoding=iso-8859-1"
|
||||||
ant -Dbuild.compiler=modern -Drelease=%{version} \
|
ant -Dbuild.compiler=modern -Drelease=%{version} \
|
||||||
-Dtarget=1.5 -DBUILD_DATE=%{build_date} p2
|
-Dtarget=1.8 -Dsource=1.8 -DBUILD_DATE=%{build_date} p2
|
||||||
|
|
||||||
%mvn_artifact "org.ow2.sat4j:org.ow2.sat4j.core::%{version}" dist/%{version}/org.sat4j.core.jar
|
%mvn_artifact "org.ow2.sat4j:org.ow2.sat4j.core::%{version}" dist/%{version}/org.sat4j.core.jar
|
||||||
%mvn_artifact "org.ow2.sat4j:org.ow2.sat4j.pb::%{version}" dist/%{version}/org.sat4j.pb.jar
|
%mvn_artifact "org.ow2.sat4j:org.ow2.sat4j.pb::%{version}" dist/%{version}/org.sat4j.pb.jar
|
||||||
@ -44,6 +46,12 @@ ant -Dbuild.compiler=modern -Drelease=%{version} \
|
|||||||
# No %%doc files as the about.html is in the jar
|
# No %%doc files as the about.html is in the jar
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jul 11 2020 Jiri Vanek <jvanek@redhat.com> - 2.3.5-19
|
||||||
|
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
|
||||||
|
|
||||||
|
* Thu Jun 18 2020 Mat Booth <mat.booth@redhat.com> - 2.3.5-18
|
||||||
|
- Allow building on Java 11
|
||||||
|
|
||||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.5-17
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.5-17
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user