Compare commits
No commits in common. "c8-stream-201902" and "stream-javapackages-tools-201801-rhel-8.10.0" have entirely different histories.
c8-stream-
...
stream-jav
7
.gitignore
vendored
7
.gitignore
vendored
@ -1 +1,6 @@
|
|||||||
SOURCES/1.1.3.tar.gz
|
/*.tar.gz
|
||||||
|
/jzlib-1*/
|
||||||
|
/.project
|
||||||
|
/noarch
|
||||||
|
/*.src.rpm
|
||||||
|
/.build-*.log
|
||||||
|
@ -1 +0,0 @@
|
|||||||
ed9378ef9b98166ff5570f8159cdaed59c0e4e64 SOURCES/1.1.3.tar.gz
|
|
@ -1,6 +1,7 @@
|
|||||||
Name: jzlib
|
Name: jzlib
|
||||||
Version: 1.1.3
|
Version: 1.1.3
|
||||||
Release: 10%{?dist}
|
Release: 8%{?dist}
|
||||||
|
Epoch: 0
|
||||||
Summary: Re-implementation of zlib in pure Java
|
Summary: Re-implementation of zlib in pure Java
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://www.jcraft.com/jzlib/
|
URL: http://www.jcraft.com/jzlib/
|
||||||
@ -28,7 +29,7 @@ Summary: API documentation for %{name}
|
|||||||
|
|
||||||
%package demo
|
%package demo
|
||||||
Summary: Examples for %{name}
|
Summary: Examples for %{name}
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{epoch}:%{version}-%{release}
|
||||||
|
|
||||||
%description demo
|
%description demo
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -37,9 +38,6 @@ Requires: %{name} = %{version}-%{release}
|
|||||||
%setup -q
|
%setup -q
|
||||||
%patch0
|
%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
|
# Make into OSGi bundle
|
||||||
%pom_xpath_inject "pom:project" "<packaging>bundle</packaging>"
|
%pom_xpath_inject "pom:project" "<packaging>bundle</packaging>"
|
||||||
%pom_add_plugin "org.apache.felix:maven-bundle-plugin" . "<extensions>true</extensions>"
|
%pom_add_plugin "org.apache.felix:maven-bundle-plugin" . "<extensions>true</extensions>"
|
||||||
@ -66,12 +64,6 @@ cp -pr example/* %{buildroot}%{_datadir}/%{name}
|
|||||||
%doc %{_datadir}/%{name}
|
%doc %{_datadir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Mar 21 2018 Mat Booth <mat.booth@redhat.com> - 0:1.1.3-8
|
||||||
- Add OSGi metadata
|
- Add OSGi metadata
|
||||||
|
|
Loading…
Reference in New Issue
Block a user