|
|
@@ -31,11 +31,12 @@ Packager: The OpenPKG Project
|
|
|
Distribution: OpenPKG [REL]
|
|
|
Group: Development
|
|
|
License: GPL
|
|
|
-Version: 5.2.11
|
|
|
-Release: 20011201
|
|
|
+Version: 5.3.1
|
|
|
+Release: 20020205
|
|
|
|
|
|
# list of sources
|
|
|
-Source0: http://download.sourceforge.net/AutoGen/autogen-%{version}.tar.gz
|
|
|
+Source0: http://prdownloads.sourceforge.net/autogen/autogen-%{version}.tar.gz
|
|
|
+Patch0: autogen.patch
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
@@ -59,6 +60,7 @@ AutoReqProv: no
|
|
|
|
|
|
%prep
|
|
|
%setup -q
|
|
|
+ %patch -p0
|
|
|
|
|
|
%build
|
|
|
PATH="%{l_prefix}/bin:$PATH"; export PATH
|