]> git.pld-linux.org Git - packages/automake.git/blobdiff - automake.spec
- updated to 1.16
[packages/automake.git] / automake.spec
index 82151350ea57bba57008b301c43247ff3d430a43..f0d0e78c3ab73f5f14b0c2fc34fbeaf6e17adfc0 100644 (file)
@@ -14,18 +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
-Release:       3
+Version:       1.16
+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: bfdf69ac36c327b3a59b83ab01057e30
 Patch0:                %{name}-info.patch
 Patch1:                %{name}-man.patch
 Patch2:                %{name}-no_versioned_dir.patch
 Patch3:                %{name}-morearchs.patch
-Patch4:                automake-1.15-perl-escape-curly-bracket.patch
+Patch4:                revert-debian-python-hacks.patch
 URL:           http://sources.redhat.com/automake/
 BuildRequires: autoconf >= 2.69
 %if %{without bootstrap}
@@ -126,16 +126,12 @@ ln -s ../m4/[!a]*.m4 ../m4/a[!m]*.m4 .
 %{__automake}
 %endif
 
-# 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
+%if "%{_host_cpu}" != "x32"
        --host=%{_host} \
-       --build=%{_host}
+       --build=%{_host} \
 %endif
+       --disable-silent-rules
 %{__make}
 
 %install
This page took 0.103767 seconds and 4 git commands to generate.