]> git.pld-linux.org Git - packages/autoconf.git/blobdiff - autoconf.spec
- up to 2.67
[packages/autoconf.git] / autoconf.spec
index cc773335d27d0867a821003bc6da297dc2618dce..27f5a3df012ac7f13bf6c3a40d3a9166dbed2ed3 100644 (file)
@@ -2,7 +2,7 @@
 # Conditional build:
 %bcond_without emacs   # without emacs autoconf-mode
 %bcond_without xemacs  # without XEmacs autoconf-mode
-%bcond_without tests
+%bcond_without tests   # do not perform "make check"
 #
 %undefine      with_emacs
 %undefine      with_xemacs
@@ -19,27 +19,25 @@ 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.65
-Release:       2
+Version:       2.67
+Release:       1
 License:       GPL v2+/v3+
 Group:         Development/Building
 # stable releases:
 Source0:       http://ftp.gnu.org/gnu/autoconf/%{name}-%{version}.tar.xz
-# Source0-md5: dfb23a46ecb73a0abade39c053a6c5a1
+# Source0-md5: 1da24eebe4e6a774e4039242a4f06aad
 # devel releases:
 #Source0:      http://alpha.gnu.org/gnu/autoconf/%{name}-%{version}.tar.bz2
 Patch0:                %{name}-mawk.patch
 Patch1:                %{name}-info.patch
 Patch2:                %{name}-AC_EGREP.patch
 Patch3:                %{name}-cxxcpp-warnonly.patch
-# it's unknown why this patch is here but it causes testsuite to fail
-Patch4:                %{name}-gettext.patch
-Patch5:                %{name}-git.patch
 URL:           http://www.gnu.org/software/autoconf/
 %{?with_emacs:BuildRequires:   emacs}
 BuildRequires: xz
 BuildRequires: m4 >= 3:1.4.13
 BuildRequires: rpm-perlprov
+BuildRequires: tar >= 1:1.22
 BuildRequires: texinfo >= 4.2
 %{?with_xemacs:BuildRequires:  xemacs}
 BuildConflicts:        m4 = 1.4o
@@ -196,14 +194,11 @@ Emacs autoconf-mode.
 Tryb edycji autoconf dla emacsa.
 
 %prep
-%setup -q -c -T
-lzma -dc %{SOURCE0} | tar xf - -C ..
+%setup -q
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
-#%patch4 -p1
-#%patch5 -p1 # seems obsolete
 
 %build
 %configure \
This page took 0.027646 seconds and 4 git commands to generate.