Compare commits
No commits in common. "c8-stream-201902" and "stream-eclipse-rhel8-rhel-8.10.0" have entirely different histories.
c8-stream-
...
stream-ecl
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
SOURCES/1.1.3.tar.gz
|
||||
/1.1.3.tar.gz
|
||||
|
@ -1 +0,0 @@
|
||||
ed9378ef9b98166ff5570f8159cdaed59c0e4e64 SOURCES/1.1.3.tar.gz
|
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:
|
||||
# https://docs.engineering.redhat.com/display/RHELPLAN/Maven+Bootstrap+manual+gating+test
|
||||
- !PassingTestCaseRule {test_case_name: manual.sst_cs_apps.maven.bootstrap}
|
@ -1,6 +1,7 @@
|
||||
Name: jzlib
|
||||
Version: 1.1.3
|
||||
Release: 10%{?dist}
|
||||
Release: 14%{?dist}
|
||||
Epoch: 0
|
||||
Summary: Re-implementation of zlib in pure Java
|
||||
License: BSD
|
||||
URL: http://www.jcraft.com/jzlib/
|
||||
@ -28,7 +29,7 @@ Summary: API documentation for %{name}
|
||||
|
||||
%package demo
|
||||
Summary: Examples for %{name}
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: %{name} = %{epoch}:%{version}-%{release}
|
||||
|
||||
%description demo
|
||||
%{summary}.
|
||||
@ -37,14 +38,17 @@ Requires: %{name} = %{version}-%{release}
|
||||
%setup -q
|
||||
%patch0
|
||||
|
||||
%pom_xpath_set "pom:plugin[pom:artifactId='maven-compiler-plugin']/pom:configuration/pom:source" 1.6
|
||||
%pom_xpath_set "pom:plugin[pom:artifactId='maven-compiler-plugin']/pom:configuration/pom:target" 1.6
|
||||
|
||||
# Make into OSGi bundle
|
||||
%pom_xpath_inject "pom:project" "<packaging>bundle</packaging>"
|
||||
%pom_add_plugin "org.apache.felix:maven-bundle-plugin" . "<extensions>true</extensions>"
|
||||
|
||||
%mvn_file : %{name}
|
||||
sed -i -e "s|1.5|1.6|" pom.xml
|
||||
# Fix javadoc generation on java 11
|
||||
%pom_xpath_inject pom:build/pom:plugins "<plugin>
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
<configuration><source>1.8</source></configuration>
|
||||
</plugin>"
|
||||
|
||||
%build
|
||||
%mvn_build
|
||||
@ -66,11 +70,23 @@ cp -pr example/* %{buildroot}%{_datadir}/%{name}
|
||||
%doc %{_datadir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.1.3-10
|
||||
- Mass rebuild for javapackages-tools 201902
|
||||
* Fri Jul 10 2020 Jiri Vanek <jvanek@redhat.com> - 0:1.1.3-14
|
||||
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
|
||||
|
||||
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.1.3-9
|
||||
- Mass rebuild for javapackages-tools 201901
|
||||
* Thu Jun 25 2020 Alexander Kurtakov <akurtako@redhat.com> 0:1.1.3-13
|
||||
- Fix build with Java 11.
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0:1.1.3-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0:1.1.3-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0:1.1.3-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0:1.1.3-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Wed Mar 21 2018 Mat Booth <mat.booth@redhat.com> - 0:1.1.3-8
|
||||
- Add OSGi metadata
|
Loading…
Reference in New Issue
Block a user