mirror of
https://abf.rosa.ru/djam/upx.git
synced 2025-02-23 09:03:00 +00:00
LOG New version 3.09
This commit is contained in:
parent
10655562f2
commit
786d859d72
2 changed files with 12 additions and 12 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
||||||
sources:
|
sources:
|
||||||
"upx-3.08-src.tar.bz2": 5ccbc0aacfd3aaee407eceab06ec5989bf1d153a
|
upx-3.09-src.tar.bz2: df474a9909e6697a4d3240767c34e2dcb39002c1
|
||||||
|
|
22
upx.spec
22
upx.spec
|
@ -1,12 +1,12 @@
|
||||||
Summary: The Ultimate Packer for eXecutables
|
Summary: The Ultimate Packer for eXecutables
|
||||||
Name: upx
|
Name: upx
|
||||||
Version: 3.08
|
Version: 3.09
|
||||||
Release: %mkrel 1
|
Release: 1
|
||||||
License: GPL
|
License: GPLv2+
|
||||||
Group: Archiving/Compression
|
Group: Archiving/Compression
|
||||||
URL: http://upx.sourceforge.net/
|
URL: http://upx.sourceforge.net/
|
||||||
Source0: http://upx.sourceforge.net/download/%{name}-%{version}-src.tar.bz2
|
Source0: http://upx.sourceforge.net/download/%{name}-%{version}-src.tar.bz2
|
||||||
BuildRequires: ucl-devel >= 1.03
|
BuildRequires: ucl-devel
|
||||||
BuildRequires: pkgconfig(zlib)
|
BuildRequires: pkgconfig(zlib)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
@ -25,8 +25,14 @@ Win95/98/ME/NT/2000 programs and DLLs, DOS programs, and Linux executables.
|
||||||
UPX is rated number one in the well known Archive Comparison Test. Visit
|
UPX is rated number one in the well known Archive Comparison Test. Visit
|
||||||
http://compression.ca/act-exepack.html
|
http://compression.ca/act-exepack.html
|
||||||
|
|
||||||
%prep
|
%files
|
||||||
|
%doc BUGS LICENSE NEWS PROJECTS README* THANKS doc/upx.doc doc/upx.html doc/*.txt
|
||||||
|
%{_bindir}/*
|
||||||
|
%attr(644,root,man) %{_mandir}/man1/*
|
||||||
|
|
||||||
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
%prep
|
||||||
%setup -q -n %{name}-%{version}-src
|
%setup -q -n %{name}-%{version}-src
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
@ -36,15 +42,9 @@ 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"
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
install -d %{buildroot}%{_bindir}
|
install -d %{buildroot}%{_bindir}
|
||||||
install -d %{buildroot}%{_mandir}/man1
|
install -d %{buildroot}%{_mandir}/man1
|
||||||
|
|
||||||
install -m 755 src/upx.out %{buildroot}%{_bindir}/upx
|
install -m 755 src/upx.out %{buildroot}%{_bindir}/upx
|
||||||
install -m 644 doc/upx.1 %{buildroot}%{_mandir}/man1/
|
install -m 644 doc/upx.1 %{buildroot}%{_mandir}/man1/
|
||||||
|
|
||||||
%files
|
|
||||||
%doc BUGS LICENSE NEWS PROJECTS README* THANKS doc/upx.doc doc/upx.html doc/*.txt
|
|
||||||
%{_bindir}/*
|
|
||||||
%attr(644,root,man) %{_mandir}/man1/*
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue