mirror of
https://abf.rosa.ru/djam/upx.git
synced 2025-02-23 17:12:58 +00:00
New version 3.91
This commit is contained in:
parent
014c6ee86e
commit
a7a9e8167e
2 changed files with 4 additions and 4 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
||||||
sources:
|
sources:
|
||||||
upx-3.09-src.tar.bz2: df474a9909e6697a4d3240767c34e2dcb39002c1
|
upx-3.91-src.tar.bz2: da962c0affb27eae11aa9b6fbd751c3699717b36
|
||||||
|
|
6
upx.spec
6
upx.spec
|
@ -1,7 +1,7 @@
|
||||||
Summary: The Ultimate Packer for eXecutables
|
Summary: The Ultimate Packer for eXecutables
|
||||||
Name: upx
|
Name: upx
|
||||||
Version: 3.09
|
Version: 3.91
|
||||||
Release: 2
|
Release: 3
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Archiving/Compression
|
Group: Archiving/Compression
|
||||||
URL: http://upx.sourceforge.net/
|
URL: http://upx.sourceforge.net/
|
||||||
|
@ -39,7 +39,7 @@ http://compression.ca/act-exepack.html
|
||||||
# building the docs
|
# building the docs
|
||||||
%make -C doc
|
%make -C doc
|
||||||
export UCLDIR=%{_prefix}
|
export UCLDIR=%{_prefix}
|
||||||
%make -C src CXXFLAGS="%{optflags} -Wcast-align -Wcast-qual -Wpointer-arith -Wwrite-strings"
|
%make -C src CXXFLAGS="%{optflags} -Wcast-align -Wcast-qual -Wpointer-arith -Wwrite-strings" CXX="%__cxx"
|
||||||
|
|
||||||
%install
|
%install
|
||||||
install -d %{buildroot}%{_bindir}
|
install -d %{buildroot}%{_bindir}
|
||||||
|
|
Loading…
Add table
Reference in a new issue