summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorareq2002-11-14 07:27:46 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commitfe80e83c737ea978deeadd8b01222fe465eb6b33 (patch)
treea0a290822a6a2f4491ae715c3bde69bfbff327c4
parent78f31b27378cc414b814b5fe311e230a121a9e8a (diff)
downloadupx-fe80e83c737ea978deeadd8b01222fe465eb6b33.zip
upx-fe80e83c737ea978deeadd8b01222fe465eb6b33.tar.gz
- 1.24, STBR
- new %doc - update URL Changed files: upx.spec -> 1.16
-rw-r--r--upx.spec12
1 files changed, 5 insertions, 7 deletions
diff --git a/upx.spec b/upx.spec
index a771f1f..3e55ecf 100644
--- a/upx.spec
+++ b/upx.spec
@@ -1,16 +1,16 @@
Summary: The Ultimate Packer for eXecutables
Summary(pl): Program pakujący pliki wykonywalne
Name: upx
-Version: 1.20
+Version: 1.24
Release: 1
License: GPL
Group: Applications
-Source0: http://wildsau.idv.uni-linz.ac.at/mfx/download/upx/%{name}-%{version}-src.tar.gz
+Source0: http://upx.sourceforge.net/download/%{name}-%{version}-src.tar.gz
Patch0: %{name}-opt.patch
Patch1: %{name}-ucl.patch
-URL: http://upx.tsx.org
+URL: http://upx.sourceforge.net/
BuildRequires: glibc-static
-BuildRequires: ucl-devel
+BuildRequires: ucl-devel >= 1.01
Exclusivearch: %{ix86}
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -48,13 +48,11 @@ install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
install doc/upx.1 $RPM_BUILD_ROOT%{_mandir}/man1
install src/upx $RPM_BUILD_ROOT%{_bindir}
-gzip -9nf BUGS LICENSE NEWS PROJECTS README README.SRC THANKS
-
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%doc *.gz
+%doc BUGS LICENSE NEWS PROJECTS README README.SRC THANKS
%attr(755,root,root) %{_bindir}/upx
%{_mandir}/man1/upx.1*