Update to latest upstream, fixes rhbz #1079510
Add patch for javadoc errors
This commit is contained in:
parent
9f921f461d
commit
ae4cb5de28
10
.gitignore
vendored
10
.gitignore
vendored
@ -1,4 +1,6 @@
|
|||||||
jzlib-1.0.7.tar.gz
|
/*.tar.gz
|
||||||
jzlib-1.1.0.tar.gz
|
/jzlib-*/
|
||||||
/jzlib-1.1.1.zip
|
/.project
|
||||||
/1.1.2.tar.gz
|
/noarch
|
||||||
|
/*.src.rpm
|
||||||
|
/.build-*.log
|
||||||
|
13
jzlib.spec
13
jzlib.spec
@ -1,6 +1,6 @@
|
|||||||
Name: jzlib
|
Name: jzlib
|
||||||
Version: 1.1.2
|
Version: 1.1.3
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
Summary: Re-implementation of zlib in pure Java
|
Summary: Re-implementation of zlib in pure Java
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -8,6 +8,9 @@ URL: http://www.jcraft.com/jzlib/
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Source0: https://github.com/ymnk/jzlib/archive/%{version}.tar.gz
|
Source0: https://github.com/ymnk/jzlib/archive/%{version}.tar.gz
|
||||||
|
|
||||||
|
# This patch is sent upstream: https://github.com/ymnk/jzlib/pull/15
|
||||||
|
Patch0: jzlib-javadoc-fixes.patch
|
||||||
|
|
||||||
BuildRequires: maven-local
|
BuildRequires: maven-local
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -32,6 +35,8 @@ Requires: %{name} = %{epoch}:%{version}-%{release}
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0
|
||||||
|
|
||||||
%mvn_file : %{name}
|
%mvn_file : %{name}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -54,6 +59,10 @@ cp -pr example/* %{buildroot}%{_datadir}/%{name}
|
|||||||
%doc %{_datadir}/%{name}
|
%doc %{_datadir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 09 2014 Mat Booth <mat.booth@redhat.com> - 0:1.1.3-1
|
||||||
|
- Update to latest upstream, fixes rhbz #1079510
|
||||||
|
- Add patch for javadoc errors
|
||||||
|
|
||||||
* Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:1.1.2-3
|
* Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:1.1.2-3
|
||||||
- Use Requires: java-headless rebuild (#1067528)
|
- Use Requires: java-headless rebuild (#1067528)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user