]> git.pld-linux.org Git - packages/autoconf.git/blobdiff - autoconf.spec
- added patch for AC_SYS_LARGEFILE etc.
[packages/autoconf.git] / autoconf.spec
index d4074440d1bd6307970509ada18599a17f6db18b..8bf9c8dae699ef428c9a6e262ffb54f40eed71a7 100644 (file)
@@ -1,13 +1,9 @@
 #
 # Conditional build:
-%bcond_without emacs   # without emacs autoconf-mode
-%bcond_without xemacs  # without XEmacs autoconf-mode
+%bcond_with    emacs   # emacs autoconf-mode
+%bcond_with    xemacs  # XEmacs autoconf-mode
 %bcond_without tests   # do not perform "make check"
 
-# ???
-%undefine      with_emacs
-%undefine      with_xemacs
-
 Summary:       GNU autoconf - source configuration tools
 Summary(de.UTF-8):     Ein GNU-Hilfsmittel für Quellencode automatisch konfigurieren
 Summary(es.UTF-8):     Una herramienta GNU para configurar automáticamente el código fuente
@@ -19,13 +15,13 @@ Summary(pt_BR.UTF-8):       GNU autoconf - ferramentas de configuração de fontes
 Summary(ru.UTF-8):     GNU autoconf - автоконфигуратор исходных текстов
 Summary(uk.UTF-8):     GNU autoconf - автоконфігуратор вихідних текстів
 Name:          autoconf
-Version:       2.71
-Release:       2
+Version:       2.72
+Release:       0.1
 License:       GPL v2+/v3+
 Group:         Development/Building
 # stable releases:
 Source0:       https://ftp.gnu.org/gnu/autoconf/%{name}-%{version}.tar.xz
-# Source0-md5: 12cfa1687ffa2606337efe1a64416106
+# Source0-md5: 1be79f7106ab6767f18391c5e22be701
 # devel releases:
 #Source0:      http://alpha.gnu.org/gnu/autoconf/%{name}-%{version}.tar.bz2
 Patch0:                %{name}-mawk.patch
@@ -33,6 +29,8 @@ Patch1:               %{name}-info.patch
 Patch2:                %{name}-AC_EGREP.patch
 Patch3:                %{name}-cxxcpp-warnonly.patch
 Patch4:                %{name}-mksh.patch
+# https://savannah.gnu.org/support/index.php?110983 (AC_SYS_LARGEFILE/AC_SYS_YEAR2038 test failures on ix86)
+Patch5:                %{name}-largefile.patch
 Patch6:                %{name}-tests.patch
 URL:           http://www.gnu.org/software/autoconf/
 %{?with_emacs:BuildRequires:   emacs}
@@ -50,8 +48,8 @@ Conflicts:    gettext < 0.10.38-3
 Conflicts:     pkgconfig < 1:0.25-2
 %requires_eq   m4
 Requires:      mktemp
-Obsoletes:     autoconf252
-Obsoletes:     autoconf253
+Obsoletes:     autoconf252 < 2.53
+Obsoletes:     autoconf253 < 2.54
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -210,6 +208,7 @@ Tryb edycji autoconf dla emacsa.
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 %patch6 -p1
 
 %build
This page took 0.05808 seconds and 4 git commands to generate.