LOG New version 3.09

This commit is contained in:
Andrey Bondrov 2014-02-03 19:23:25 +11:00
parent 10655562f2
commit 786d859d72
2 changed files with 12 additions and 12 deletions

View file

@ -1,2 +1,2 @@
sources: sources:
"upx-3.08-src.tar.bz2": 5ccbc0aacfd3aaee407eceab06ec5989bf1d153a upx-3.09-src.tar.bz2: df474a9909e6697a4d3240767c34e2dcb39002c1

View file

@ -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/*