summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--contrib/crossrpms/autotools/Makefile.am4
-rw-r--r--contrib/crossrpms/autotools/automake.add2
2 files changed, 3 insertions, 3 deletions
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"