[mawk/el5/master] fix buildroot for EPEL 4 and 5

mmckinst mmckinst at fedoraproject.org
Mon Oct 11 03:20:51 UTC 2010


commit dff678023759b9f0f2ae6f15101f043115d141b7
Author: mmckinst <mmckinst at fedora13.fedroa.org>
Date:   Sun Oct 10 23:20:53 2010 -0400

    fix buildroot for EPEL 4 and 5

 mawk.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/mawk.spec b/mawk.spec
index 53a493a..cb90281 100644
--- a/mawk.spec
+++ b/mawk.spec
@@ -2,13 +2,13 @@
 
 Name:		mawk
 Version:	1.3.4
-Release:	4.%{pver}%{?dist}
+Release:	5.%{pver}%{?dist}
 Summary:	Interpreter for the AWK programming language
 Group:		Applications/Text
 License:	GPLv2
 URL:		http://invisible-island.net/mawk/
 Source0:	ftp://invisible-island.net/mawk/%{name}-%{version}-%{pver}.tgz
-BuildRoot:	%{_tmppath}/%{name}-%{pversion}-%{release}-root-%(%{__id_u} -n)
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
 mawk is an interpreter for the AWK programming language.  The AWK language is
@@ -41,6 +41,9 @@ rm -rf %{buildroot}
 %{_mandir}/man1/mawk.1*
 
 %changelog
+* Sun Oct 10 2010 Mark McKinstry <mmckinst at nexcess.net> 1.3.4-5.20100625
+- buildroot had a leftover macro from the old way of defining the version
+
 * Thu Oct 7 2010 Mark McKinstry <mmckinst at nexcess.net> 1.3.4-4.20100625
 - only include examples once
 - include a '/' for examples documentation so its clear its a directory


More information about the scm-commits mailing list