- Version update to 1.1.3:
* Various small fixes in from the github project - Drop javadoc to bootstrap using gcj OBS-URL: https://build.opensuse.org/package/show/Java:packages/jzlib?expand=0&rev=19
This commit is contained in:
parent
559ac92735
commit
17e4b79b4d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:11ba14089fb7dad16fa214d8f28d24abb92d6a3798fae9cc62a7f74565b3fcc2
|
|
||||||
size 65549
|
|
BIN
1.1.3.tar.gz
(Stored with Git LFS)
Normal file
BIN
1.1.3.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 9 10:39:43 UTC 2017 - tchvatal@suse.com
|
||||||
|
|
||||||
|
- Version update to 1.1.3:
|
||||||
|
* Various small fixes in from the github project
|
||||||
|
- Drop javadoc to bootstrap using gcj
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 8 09:27:35 UTC 2014 - tchvatal@suse.com
|
Tue Jul 8 09:27:35 UTC 2014 - tchvatal@suse.com
|
||||||
|
|
||||||
|
29
jzlib.spec
29
jzlib.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package jzlib
|
# spec file for package jzlib
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,20 +17,18 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: jzlib
|
Name: jzlib
|
||||||
Version: 1.1.2
|
Version: 1.1.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Re-implementation of zlib in pure Java
|
Summary: Re-implementation of zlib in pure Java
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Libraries/Java
|
Group: Development/Libraries/Java
|
||||||
Url: http://www.jcraft.com/jzlib/
|
Url: http://www.jcraft.com/jzlib/
|
||||||
# FIXME: getting HTTP 500 from github atm, downloaded from
|
Source0: https://github.com/ymnk/jzlib/archive/%{version}.tar.gz
|
||||||
# http://pkgs.fedoraproject.org/repo/pkgs/jzlib/1.1.2.tar.gz/f220e253a1edde7394d13d3042978805/1.1.2.tar.gz
|
|
||||||
#Source0: https://github.com/ymnk/jzlib/archive/1.1.2.tar.gz
|
|
||||||
Source0: 1.1.2.tar.gz
|
|
||||||
Source1: %{name}_build.xml
|
Source1: %{name}_build.xml
|
||||||
BuildRequires: ant >= 1.6
|
BuildRequires: ant >= 1.6
|
||||||
BuildRequires: java-devel
|
BuildRequires: java-devel
|
||||||
BuildRequires: javapackages-tools
|
BuildRequires: javapackages-tools
|
||||||
|
Obsoletes: %{name}-javadoc
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -41,13 +39,6 @@ data-compression library for use on virtually any computer hardware and
|
|||||||
operating system. The zlib was written by Jean-loup Gailly
|
operating system. The zlib was written by Jean-loup Gailly
|
||||||
(compression) and Mark Adler (decompression).
|
(compression) and Mark Adler (decompression).
|
||||||
|
|
||||||
%package javadoc
|
|
||||||
Summary: Re-implementation of zlib in pure Java
|
|
||||||
Group: Development/Libraries/Java
|
|
||||||
|
|
||||||
%description javadoc
|
|
||||||
Javadoc for %{summary}.
|
|
||||||
|
|
||||||
%package demo
|
%package demo
|
||||||
Summary: Re-implementation of zlib in pure Java
|
Summary: Re-implementation of zlib in pure Java
|
||||||
Group: Development/Libraries/Java
|
Group: Development/Libraries/Java
|
||||||
@ -58,8 +49,6 @@ Demo files for %{summary}.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
cp %{SOURCE1} build.xml
|
cp %{SOURCE1} build.xml
|
||||||
#mkdir src
|
|
||||||
#mv com src
|
|
||||||
|
|
||||||
# bnc#500524
|
# bnc#500524
|
||||||
# be sure that we don't distribute GPL derived code marked as BSD
|
# be sure that we don't distribute GPL derived code marked as BSD
|
||||||
@ -68,17 +57,13 @@ rm misc/mindtermsrc-v121-compression.patch
|
|||||||
%build
|
%build
|
||||||
ant \
|
ant \
|
||||||
-Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 \
|
-Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 \
|
||||||
dist javadoc
|
dist
|
||||||
|
|
||||||
%install
|
%install
|
||||||
# jar
|
# jar
|
||||||
install -Dpm 644 dist/lib/%{name}.jar \
|
install -Dpm 644 dist/lib/%{name}.jar \
|
||||||
%{buildroot}%{_javadir}/%{name}.jar
|
%{buildroot}%{_javadir}/%{name}.jar
|
||||||
|
|
||||||
# javadoc
|
|
||||||
install -dm 755 %{buildroot}%{_javadocdir}/%{name}
|
|
||||||
cp -pr javadoc/* %{buildroot}%{_javadocdir}/%{name}
|
|
||||||
|
|
||||||
# examples
|
# examples
|
||||||
install -dm 755 %{buildroot}%{_datadir}/%{name}-%{version}
|
install -dm 755 %{buildroot}%{_datadir}/%{name}-%{version}
|
||||||
cp -pr example/* %{buildroot}%{_datadir}/%{name}-%{version}
|
cp -pr example/* %{buildroot}%{_datadir}/%{name}-%{version}
|
||||||
@ -88,10 +73,6 @@ cp -pr example/* %{buildroot}%{_datadir}/%{name}-%{version}
|
|||||||
%{_javadir}/%{name}.jar
|
%{_javadir}/%{name}.jar
|
||||||
%doc LICENSE.txt
|
%doc LICENSE.txt
|
||||||
|
|
||||||
%files javadoc
|
|
||||||
%defattr(0644,root,root,0755)
|
|
||||||
%doc %{_javadocdir}/%{name}
|
|
||||||
|
|
||||||
%files demo
|
%files demo
|
||||||
%defattr(0644,root,root,0755)
|
%defattr(0644,root,root,0755)
|
||||||
%doc %{_datadir}/%{name}-%{version}
|
%doc %{_datadir}/%{name}-%{version}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user