]> git.pld-linux.org Git - packages/upx.git/commitdiff
- up to 1.20 version upx-1_20-1
authorwrobell <wrobell@pld-linux.org>
Sat, 7 Jul 2001 08:58:53 +0000 (08:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added ucl patch to allow compile with ucl library

Changed files:
    upx.spec -> 1.12

upx.spec

index ecbd69615f849074f6bd27b98492785f7f923de0..04c3b0d4854c4cf53949f9ae3f6e431c88b088d2 100644 (file)
--- a/upx.spec
+++ b/upx.spec
@@ -1,7 +1,7 @@
 Summary:       The Ultimate Packer for eXecutables
 Summary(pl):   Program pakuj±cy pliki wykonywalne
 Name:          upx
-Version:       1.07
+Version:       1.20
 Release:       1
 License:       GPL
 Group:         Applications
@@ -9,6 +9,7 @@ Group(de):      Applikationen
 Group(pl):     Aplikacje
 Source0:       http://wildsau.idv.uni-linz.ac.at/mfx/download/upx/%{name}-%{version}-src.tar.gz
 Patch0:                %{name}-opt.patch
+Patch1:                %{name}-ucl.patch
 URL:           http://upx.tsx.org
 BuildRequires: glibc-static
 BuildRequires: ucl-devel
@@ -33,9 +34,9 @@ wa
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
-
 cd doc
 %{__make} CFLAGS_O="%{rpmcflags}"
 cd ../src
This page took 0.081379 seconds and 4 git commands to generate.