From 4f7f11bb6ebf03aad34655729bdb0647d3ce73ed Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Mon, 30 Sep 2013 21:14:09 +0200 Subject: [PATCH] autogen: Update to 5.18.1. This is a major update to the latest stable version. Fixes the issue with wrong search path for guile modules. --- autogen/autogen.nm | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/autogen/autogen.nm b/autogen/autogen.nm index dbf95ef82..90d9a32fc 100644 --- a/autogen/autogen.nm +++ b/autogen/autogen.nm @@ -4,7 +4,7 @@ ############################################################################### name = autogen -version = 5.14 +version = 5.18.1 release = 1 groups = Development/Tools @@ -13,9 +13,9 @@ license = GPLv3 summary = Automated text file generator. description - AutoGen is a tool designed to simplify the creation and maintenance of \ - programs that contain large amounts of repetitious text. It is especially \ - valuable in programs that have several blocks of text that must be kept \ + AutoGen is a tool designed to simplify the creation and maintenance of + programs that contain large amounts of repetitious text. It is especially + valuable in programs that have several blocks of text that must be kept synchronised. end @@ -23,14 +23,13 @@ source_dl = ftp://ftp.gnu.org/gnu/autogen/rel%{version}/ build requires - guile-devel + guile-devel >= 2.0.9-3 libtool libxml2-devel end - LDFLAGS += -lguile - prepare_cmds + # Fix Libtool to remove rpaths. rm -vf libtool cp -vf $(which libtool) libtool @@ -38,6 +37,10 @@ build sed --in-place --expression 's! -shared ! -Wl,--as-needed\0!g' ./libtool end + test + make check + end + install_cmds rm -vf %{BUILDROOT}%{datadir}/%{name}/autoopts.m4 rm -vf %{BUILDROOT}%{datadir}/%{name}/libopts-31.0.6.tar.gz -- 2.39.2