mirror of
https://abf.rosa.ru/djam/upx.git
synced 2025-02-23 03:22:46 +00:00
4.2.4
This commit is contained in:
parent
c5a8ed0d3d
commit
1a3cfbd5b0
2 changed files with 11 additions and 7 deletions
1
.abf.yml
1
.abf.yml
|
@ -1,3 +1,4 @@
|
|||
sources:
|
||||
upx-3.95.tar.gz: a716f0311d11a4e727589f3435b27787b929feae
|
||||
upx-4.2.4-src.tar.xz: 94232affd0ab7b616f2eebf0c005b90abe41ed5b
|
||||
upx-lzma-sdk-3.95.tar.gz: c6a754f3c578d948cd5e7a5d5751e4589566f43d
|
||||
|
|
17
upx.spec
17
upx.spec
|
@ -1,12 +1,14 @@
|
|||
Summary: The Ultimate Packer for eXecutables
|
||||
Name: upx
|
||||
Version: 3.95
|
||||
Release: 2
|
||||
Version: 4.2.4
|
||||
Release: 1
|
||||
License: GPLv2+
|
||||
Group: Archiving/Compression
|
||||
URL: https://upx.github.io/
|
||||
Source0: upx-%{version}.tar.gz
|
||||
Source1: upx-lzma-sdk-%{version}.tar.gz
|
||||
URL: https://upx.github.io
|
||||
#Source0: upx-%{version}.tar.gz
|
||||
#Source1: upx-lzma-sdk-%{version}.tar.gz
|
||||
Source0: https://github.com/upx/upx/releases/download/v%{version}/%{name}-%{version}-src.tar.xz
|
||||
BuildRequires: xz
|
||||
BuildRequires: ucl-devel
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
|
||||
|
@ -34,8 +36,9 @@ http://compression.ca/act-exepack.html
|
|||
#----------------------------------------------------------------------------
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}
|
||||
tar xfz %{SOURCE1} --strip-components=1 -C src/lzma-sdk/
|
||||
%setup -q
|
||||
#-n %{name}-%{version}
|
||||
#tar xfz %{SOURCE1} --strip-components=1 -C src/lzma-sdk/
|
||||
|
||||
%build
|
||||
# building the docs
|
||||
|
|
Loading…
Add table
Reference in a new issue