summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Raiskup <praiskup@redhat.com>2016-09-29 09:59:16 +0200
committerPavel Raiskup <praiskup@redhat.com>2016-09-29 09:59:16 +0200
commitb67df66f3d59578039c15c98cce04b55e1d842d3 (patch)
treed55d56864ee9ce833df81c01df24643f15ed344a
parent0b0bc41fcc912889a16dcbde270b681bed0ed274 (diff)
downloadscl-autotools-b67df66f3d59578039c15c98cce04b55e1d842d3.tar.gz
scl-autotools-b67df66f3d59578039c15c98cce04b55e1d842d3.tar.xz
scl-autotools-b67df66f3d59578039c15c98cce04b55e1d842d3.zip
autotools-latest-autoconf: use epel-rpm-macros
-rw-r--r--repos/autotools/autotools-latest/autoconf/autoconf.spec14
1 files changed, 4 insertions, 10 deletions
diff --git a/repos/autotools/autotools-latest/autoconf/autoconf.spec b/repos/autotools/autotools-latest/autoconf/autoconf.spec
index abbd7b9..7d9ed74 100644
--- a/repos/autotools/autotools-latest/autoconf/autoconf.spec
+++ b/repos/autotools/autotools-latest/autoconf/autoconf.spec
@@ -1,5 +1,3 @@
-%{?_compat_el5_build}
-
%{!?scl:%global scl autotools-latest}
%{?scl:%scl_package autoconf}
@@ -7,7 +5,7 @@
Summary: A GNU tool for automatically configuring source code
Name: %{?scl_prefix}autoconf
Version: 2.69
-Release: 5%{?dist}
+Release: 6%{?dist}
License: GPLv2+ and GFDL
Group: Development/Tools
Source0: http://ftpmirror.gnu.org/autoconf/autoconf-%{version}.tar.gz
@@ -15,13 +13,6 @@ URL: http://www.gnu.org/software/autoconf/
BuildArch: noarch
-%if ! 0%{?buildroot:1}
-# HACK! This should be truth only for RHEL5, so benefit from
-# this %%if for defining (otherwise undefined) macro for this platform.
-%global rhel 5
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-%endif
-
# run "make check" by default
%bcond_with check
@@ -133,6 +124,9 @@ fi
%doc AUTHORS COPYING* ChangeLog NEWS README THANKS TODO
%changelog
+* Tue Sep 27 2016 Pavel Raiskup <praiskup@redhat.com> - 2.69-6
+- bump, depend on epel-rpm-macros
+
* Fri Jun 17 2016 Pavel Raiskup <praiskup@redhat.com> - 2.69-5
- bump, autoconf got lost somewhere in automatic copr migration from 23 to 24