Fix broken link
OBS-URL: https://build.opensuse.org/package/show/Java:packages/jzlib?expand=0&rev=8
This commit is contained in:
parent
39dcd70576
commit
ca2217f151
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 9 11:06:10 UTC 2013 - tchvatal@suse.com
|
||||||
|
|
||||||
|
- Move from jpackage-utils to javapackage-tools
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 10 07:35:33 UTC 2009 - mvyskocil@suse.cz
|
Thu Sep 10 07:35:33 UTC 2009 - mvyskocil@suse.cz
|
||||||
|
|
||||||
|
14
jzlib.spec
14
jzlib.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package jzlib (Version 1.0.7)
|
# spec file for package jzlib
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 SUSE LINUX Products 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
|
||||||
@ -20,18 +20,18 @@
|
|||||||
|
|
||||||
Name: jzlib
|
Name: jzlib
|
||||||
Version: 1.0.7
|
Version: 1.0.7
|
||||||
Release: 4
|
Release: 0
|
||||||
Summary: JZlib re-implementation of zlib in pure Java
|
Summary: JZlib re-implementation of zlib in pure Java
|
||||||
Group: Development/Libraries/Java
|
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Group: Development/Libraries/Java
|
||||||
Url: http://www.jcraft.com/jzlib/
|
Url: http://www.jcraft.com/jzlib/
|
||||||
Source0: http://www.jcraft.com/jzlib/jzlib-1.0.7.tar.gz
|
Source0: http://www.jcraft.com/jzlib/jzlib-1.0.7.tar.gz
|
||||||
Source1: %{name}_build.xml
|
Source1: %{name}_build.xml
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: jpackage-utils >= 1.6
|
|
||||||
BuildRequires: java-devel
|
|
||||||
BuildRequires: ant >= 1.6
|
BuildRequires: ant >= 1.6
|
||||||
|
BuildRequires: java-devel
|
||||||
|
BuildRequires: javapackages-tools
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The zlib is designed to be a free, general-purpose, legally
|
The zlib is designed to be a free, general-purpose, legally
|
||||||
@ -43,7 +43,6 @@ operating system. The zlib was written by Jean-loup Gailly
|
|||||||
|
|
||||||
|
|
||||||
%package javadoc
|
%package javadoc
|
||||||
License: BSD-3-Clause
|
|
||||||
Summary: JZlib re-implementation of zlib in pure Java
|
Summary: JZlib re-implementation of zlib in pure Java
|
||||||
Group: Development/Libraries/Java
|
Group: Development/Libraries/Java
|
||||||
Requires(post): %{__rm}
|
Requires(post): %{__rm}
|
||||||
@ -60,7 +59,6 @@ operating system. The zlib was written by Jean-loup Gailly
|
|||||||
|
|
||||||
|
|
||||||
%package demo
|
%package demo
|
||||||
License: BSD-3-Clause
|
|
||||||
Summary: JZlib re-implementation of zlib in pure Java
|
Summary: JZlib re-implementation of zlib in pure Java
|
||||||
Group: Development/Libraries/Java
|
Group: Development/Libraries/Java
|
||||||
Requires(post): %{__rm}
|
Requires(post): %{__rm}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user