From 1ef4b6c0d482aa75ab728517e1af0c57c3bdae28 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 27 Apr 2008 05:27:02 +0000 Subject: Move %{?dist} to Makefile.am. --- contrib/crossrpms/autotools/Makefile.am | 4 ++-- contrib/crossrpms/autotools/automake.add | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'contrib/crossrpms/autotools') diff --git a/contrib/crossrpms/autotools/Makefile.am b/contrib/crossrpms/autotools/Makefile.am index fa81aef46a..1a1afa6a79 100644 --- a/contrib/crossrpms/autotools/Makefile.am +++ b/contrib/crossrpms/autotools/Makefile.am @@ -5,9 +5,9 @@ include $(top_srcdir)/mkspec.am AUTOCONF_VERS = 2.62 -AUTOCONF_RPMREL = 1 +AUTOCONF_RPMREL = 2%{?dist} include ./autoconf.am AUTOMAKE_VERS = 1.10.1 -AUTOMAKE_RPMREL = 1 +AUTOMAKE_RPMREL = 2%{?dist} include ./automake.am diff --git a/contrib/crossrpms/autotools/automake.add b/contrib/crossrpms/autotools/automake.add index c4e0903d76..55c3aa9252 100644 --- a/contrib/crossrpms/autotools/automake.add +++ b/contrib/crossrpms/autotools/automake.add @@ -15,7 +15,7 @@ URL: http://sources.redhat.com/automake License: GPL Group: Development/Tools Version: %{rpmvers} -Release: @AUTOMAKE_RPMREL@%{?dist} +Release: @AUTOMAKE_RPMREL@ Summary: Tool for automatically generating GNU style Makefile.in's %if "%{_prefix}" != "/usr" -- cgit v1.2.3