Accepting request 32803 from Base:System
Copy from Base:System/autoconf based on submit request 32803 from user coolo OBS-URL: https://build.opensuse.org/request/show/32803 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/autoconf?expand=0&rev=12
This commit is contained in:
parent
d67bd82d95
commit
6b0b9bc8e7
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:264d7c1c0e268bc77fbe0f308e085545535edfe73f33e27c80219cc0c9c71246
|
|
||||||
size 1195259
|
|
3
autoconf-2.65.tar.bz2
Normal file
3
autoconf-2.65.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:db11944057f3faf229ff5d6ce3fcd819f565455c152b72cec17ebc1cbb80136b
|
||||||
|
size 1332522
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 17 10:43:54 UTC 2010 - poletti.marco@gmail.com
|
||||||
|
|
||||||
|
- Update to 2.65
|
||||||
|
** Autoconf is now licensed under the GPLv3+.
|
||||||
|
** The manual is now shipped under the terms of the GNU FDL 1.3.
|
||||||
|
** config.status now provides a --config option to produce the configuration.
|
||||||
|
** Autoconf now requires GNU M4 1.4.6 or later. GNU M4 1.4.13 or
|
||||||
|
later is recommended.
|
||||||
|
** Autotest testsuites accept an option --jobs[=N] for parallel testing.
|
||||||
|
This feature is still in testing, and may not work on every
|
||||||
|
platform, help in improving it would be appreciated.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 6 18:02:03 CET 2009 - jengelh@medozas.de
|
Sun Dec 6 18:02:03 CET 2009 - jengelh@medozas.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package autoconf-el (Version 2.63)
|
# spec file for package autoconf-el (Version 2.65)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,11 +19,11 @@
|
|||||||
|
|
||||||
Name: autoconf-el
|
Name: autoconf-el
|
||||||
BuildRequires: emacs-nox
|
BuildRequires: emacs-nox
|
||||||
License: GPLv2+
|
License: GPLv3+
|
||||||
Group: Productivity/Editors/Emacs
|
Group: Productivity/Editors/Emacs
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 2.63
|
Version: 2.65
|
||||||
Release: 5
|
Release: 1
|
||||||
Summary: Emacs mode for editing GNU Autoconf scripts
|
Summary: Emacs mode for editing GNU Autoconf scripts
|
||||||
Url: http://www.gnu.org/software/autoconf
|
Url: http://www.gnu.org/software/autoconf
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
@ -1,15 +0,0 @@
|
|||||||
Patch to allow failing of test 27. This is needed in order to stay compatible with automake 1.11
|
|
||||||
|
|
||||||
Reference: http://lists.gnu.org/archive/html/autoconf/2009-07/msg00048.html
|
|
||||||
|
|
||||||
diff -ur autoconf-2.63/tests/tools.at autoconf-2.63.patched//tests/tools.at
|
|
||||||
--- autoconf-2.63/tests/tools.at 2008-08-22 14:05:31.000000000 +0200
|
|
||||||
+++ autoconf-2.63.patched//tests/tools.at 2009-07-17 22:43:33.000000000 +0200
|
|
||||||
@@ -946,6 +946,7 @@
|
|
||||||
# We use aclocal and automake.
|
|
||||||
AT_CHECK([automake --version || exit 77], [], [ignore], [ignore])
|
|
||||||
AT_CHECK([test ! -f $HOME/.autom4te.cfg || exit 77], [], [ignore], [ignore])
|
|
||||||
+AT_XFAIL_IF([:])
|
|
||||||
|
|
||||||
AT_DATA([configure.in],
|
|
||||||
[[AC_INIT(GNU foo, 1.0)
|
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 17 10:43:54 UTC 2010 - poletti.marco@gmail.com
|
||||||
|
|
||||||
|
- Update to 2.65
|
||||||
|
** Autoconf is now licensed under the GPLv3+.
|
||||||
|
** The manual is now shipped under the terms of the GNU FDL 1.3.
|
||||||
|
** config.status now provides a --config option to produce the configuration.
|
||||||
|
** Autoconf now requires GNU M4 1.4.6 or later. GNU M4 1.4.13 or
|
||||||
|
later is recommended.
|
||||||
|
** Autotest testsuites accept an option --jobs[=N] for parallel testing.
|
||||||
|
This feature is still in testing, and may not work on every
|
||||||
|
platform, help in improving it would be appreciated.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 6 18:02:03 CET 2009 - jengelh@medozas.de
|
Sun Dec 6 18:02:03 CET 2009 - jengelh@medozas.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package autoconf (Version 2.63)
|
# spec file for package autoconf (Version 2.65)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,20 +19,19 @@
|
|||||||
|
|
||||||
Name: autoconf
|
Name: autoconf
|
||||||
BuildRequires: help2man
|
BuildRequires: help2man
|
||||||
License: GPLv2+
|
License: GPLv3+
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
Url: http://www.gnu.org/software/autoconf
|
Url: http://www.gnu.org/software/autoconf
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Requires: m4 >= %(rpm -q --qf=%%{VERSION} m4)
|
Requires: m4 >= 1.4.6
|
||||||
PreReq: %{install_info_prereq}
|
PreReq: %{install_info_prereq}
|
||||||
Version: 2.63
|
Version: 2.65
|
||||||
Release: 5
|
Release: 1
|
||||||
Summary: A GNU Tool for Automatically Configuring Source Code
|
Summary: A GNU Tool for Automatically Configuring Source Code
|
||||||
Source: autoconf-%{version}.tar.bz2
|
Source: autoconf-%{version}.tar.bz2
|
||||||
Patch0: autoreconf-ltdl.diff
|
Patch0: autoreconf-ltdl.diff
|
||||||
# PATCH-FIX-UPSTREAM autoconf-xfail-test27.patch dominique-obs@leuenberger.net -- allows test 27 to fail, as automake 1.11 has newer macros.
|
|
||||||
Patch1: autoconf-xfail-test27.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GNU Autoconf is a tool for configuring source code and makefiles. Using
|
GNU Autoconf is a tool for configuring source code and makefiles. Using
|
||||||
@ -57,7 +56,6 @@ Authors:
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0
|
%patch0
|
||||||
%patch1 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{suse_update_config -f config}
|
%{suse_update_config -f config}
|
||||||
|
@ -1,19 +1,20 @@
|
|||||||
--- bin/autoreconf.in
|
--- bin/autoreconf.in.orig 2009-11-21 14:35:37.000000000 +0100
|
||||||
+++ bin/autoreconf.in
|
+++ bin/autoreconf.in 2010-02-15 15:43:03.296546495 +0100
|
||||||
@@ -456,6 +456,8 @@
|
@@ -461,6 +461,8 @@
|
||||||
'AC_CONFIG_AUX_DIR:AC_CONFIG_AUX_DIR:\$1',
|
'AC_CONFIG_AUX_DIR',
|
||||||
'AC_CONFIG_HEADERS',
|
'AC_CONFIG_HEADERS',
|
||||||
'AC_CONFIG_SUBDIRS:AC_CONFIG_SUBDIRS:\$1',
|
'AC_CONFIG_SUBDIRS',
|
||||||
+ 'AC_LIBLTDL_CONVENIENCE:AC_LIBLTDL_CONVENIENCE:\$1',
|
+ 'AC_LIBLTDL_CONVENIENCE',
|
||||||
+ 'AC_LIBLTDL_INSTALLABLE:AC_LIBLTDL_INSTALLABLE:\$1',
|
+ 'AC_LIBLTDL_INSTALLABLE',
|
||||||
'AC_INIT',
|
'AC_INIT',
|
||||||
'AC_PROG_LIBTOOL',
|
'AC_PROG_LIBTOOL',
|
||||||
'LT_INIT',
|
'LT_INIT',
|
||||||
@@ -471,6 +473,7 @@
|
@@ -479,6 +481,8 @@
|
||||||
$uses_gettext_via_traces = 1 if /AM_GNU_GETTEXT/;
|
$uses_libtool = 1 if $macro eq "AC_PROG_LIBTOOL"
|
||||||
$uses_libtool = 1 if /(AC_PROG_LIBTOOL|LT_INIT)/;
|
|| $macro eq "LT_INIT";
|
||||||
$uses_libltdl = 1 if /LT_CONFIG_LTDL_DIR/;
|
$uses_libltdl = 1 if $macro eq "LT_CONFIG_LTDL_DIR";
|
||||||
+ $uses_libltdl = 1 if /AC_LIBLTDL_(CONVENIENCE|INSTALLABLE)/;
|
+ $uses_libltdl = 1 if $macro eq "AC_LIBLTDL_CONVENIENCE";
|
||||||
$uses_autoheader = 1 if /AC_CONFIG_HEADERS/;
|
+ $uses_libltdl = 1 if $macro eq "AC_LIBLTDL_INSTALLABLE";
|
||||||
$uses_automake = 1 if /AM_INIT_AUTOMAKE/;
|
$uses_autoheader = 1 if $macro eq "AC_CONFIG_HEADERS";
|
||||||
push @subdir, split (' ', $1) if /AC_CONFIG_SUBDIRS:(.*)/ && $recursive;
|
$uses_automake = 1 if $macro eq "AM_INIT_AUTOMAKE";
|
||||||
|
push @subdir, split (' ', $args[0])
|
||||||
|
Loading…
Reference in New Issue
Block a user