2013-11-25 13:18:05 +01:00
|
|
|
|
#
|
|
|
|
|
# spec file for package xz
|
|
|
|
|
#
|
2022-04-12 17:35:29 +02:00
|
|
|
|
# Copyright (c) 2022 SUSE LLC
|
2013-11-25 13:18:05 +01:00
|
|
|
|
#
|
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
2019-05-27 07:56:49 +02:00
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2013-11-25 13:18:05 +01:00
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
2014-09-23 10:40:06 +02:00
|
|
|
|
# avoid bootstrapping problem
|
|
|
|
|
%define _binary_payload w9.bzdio
|
2013-11-25 13:18:05 +01:00
|
|
|
|
Name: xz
|
2022-11-18 14:36:45 +01:00
|
|
|
|
Version: 5.2.8
|
2014-09-23 10:40:06 +02:00
|
|
|
|
Release: 0
|
2017-07-11 09:24:06 +02:00
|
|
|
|
Summary: A Program for Compressing Files with the Lempel–Ziv–Markov algorithm
|
2021-06-07 17:24:28 +02:00
|
|
|
|
License: GPL-2.0-or-later AND LGPL-2.1-or-later AND SUSE-Public-Domain
|
2013-11-25 13:18:05 +01:00
|
|
|
|
Group: Productivity/Archiving/Compression
|
2022-04-12 17:35:29 +02:00
|
|
|
|
URL: https://tukaani.org/xz/
|
|
|
|
|
Source0: https://tukaani.org/xz/%{name}-%{version}.tar.gz
|
|
|
|
|
Source1: https://tukaani.org/xz/%{name}-%{version}.tar.gz.sig
|
2013-11-25 13:18:05 +01:00
|
|
|
|
Source2: baselibs.conf
|
2013-11-25 13:24:18 +01:00
|
|
|
|
# from http://tukaani.org/misc/lasse_collin_pubkey.txt#/xz.keyring
|
2013-11-25 13:18:05 +01:00
|
|
|
|
Source3: xz.keyring
|
2015-11-10 15:52:35 +01:00
|
|
|
|
Source4: xznew
|
|
|
|
|
Source5: xznew.1
|
2013-11-25 13:18:05 +01:00
|
|
|
|
BuildRequires: pkgconfig
|
2014-09-23 10:40:06 +02:00
|
|
|
|
Provides: lzma = %{version}
|
|
|
|
|
Obsoletes: lzma < %{version}
|
2017-06-25 19:03:45 +02:00
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2013-11-25 13:18:05 +01:00
|
|
|
|
|
|
|
|
|
%description
|
2017-07-11 09:24:06 +02:00
|
|
|
|
The xz command is a program for compressing files.
|
|
|
|
|
* Average compression ratio of LZMA is about 30%% better than that of
|
|
|
|
|
gzip, and 15%% better than that of bzip2.
|
2013-11-25 13:18:05 +01:00
|
|
|
|
* Decompression speed is only little slower than that of gzip, being
|
2017-07-11 09:24:06 +02:00
|
|
|
|
two to five times faster than bzip2.
|
2013-11-25 13:18:05 +01:00
|
|
|
|
* In fast mode, compresses faster than bzip2 with a comparable
|
2017-07-11 09:24:06 +02:00
|
|
|
|
compression ratio.
|
2013-11-25 13:18:05 +01:00
|
|
|
|
* Achieving the best compression ratios takes four to even twelve
|
2017-07-11 09:24:06 +02:00
|
|
|
|
times longer than with bzip2. However, this does not affect
|
|
|
|
|
decompressing speed.
|
2013-11-25 13:18:05 +01:00
|
|
|
|
* Very similar command line interface to what gzip and bzip2 have.
|
|
|
|
|
|
2016-02-17 11:01:31 +01:00
|
|
|
|
%lang_package
|
2013-11-25 13:18:05 +01:00
|
|
|
|
|
|
|
|
|
%package -n liblzma5
|
2017-07-11 09:24:06 +02:00
|
|
|
|
Summary: Lempel–Ziv–Markov chain algorithm compression library
|
2019-05-27 07:56:49 +02:00
|
|
|
|
License: SUSE-Public-Domain
|
2013-11-25 13:18:05 +01:00
|
|
|
|
Group: System/Libraries
|
|
|
|
|
|
|
|
|
|
%description -n liblzma5
|
|
|
|
|
Library for encoding/decoding LZMA files.
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Development package for the LZMA library
|
2019-05-27 07:56:49 +02:00
|
|
|
|
License: SUSE-Public-Domain
|
2013-11-25 13:18:05 +01:00
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
|
Requires: liblzma5 = %{version}
|
2014-09-23 10:40:06 +02:00
|
|
|
|
Provides: lzma-devel = %{version}
|
|
|
|
|
Obsoletes: lzma-devel < %{version}
|
|
|
|
|
Provides: lzma-alpha-devel = %{version}
|
|
|
|
|
Obsoletes: lzma-alpha-devel < %{version}
|
2013-11-25 13:18:05 +01:00
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
This package contains the header files and libraries needed for
|
|
|
|
|
compiling programs using the LZMA library.
|
|
|
|
|
|
2013-12-10 18:06:54 +01:00
|
|
|
|
%package static-devel
|
2013-11-25 13:24:18 +01:00
|
|
|
|
Summary: Static version of LZMA library
|
2019-05-27 07:56:49 +02:00
|
|
|
|
License: SUSE-Public-Domain
|
2013-11-25 13:24:18 +01:00
|
|
|
|
Group: Development/Libraries/C and C++
|
2014-09-23 10:40:06 +02:00
|
|
|
|
Requires: lzma-devel = %{version}
|
2013-11-25 13:24:18 +01:00
|
|
|
|
|
2013-12-10 18:06:54 +01:00
|
|
|
|
%description static-devel
|
2014-09-23 10:40:06 +02:00
|
|
|
|
Static library for the LZMA library
|
2013-11-25 13:24:18 +01:00
|
|
|
|
|
2013-11-25 13:18:05 +01:00
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
|
%build
|
2019-08-02 10:28:06 +02:00
|
|
|
|
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
|
2017-06-22 20:04:11 +02:00
|
|
|
|
export CFLAGS="%{optflags} -D_REENTRANT -pipe -fPIE"
|
2014-12-19 10:38:38 +01:00
|
|
|
|
export LDFLAGS="-Wl,-z,relro,-z,now -pie"
|
2013-11-25 13:24:18 +01:00
|
|
|
|
%configure \
|
2017-06-22 20:04:11 +02:00
|
|
|
|
--with-pic \
|
|
|
|
|
--docdir=%{_docdir}/%{name}
|
2017-06-25 19:03:45 +02:00
|
|
|
|
%if 0%{?do_profiling}
|
2021-06-07 17:24:28 +02:00
|
|
|
|
%make_build CFLAGS="${CFLAGS} %{cflags_profile_generate}"
|
|
|
|
|
%make_build
|
|
|
|
|
%make_build clean
|
|
|
|
|
%make_build CFLAGS="${CFLAGS} %{cflags_profile_feedback}"
|
2015-01-21 12:25:49 +01:00
|
|
|
|
%else
|
2021-06-07 17:24:28 +02:00
|
|
|
|
%make_build
|
2013-11-25 13:18:05 +01:00
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%check
|
2021-06-07 17:24:28 +02:00
|
|
|
|
%make_build check
|
2013-11-25 13:18:05 +01:00
|
|
|
|
|
|
|
|
|
%install
|
2017-01-02 09:54:34 +01:00
|
|
|
|
%make_install
|
2017-06-22 20:04:11 +02:00
|
|
|
|
find %{buildroot} -type f -name "*.la" -delete -print
|
2022-10-10 14:54:08 +02:00
|
|
|
|
%find_lang %{name} --all-name --with-man
|
2017-06-22 20:04:11 +02:00
|
|
|
|
install -Dpm 0755 %{SOURCE4} %{buildroot}%{_bindir}/xznew
|
|
|
|
|
install -Dpm 0644 %{SOURCE5} %{buildroot}%{_mandir}/man1/xznew.1
|
2018-03-19 15:54:29 +01:00
|
|
|
|
rm -vf %{buildroot}%{_docdir}/%{name}/{COPYING,COPYING.GPLv2}
|
2013-11-25 13:18:05 +01:00
|
|
|
|
|
|
|
|
|
%post -n liblzma5 -p /sbin/ldconfig
|
|
|
|
|
%postun -n liblzma5 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%files lang -f %{name}.lang
|
2022-11-18 14:36:45 +01:00
|
|
|
|
%dir %{_mandir}/fr
|
|
|
|
|
%dir %{_mandir}/de
|
2013-11-25 13:18:05 +01:00
|
|
|
|
|
|
|
|
|
%files
|
2018-03-19 15:54:29 +01:00
|
|
|
|
%license COPYING COPYING.GPLv2
|
2014-09-23 10:40:06 +02:00
|
|
|
|
%{_docdir}/%{name}
|
2017-06-22 20:04:11 +02:00
|
|
|
|
%{_bindir}/lzcat
|
|
|
|
|
%{_bindir}/lzcmp
|
|
|
|
|
%{_bindir}/lzdiff
|
|
|
|
|
%{_bindir}/lzegrep
|
|
|
|
|
%{_bindir}/lzfgrep
|
|
|
|
|
%{_bindir}/lzgrep
|
|
|
|
|
%{_bindir}/lzless
|
|
|
|
|
%{_bindir}/lzma
|
|
|
|
|
%{_bindir}/lzmadec
|
|
|
|
|
%{_bindir}/lzmainfo
|
|
|
|
|
%{_bindir}/lzmore
|
|
|
|
|
%{_bindir}/unlzma
|
|
|
|
|
%{_bindir}/unxz
|
|
|
|
|
%{_bindir}/xz
|
|
|
|
|
%{_bindir}/xzcat
|
|
|
|
|
%{_bindir}/xzcmp
|
|
|
|
|
%{_bindir}/xzdec
|
|
|
|
|
%{_bindir}/xzdiff
|
|
|
|
|
%{_bindir}/xzegrep
|
|
|
|
|
%{_bindir}/xzfgrep
|
|
|
|
|
%{_bindir}/xzgrep
|
|
|
|
|
%{_bindir}/xzless
|
|
|
|
|
%{_bindir}/xzmore
|
|
|
|
|
%{_bindir}/xznew
|
|
|
|
|
%{_mandir}/man1/lzcat.1%{ext_man}
|
|
|
|
|
%{_mandir}/man1/lzcmp.1%{ext_man}
|
|
|
|
|
%{_mandir}/man1/lzdiff.1%{ext_man}
|
|
|
|
|
%{_mandir}/man1/lzegrep.1%{ext_man}
|
|
|
|
|
%{_mandir}/man1/lzfgrep.1%{ext_man}
|
|
|
|
|
%{_mandir}/man1/lzgrep.1%{ext_man}
|
|
|
|
|
%{_mandir}/man1/lzless.1%{ext_man}
|
|
|
|
|
%{_mandir}/man1/lzma.1%{ext_man}
|
|
|
|
|
%{_mandir}/man1/lzmadec.1%{ext_man}
|
|
|
|
|
%{_mandir}/man1/lzmainfo.1%{ext_man}
|
|
|
|
|
%{_mandir}/man1/lzmore.1%{ext_man}
|
|
|
|
|
%{_mandir}/man1/unlzma.1%{ext_man}
|
|
|
|
|
%{_mandir}/man1/unxz.1%{ext_man}
|
|
|
|
|
%{_mandir}/man1/xz.1%{ext_man}
|
|
|
|
|
%{_mandir}/man1/xzcat.1%{ext_man}
|
|
|
|
|
%{_mandir}/man1/xzcmp.1%{ext_man}
|
|
|
|
|
%{_mandir}/man1/xzdec.1%{ext_man}
|
|
|
|
|
%{_mandir}/man1/xzdiff.1%{ext_man}
|
|
|
|
|
%{_mandir}/man1/xzegrep.1%{ext_man}
|
|
|
|
|
%{_mandir}/man1/xzfgrep.1%{ext_man}
|
|
|
|
|
%{_mandir}/man1/xzgrep.1%{ext_man}
|
|
|
|
|
%{_mandir}/man1/xzless.1%{ext_man}
|
|
|
|
|
%{_mandir}/man1/xzmore.1%{ext_man}
|
|
|
|
|
%{_mandir}/man1/xznew.1%{ext_man}
|
2013-11-25 13:18:05 +01:00
|
|
|
|
|
|
|
|
|
%files -n liblzma5
|
2017-06-22 20:04:11 +02:00
|
|
|
|
%{_libdir}/liblzma.so.5*
|
2013-11-25 13:18:05 +01:00
|
|
|
|
|
|
|
|
|
%files devel
|
2017-06-22 20:04:11 +02:00
|
|
|
|
%{_includedir}/lzma.h
|
|
|
|
|
%dir %{_includedir}/lzma/
|
|
|
|
|
%{_includedir}/lzma/*
|
|
|
|
|
%{_libdir}/liblzma.so
|
|
|
|
|
%{_libdir}/pkgconfig/liblzma.pc
|
2013-11-25 13:18:05 +01:00
|
|
|
|
|
2013-12-10 18:06:54 +01:00
|
|
|
|
%files static-devel
|
2017-06-22 20:04:11 +02:00
|
|
|
|
%{_libdir}/liblzma.a
|
2013-11-25 13:24:18 +01:00
|
|
|
|
|
2013-11-25 13:18:05 +01:00
|
|
|
|
%changelog
|