From 5fc6ea327a75b0110f79a77788369cdddb405294 Mon Sep 17 00:00:00 2001 From: Peter Lemenkov Date: Jan 25 2010 14:24:23 +0000 Subject: Fixed Erlang-related stuff --- diff --git a/.cvsignore b/.cvsignore index 3609652..32dbd44 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -autoconf-2.63.tar.bz2 +autoconf-2.63.tar.lzma diff --git a/autoconf-erlang_fix.diff b/autoconf-erlang_fix.diff new file mode 100644 index 0000000..3311ac7 --- /dev/null +++ b/autoconf-erlang_fix.diff @@ -0,0 +1,19 @@ +--- a/lib/autoconf/erlang.m4 ++++ b/lib/autoconf/erlang.m4 +@@ -1,6 +1,6 @@ + # This file is part of Autoconf. -*- Autoconf -*- + # Erlang/OTP language support. +-# Copyright (C) 2006 Free Software Foundation, Inc. ++# Copyright (C) 2006, 2008 Free Software Foundation, Inc. + # + # This program is free software: you can redistribute it and/or modify + # it under the terms of the GNU General Public License as published by +@@ -124,7 +124,7 @@ fi + m4_define([AC_LANG(Erlang)], + [ac_ext=erl + ac_compile='$ERLC $ERLCFLAGS -b beam conftest.$ac_ext >&AS_MESSAGE_LOG_FD' +-ac_link='$ERLC $ERLCFLAGS -b beam conftest.$ac_ext >&AS_MESSAGE_LOG_FD ; echo "#!/bin/sh" > conftest$ac_exeext ; AS_ECHO(["\"$ERL\" -run conftest start -run init stop -noshell"]) >> conftest$ac_exeext ; chmod +x conftest$ac_exeext' ++ac_link='$ERLC $ERLCFLAGS -b beam conftest.$ac_ext >&AS_MESSAGE_LOG_FD ; echo "[#]!/bin/sh" > conftest$ac_exeext ; AS_ECHO(["\"$ERL\" -run conftest start -run init stop -noshell"]) >> conftest$ac_exeext ; chmod +x conftest$ac_exeext' + ]) + + diff --git a/autoconf.spec b/autoconf.spec index 40c0c37..ae80eb2 100644 --- a/autoconf.spec +++ b/autoconf.spec @@ -1,12 +1,14 @@ Summary: A GNU tool for automatically configuring source code Name: autoconf Version: 2.63 -Release: 2%{?dist} +Release: 5%{?dist} License: GPLv2+ and GFDL Group: Development/Tools -Source: http://ftp.gnu.org/gnu/autoconf/autoconf-%{version}.tar.bz2 +Source: http://ftp.gnu.org/gnu/autoconf/autoconf-%{version}.tar.lzma Source1: filter-provides-automake.sh Source2: filter-requires-automake.sh +# Fix for #556223 +Patch0: autoconf-erlang_fix.diff URL: http://www.gnu.org/software/autoconf/ BuildRequires: m4 >= 1.4.7, emacs Requires: m4 >= 1.4.7 @@ -38,6 +40,7 @@ their use. %prep %setup -q +%patch0 -p1 -b .erlang %build # use ./configure here to avoid copying config.{sub,guess} with those from the @@ -79,6 +82,15 @@ fi %doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO %changelog +* Mon Jan 25 2010 Peter Lemenkov - 2.63-5 +- Fixed Erlang-related stuff + +* Tue Aug 11 2009 Ville Skyttä - 2.63-4 +- Use lzma compressed upstream tarball. + +* Fri Jul 24 2009 Fedora Release Engineering - 2.63-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Mon Feb 23 2009 Fedora Release Engineering - 2.63-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild diff --git a/import.log b/import.log new file mode 100644 index 0000000..5f2122d --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +autoconf-2_63-5_fc12:F-11:autoconf-2.63-5.fc12.src.rpm:1264429439 diff --git a/sources b/sources index df075d9..27d0523 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7565809ed801bb5726da0631ceab3699 autoconf-2.63.tar.bz2 +670b25f8b42118d2313f7593d9d89fda autoconf-2.63.tar.lzma