Compare commits
No commits in common. "c8s-stream-201801" and "c8-stream-201902" have entirely different histories.
c8s-stream
...
c8-stream-
@ -1,7 +1,6 @@
|
||||
Name: jzlib
|
||||
Version: 1.1.3
|
||||
Release: 8%{?dist}
|
||||
Epoch: 0
|
||||
Release: 10%{?dist}
|
||||
Summary: Re-implementation of zlib in pure Java
|
||||
License: BSD
|
||||
URL: http://www.jcraft.com/jzlib/
|
||||
@ -29,7 +28,7 @@ Summary: API documentation for %{name}
|
||||
|
||||
%package demo
|
||||
Summary: Examples for %{name}
|
||||
Requires: %{name} = %{epoch}:%{version}-%{release}
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description demo
|
||||
%{summary}.
|
||||
@ -38,6 +37,9 @@ Requires: %{name} = %{epoch}:%{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>"
|
||||
@ -64,6 +66,12 @@ 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 May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.1.3-9
|
||||
- Mass rebuild for javapackages-tools 201901
|
||||
|
||||
* 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