|
|
@@ -31,16 +31,17 @@ Packager: The OpenPKG Project
|
|
|
Distribution: OpenPKG [REL]
|
|
|
Group: Development
|
|
|
License: GPL
|
|
|
-Version: 5.3.8
|
|
|
-Release: 20020620
|
|
|
+Version: 5.4
|
|
|
+Release: 20020811
|
|
|
|
|
|
# list of sources
|
|
|
Source0: http://belnet.dl.sourceforge.net/sourceforge/autogen/autogen-%{version}.tar.gz
|
|
|
+Patch0: autogen.patch
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
BuildRoot: %{l_buildroot}
|
|
|
-BuildPreReq: OpenPKG, openpkg >= 20020206, guile, texinfo, make
|
|
|
+BuildPreReq: OpenPKG, openpkg >= 20020206, guile, libtool, texinfo, make
|
|
|
PreReq: OpenPKG, openpkg >= 20020206, guile
|
|
|
AutoReq: no
|
|
|
AutoReqProv: no
|
|
|
@@ -59,6 +60,7 @@ AutoReqProv: no
|
|
|
|
|
|
%prep
|
|
|
%setup -q
|
|
|
+ %patch -p0
|
|
|
case "%{l_target}" in
|
|
|
*-freebsd* ) %{l_shtool} subst -e 's/regcomp=no/regcomp=yes/g' configure ;;
|
|
|
esac
|
|
|
@@ -76,7 +78,7 @@ AutoReqProv: no
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
PATH="%{l_prefix}/bin:$PATH"; export PATH
|
|
|
%{l_make} %{l_mflags} install \
|
|
|
- prefix=$RPM_BUILD_ROOT%{l_prefix}
|
|
|
+ prefix=$RPM_BUILD_ROOT%{l_prefix} || true
|
|
|
rm -f $RPM_BUILD_ROOT%{l_prefix}/info/dir
|
|
|
rm -f $RPM_BUILD_ROOT%{l_prefix}/info/snprintfv.info
|
|
|
rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/autoopts-config
|