From 964c70e15e30fceae99c304c6958e78de47f5796 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 20:41:47 +0100 Subject: [PATCH] automatic version update by autodist [release 5.18.4-1mamba;Sat Sep 20 2014] --- autogen.spec | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/autogen.spec b/autogen.spec index 4d92ae4..7fe045d 100644 --- a/autogen.spec +++ b/autogen.spec @@ -1,5 +1,5 @@ Name: autogen -Version: 5.18.2 +Version: 5.18.4 Release: 1mamba Summary: Simplifies the creation and maintenance of programs Group: Development/Tools @@ -10,15 +10,17 @@ URL: http://www.gnu.org/software/autogen Source0: http://ftp.gnu.org/gnu/autogen/rel%{version}/autogen-%{version}.tar.xz #Source0: http://downloads.sourceforge.net/autogen/autogen-%{version}.tar.gz License: GPL, BSD -BuildRequires: chrpath ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libgmp-devel -BuildRequires: libguile-devel +BuildRequires: libguile1-devel BuildRequires: libltdl-devel +BuildRequires: libperl BuildRequires: libxml2-devel BuildRequires: libz-devel -## AUTOBUILDREQ-EN +BuildRequires: perl-devel +## AUTOBUILDREQ-END +BuildRequires: chrpath Requires(post):%{__install_info} BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -57,15 +59,14 @@ Obsoletes: autogen-libopts-static This package contains static libraries need for development. %prep - %setup -q %build -#export LDFLAGS="-lguile" -%configure +%configure \ + --with-libguile-cflags="`pkg-config --cflags guile-1.8`" \ + --with-libguile-libs="`pkg-config --libs guile-1.8`" \ + --with-guile-ver=`pkg-config --modversion guile-1.8` -#parallel build randomly fails -#%{__make} %make %check @@ -140,6 +141,9 @@ rm -f %{buildroot}%{_datadir}/autogen/libopts-31.1.6.tar.gz %{_libdir}/libopts.la %changelog +* Sat Sep 20 2014 Automatic Build System 5.18.4-1mamba +- automatic version update by autodist + * Sun Nov 17 2013 Automatic Build System 5.18.2-1mamba - automatic version update by autodist