This commit is contained in:
Your Name 2025-02-03 09:42:44 +00:00
parent c5a8ed0d3d
commit 1a3cfbd5b0
2 changed files with 11 additions and 7 deletions

View file

@ -1,3 +1,4 @@
sources: sources:
upx-3.95.tar.gz: a716f0311d11a4e727589f3435b27787b929feae upx-3.95.tar.gz: a716f0311d11a4e727589f3435b27787b929feae
upx-4.2.4-src.tar.xz: 94232affd0ab7b616f2eebf0c005b90abe41ed5b
upx-lzma-sdk-3.95.tar.gz: c6a754f3c578d948cd5e7a5d5751e4589566f43d upx-lzma-sdk-3.95.tar.gz: c6a754f3c578d948cd5e7a5d5751e4589566f43d

View file

@ -1,12 +1,14 @@
Summary: The Ultimate Packer for eXecutables Summary: The Ultimate Packer for eXecutables
Name: upx Name: upx
Version: 3.95 Version: 4.2.4
Release: 2 Release: 1
License: GPLv2+ License: GPLv2+
Group: Archiving/Compression Group: Archiving/Compression
URL: https://upx.github.io/ URL: https://upx.github.io
Source0: upx-%{version}.tar.gz #Source0: upx-%{version}.tar.gz
Source1: upx-lzma-sdk-%{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: ucl-devel
BuildRequires: pkgconfig(zlib) BuildRequires: pkgconfig(zlib)
@ -34,8 +36,9 @@ http://compression.ca/act-exepack.html
#---------------------------------------------------------------------------- #----------------------------------------------------------------------------
%prep %prep
%setup -q -n %{name}-%{version} %setup -q
tar xfz %{SOURCE1} --strip-components=1 -C src/lzma-sdk/ #-n %{name}-%{version}
#tar xfz %{SOURCE1} --strip-components=1 -C src/lzma-sdk/
%build %build
# building the docs # building the docs