SHA256
3
0
forked from pool/xz

Accepting request 705528 from Base:System

OBS-URL: https://build.opensuse.org/request/show/705528
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xz?expand=0&rev=63
This commit is contained in:
Dominique Leuenberger 2019-06-12 10:57:15 +00:00 committed by Git OBS Bridge
commit 62dc8624db
2 changed files with 13 additions and 3 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue May 21 13:05:05 UTC 2019 - Kristýna Streitová <kstreitova@suse.com>
- add SUSE-Public-Domain licence as some parts of xz utils (liblzma,
xz, xzdec, lzmadec, documentation, translated messages, tests,
debug, extra directory) are in public domain licence [bsc#1135709]
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 15 11:11:38 UTC 2018 - astieger@suse.com Fri Jun 15 11:11:38 UTC 2018 - astieger@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package xz # spec file for package xz
# #
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2019 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
@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
@ -22,7 +22,7 @@ Name: xz
Version: 5.2.4 Version: 5.2.4
Release: 0 Release: 0
Summary: A Program for Compressing Files with the LempelZivMarkov algorithm Summary: A Program for Compressing Files with the LempelZivMarkov algorithm
License: LGPL-2.1-or-later AND GPL-2.0-or-later License: LGPL-2.1-or-later AND GPL-2.0-or-later AND SUSE-Public-Domain
Group: Productivity/Archiving/Compression Group: Productivity/Archiving/Compression
Url: http://tukaani.org/xz/ Url: http://tukaani.org/xz/
Source0: http://tukaani.org/xz/%{name}-%{version}.tar.gz Source0: http://tukaani.org/xz/%{name}-%{version}.tar.gz
@ -57,6 +57,7 @@ The xz command is a program for compressing files.
%package -n liblzma5 %package -n liblzma5
Summary: LempelZivMarkov chain algorithm compression library Summary: LempelZivMarkov chain algorithm compression library
License: SUSE-Public-Domain
Group: System/Libraries Group: System/Libraries
%description -n liblzma5 %description -n liblzma5
@ -64,6 +65,7 @@ Library for encoding/decoding LZMA files.
%package devel %package devel
Summary: Development package for the LZMA library Summary: Development package for the LZMA library
License: SUSE-Public-Domain
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: liblzma5 = %{version} Requires: liblzma5 = %{version}
Provides: lzma-devel = %{version} Provides: lzma-devel = %{version}
@ -77,6 +79,7 @@ compiling programs using the LZMA library.
%package static-devel %package static-devel
Summary: Static version of LZMA library Summary: Static version of LZMA library
License: SUSE-Public-Domain
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: lzma-devel = %{version} Requires: lzma-devel = %{version}