From b67df66f3d59578039c15c98cce04b55e1d842d3 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Thu, 29 Sep 2016 09:59:16 +0200 Subject: autotools-latest-autoconf: use epel-rpm-macros --- repos/autotools/autotools-latest/autoconf/autoconf.spec | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'repos') 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 - 2.69-6 +- bump, depend on epel-rpm-macros + * Fri Jun 17 2016 Pavel Raiskup - 2.69-5 - bump, autoconf got lost somewhere in automatic copr migration from 23 to 24 -- cgit