]> git.pld-linux.org Git - packages/automake.git/blobdiff - automake.spec
- updated to 1.15.1 (improved perl and gzip compatibility)
[packages/automake.git] / automake.spec
index 47076df2f757d70259e59bb4eb0a48fbab47f944..de8c887166c1842d788de7fdf1c8bac00173e963 100644 (file)
@@ -14,17 +14,18 @@ Summary(ru.UTF-8):  GNU automake - инструменты для автомати
 Summary(tr.UTF-8):     Makefile yapılandırma araçları
 Summary(uk.UTF-8):     GNU automake - інструменти для автоматичної генерації Makefile'ів
 Name:          automake
-Version:       1.15
+Version:       1.15.1
 Release:       1
 Epoch:         1
 License:       GPL v2+
 Group:         Development/Building
 Source0:       http://ftp.gnu.org/gnu/automake/%{name}-%{version}.tar.xz
-# Source0-md5: 9a1ddb0e053474d9d1105cfe39b0c48d
+# Source0-md5: 24cd3501b6ad8cd4d7e2546f07e8b4d4
 Patch0:                %{name}-info.patch
 Patch1:                %{name}-man.patch
 Patch2:                %{name}-no_versioned_dir.patch
 Patch3:                %{name}-morearchs.patch
+Patch4:                revert-debian-python-hacks.patch
 URL:           http://sources.redhat.com/automake/
 BuildRequires: autoconf >= 2.69
 %if %{without bootstrap}
@@ -107,6 +108,7 @@ Makefile'ів.
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %if %{without bootstrap}
 # prepare temporary copy of m4 dir without amversion.m4 (which causes automake version check)
@@ -127,8 +129,13 @@ ln -s ../m4/[!a]*.m4 ../m4/a[!m]*.m4 .
 # NOTE: _target macro becames "noarch" if ./builder passes --target=noarch, so
 # be sure use plain /usr/bin/rpmbuild.
 %configure \
+%if %{_host_cpu} == "x32"
+       --host=%{_target_platform} \
+       --build=%{_target_platform}
+%else
        --host=%{_host} \
        --build=%{_host}
+%endif
 %{__make}
 
 %install
This page took 0.0268 seconds and 4 git commands to generate.