Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
staging
rpms
xz
Commits
8745e0c6
Commit
8745e0c6
authored
Jun 14, 2021
by
Rocky Automation
📺
Browse files
import xz-5.2.4-3.el8
parent
c8d5b9b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
SPECS/xz.spec
View file @
8745e0c6
# Not needed for f21+ and probably RHEL8+
# Not needed for f21+ and probably RHEL8+
%{!?_licensedir:%global license %%doc}
%{!?_licensedir:%global license %%doc}
Summary:
LZMA compression utilities
Summary:
LZMA compression utilities
Name:
xz
Name:
xz
Version:
5.2.4
Version:
5.2.4
Release:
3
%{?dist}
Release:
4
%{?dist}
# Scripts xz{grep,diff,less,more} and symlinks (copied from gzip) are
# Scripts xz{grep,diff,less,more} and symlinks (copied from gzip) are
# GPLv2+, binaries are Public Domain (linked against LGPL getopt_long but its
# GPLv2+, binaries are Public Domain (linked against LGPL getopt_long but its
# OK), documentation is Public Domain.
# OK), documentation is Public Domain.
License:
GPLv2+ and Public Domain
License:
GPLv2+ and Public Domain
# official upstream release
# official upstream release
Source0:
http://tukaani.org/%{name}/%{name}-%{version}.tar.xz
Source0:
http://tukaani.org/%{name}/%{name}-%{version}.tar.xz
Source100:
colorxzgrep.sh
Source100:
colorxzgrep.sh
Source101:
colorxzgrep.csh
Source101:
colorxzgrep.csh
URL: http://tukaani.org/%{name}/
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
URL: http://tukaani.org/%{name}/
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
# For /usr/libexec/grepconf.sh (RHBZ#1189120).
# For /usr/libexec/grepconf.sh (RHBZ#1189120).
# Unfortunately F21 has a newer version of grep which doesn't
# Unfortunately F21 has a newer version of grep which doesn't
# have grepconf, but we're only concerned with F22 here.
# have grepconf, but we're only concerned with F22 here.
Requires:
grep >= 2.20-5
Requires:
grep >= 2.20-5
BuildRequires:
gcc
BuildRequires:
gcc
BuildRequires:
perl-interpreter
BuildRequires:
perl-interpreter
%description
%description
...
@@ -40,17 +41,17 @@ decompression speed fast.
...
@@ -40,17 +41,17 @@ decompression speed fast.
%package libs
%package libs
Summary:
Libraries for decoding LZMA compression
Summary:
Libraries for decoding LZMA compression
License:
Public Domain
License:
Public Domain
Obsoletes:
%{name}-compat-libs < %{version}-%{release}
Obsoletes:
%{name}-compat-libs < %{version}-%{release}
%description libs
%description libs
Libraries for decoding files compressed with LZMA or XZ utils.
Libraries for decoding files compressed with LZMA or XZ utils.
%package static
%package static
Summary:
Statically linked library for decoding LZMA compression
Summary:
Statically linked library for decoding LZMA compression
License:
Public Domain
License:
Public Domain
%description static
%description static
Statically linked library for decoding files compressed with LZMA or
Statically linked library for decoding files compressed with LZMA or
...
@@ -58,21 +59,21 @@ XZ utils. Most users should *not* install this.
...
@@ -58,21 +59,21 @@ XZ utils. Most users should *not* install this.
%package devel
%package devel
Summary:
Devel libraries & headers for liblzma
Summary:
Devel libraries & headers for liblzma
License:
Public Domain
License:
Public Domain
Requires:
%{name}-libs%{?_isa} = %{version}-%{release}
Requires:
%{name}-libs%{?_isa} = %{version}-%{release}
%description devel
%description devel
Devel libraries and headers for liblzma.
Devel libraries and headers for liblzma.
%package lzma-compat
%package lzma-compat
Summary:
Older LZMA format compatibility binaries
Summary:
Older LZMA format compatibility binaries
# Just a set of symlinks to 'xz' + two Public Domain binaries.
# Just a set of symlinks to 'xz' + two Public Domain binaries.
License:
Public Domain
License:
Public Domain
Requires:
%{name}%{?_isa} = %{version}-%{release}
Requires:
%{name}%{?_isa} = %{version}-%{release}
Obsoletes:
lzma < %{version}
Obsoletes:
lzma < %{version}
Provides:
lzma = %{version}
Provides:
lzma = %{version}
%description lzma-compat
%description lzma-compat
The lzma-compat package contains compatibility links for older
The lzma-compat package contains compatibility links for older
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment