From 786d859d72e334f6776902d97bf7204f209dd90c Mon Sep 17 00:00:00 2001 From: Andrey Bondrov Date: Mon, 3 Feb 2014 19:23:25 +1100 Subject: [PATCH] LOG New version 3.09 --- .abf.yml | 2 +- upx.spec | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.abf.yml b/.abf.yml index f4a7cf9..4b4250a 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - "upx-3.08-src.tar.bz2": 5ccbc0aacfd3aaee407eceab06ec5989bf1d153a + upx-3.09-src.tar.bz2: df474a9909e6697a4d3240767c34e2dcb39002c1 diff --git a/upx.spec b/upx.spec index 3683274..492a113 100644 --- a/upx.spec +++ b/upx.spec @@ -1,12 +1,12 @@ Summary: The Ultimate Packer for eXecutables Name: upx -Version: 3.08 -Release: %mkrel 1 -License: GPL +Version: 3.09 +Release: 1 +License: GPLv2+ Group: Archiving/Compression URL: http://upx.sourceforge.net/ Source0: http://upx.sourceforge.net/download/%{name}-%{version}-src.tar.bz2 -BuildRequires: ucl-devel >= 1.03 +BuildRequires: ucl-devel BuildRequires: pkgconfig(zlib) %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 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 %build @@ -36,15 +42,9 @@ export UCLDIR=%{_prefix} %make -C src CXXFLAGS="%{optflags} -Wcast-align -Wcast-qual -Wpointer-arith -Wwrite-strings" %install -rm -rf %{buildroot} - install -d %{buildroot}%{_bindir} install -d %{buildroot}%{_mandir}/man1 install -m 755 src/upx.out %{buildroot}%{_bindir}/upx 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/*