Browse Source

upgrade to AutoGen 5.2.10

master
parent
commit
3fdf0269d8
  1. 7
      autogen/autogen.spec

7
autogen/autogen.spec

@ -31,8 +31,8 @@ Vendor: Free Software Foundation
Packager: rse@openpkg.org Packager: rse@openpkg.org
Distribution: OpenPKG Distribution: OpenPKG
License: GPL License: GPL
Version: 5.2.9 Version: 5.2.10
Release: 2 Release: 0
# list of sources # list of sources
Source0: http://download.sourceforge.net/AutoGen/autogen-%{version}.tar.gz Source0: http://download.sourceforge.net/AutoGen/autogen-%{version}.tar.gz
@ -40,7 +40,7 @@ Source0: http://download.sourceforge.net/AutoGen/autogen-%{version}.tar.gz
# build information # build information
Prefix: %{l_prefix} Prefix: %{l_prefix}
BuildRoot: %{l_buildroot} BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 0.9-33, guile BuildPreReq: OpenPKG, openpkg >= 0.9-33, guile, texinfo
PreReq: OpenPKG, openpkg >= 0.9-33, guile PreReq: OpenPKG, openpkg >= 0.9-33, guile
AutoReq: no AutoReq: no
AutoReqProv: no AutoReqProv: no
@ -70,6 +70,7 @@ AutoReqProv: no
%install %install
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
PATH="%{l_prefix}/bin:$PATH"; export PATH
%{l_make} %{l_mflags} install \ %{l_make} %{l_mflags} install \
prefix=$RPM_BUILD_ROOT%{l_prefix} prefix=$RPM_BUILD_ROOT%{l_prefix}
rm -f $RPM_BUILD_ROOT%{l_prefix}/info/dir rm -f $RPM_BUILD_ROOT%{l_prefix}/info/dir

Loading…
Cancel
Save