mirror of
https://abf.rosa.ru/djam/xz.git
synced 2025-02-23 10:32:56 +00:00
5.2.13
This commit is contained in:
parent
590c52144b
commit
b24c399049
3 changed files with 8 additions and 5 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
||||||
sources:
|
sources:
|
||||||
xz-5.2.3.tar.xz: a2975d12e0905daec48ec87c0098602e0669d195
|
xz-5.2.13.tar.gz: e5cc2fc822b919c897692cb7459dc2d877a2246f
|
||||||
|
|
1
xz.rpmlintrc
Normal file
1
xz.rpmlintrc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
addFilter("E: hardcoded-library-path")
|
10
xz.spec
10
xz.spec
|
@ -9,13 +9,15 @@
|
||||||
|
|
||||||
Summary: XZ utils
|
Summary: XZ utils
|
||||||
Name: xz
|
Name: xz
|
||||||
Version: 5.2.3
|
Version: 5.2.13
|
||||||
Release: 2
|
Release: 1
|
||||||
License: Public Domain
|
License: Public Domain
|
||||||
Group: Archiving/Compression
|
Group: Archiving/Compression
|
||||||
Url: http://tukaani.org/xz/
|
URL: http://tukaani.org/xz/
|
||||||
Source0: http://tukaani.org/xz/%{name}-%{version}.tar.xz
|
#Source0: http://tukaani.org/xz/%{name}-%{version}.tar.xz
|
||||||
|
Source0: https://github.com/tukaani-project/xz/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
||||||
Source1: xzme
|
Source1: xzme
|
||||||
|
Source1000: %{name}.rpmlintrc
|
||||||
Patch0: xz-5.2.0-text-tune.patch
|
Patch0: xz-5.2.0-text-tune.patch
|
||||||
Patch1: xz-5.1.3alpha-man-page-day.patch
|
Patch1: xz-5.1.3alpha-man-page-day.patch
|
||||||
# needed by check suite
|
# needed by check suite
|
||||||
|
|
Loading…
Add table
Reference in a new issue