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
|
||||
|
||||
|
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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -20,18 +20,18 @@
|
||||
|
||||
Name: jzlib
|
||||
Version: 1.0.7
|
||||
Release: 4
|
||||
Release: 0
|
||||
Summary: JZlib re-implementation of zlib in pure Java
|
||||
Group: Development/Libraries/Java
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Libraries/Java
|
||||
Url: http://www.jcraft.com/jzlib/
|
||||
Source0: http://www.jcraft.com/jzlib/jzlib-1.0.7.tar.gz
|
||||
Source1: %{name}_build.xml
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
BuildRequires: jpackage-utils >= 1.6
|
||||
BuildRequires: java-devel
|
||||
BuildRequires: ant >= 1.6
|
||||
BuildRequires: java-devel
|
||||
BuildRequires: javapackages-tools
|
||||
|
||||
%description
|
||||
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
|
||||
License: BSD-3-Clause
|
||||
Summary: JZlib re-implementation of zlib in pure Java
|
||||
Group: Development/Libraries/Java
|
||||
Requires(post): %{__rm}
|
||||
@ -60,7 +59,6 @@ operating system. The zlib was written by Jean-loup Gailly
|
||||
|
||||
|
||||
%package demo
|
||||
License: BSD-3-Clause
|
||||
Summary: JZlib re-implementation of zlib in pure Java
|
||||
Group: Development/Libraries/Java
|
||||
Requires(post): %{__rm}
|
||||
|
Loading…
Reference in New Issue
Block a user