summaryrefslogtreecommitdiffstats
path: root/repos/autotools/autotools-git/autoconf/autoconf.spec
diff options
context:
space:
mode:
Diffstat (limited to 'repos/autotools/autotools-git/autoconf/autoconf.spec')
-rw-r--r--repos/autotools/autotools-git/autoconf/autoconf.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/repos/autotools/autotools-git/autoconf/autoconf.spec b/repos/autotools/autotools-git/autoconf/autoconf.spec
index b6f517f..c6be818 100644
--- a/repos/autotools/autotools-git/autoconf/autoconf.spec
+++ b/repos/autotools/autotools-git/autoconf/autoconf.spec
@@ -1,4 +1,4 @@
-%_compat_el5_build
+%{?_compat_el5_build}
# Workaround to always have %scl defined (for testing locally)
%{!?scl:%global scl autotools-git}
@@ -12,7 +12,7 @@ Summary: A GNU tool for automatically configuring source code
Name: %{?scl_prefix}autoconf
Version: 2.69
# Do not reset Release tag to '1' when rebasing!
-Release: 8.%{commits_from_release}.%{git_hash}%{?dist}
+Release: 9.%{commits_from_release}.%{git_hash}%{?dist}
License: GPLv2+ and GFDL
Group: Development/Tools
Source0: autoconf-2.69.%{commits_from_release}-%{git_hash}-dirty.tar.gz
@@ -37,7 +37,7 @@ BuildRequires: %{?scl_prefix}m4, help2man
Requires: %{?scl_prefix}m4
BuildRequires: emacs, compat-rpm-config
-%_compat_br_perl_macros
+%{?_compat_br_perl_macros}
BuildRequires: perl(Data::Dumper)
# from f19, Text::ParseWords is not the part of 'perl' package
@@ -141,6 +141,9 @@ fi
%doc AUTHORS COPYING* ChangeLog NEWS README THANKS TODO
%changelog
+* Wed Aug 12 2015 Pavel Raiskup <praiskup@redhat.com> - 2.69-9.120.5dcda
+- use _compat_el5_build only if defined (rhbz#1252751)
+
* Sun Jun 15 2014 Pavel Raiskup <praiskup@redhat.com> - 2.69-8.120.5dcda
- rebase for latest git version
- enable testsuite (do not fail, though)