]> git.pld-linux.org Git - packages/autoconf.git/blobdiff - autoconf.spec
- updated for 2.63
[packages/autoconf.git] / autoconf.spec
index 83972105e066ee2a5a545ac3b0985e60f3f5a6fb..0aa7fd061b7df5121239d983c78b0df45584f60a 100644 (file)
@@ -18,32 +18,32 @@ 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.61
-Release:       8
-License:       GPL
+Version:       2.62
+Release:       2
+License:       GPL v2+/v3+
 Group:         Development/Building
 # stable releases:
-Source0:       ftp://ftp.gnu.org/gnu/autoconf/%{name}-%{version}.tar.bz2
-# Source0-md5: 36d3fe706ad0950f1be10c46a429efe0
+Source0:       http://ftp.gnu.org/gnu/autoconf/%{name}-%{version}.tar.lzma
+# Source0-md5: 9a72634a023ebdf3186e8fd50901abb7
 # devel releases:
-#Source0:      ftp://alpha.gnu.org/pub/gnu/autoconf/%{name}-%{version}.tar.bz2
+#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
 Patch4:                %{name}-gettext.patch
-Patch5:                %{name}-define.patch
+Patch5:                %{name}-bigendian.patch
 URL:           http://www.gnu.org/software/autoconf/
-BuildConflicts:        m4 = 1.4o
 %{?with_emacs:BuildRequires:   emacs}
-BuildRequires: m4 >= 1:1.4p-0.pre2.2
+BuildRequires: lzma >= 1:4.42
+BuildRequires: m4 >= 3:1.4.10-2
 BuildRequires: rpm-perlprov
 BuildRequires: texinfo >= 4.2
 %{?with_xemacs:BuildRequires:  xemacs}
+BuildConflicts:        m4 = 1.4o
 Conflicts:     gettext < 0.10.38-3
 Requires:      /bin/awk
 Requires:      diffutils
-#Requires:     m4 >= 1:1.4p-0.pre2.2
 %requires_eq   m4
 Requires:      mktemp
 BuildArch:     noarch
@@ -194,7 +194,8 @@ Emacs autoconf-mode.
 Tryb edycji autoconf dla emacsa.
 
 %prep
-%setup -q
+%setup -q -c -T
+lzma -dc %{SOURCE0} | tar xf - -C ..
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
@@ -234,11 +235,11 @@ rm lib/emacs/*.elc
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post
-[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
+%post  -p      /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
 
-%postun
-[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
+%postun        -p      /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
 
 %files
 %defattr(644,root,root,755)
This page took 0.028183 seconds and 4 git commands to generate.