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 1.3.4-5.20100625 +- buildroot had a leftover macro from the old way of defining the version + * Thu Oct 7 2010 Mark McKinstry 1.3.4-4.20100625 - only include examples once - include a '/' for examples documentation so its clear its a directory