[mawk/el6/master] Initial import (#635875)

mmckinst mmckinst at fedoraproject.org
Mon Oct 11 02:37:20 UTC 2010


commit ba5f360441a8bf12dbdf8a52b9b46161d0073510
Author: mmckinst <mmckinst at fedora13.fedroa.org>
Date:   Sun Oct 10 22:37:19 2010 -0400

    Initial import (#635875)

 mawk-1.3.4-20100625.tgz |  Bin 0 -> 304970 bytes
 mawk.spec               |   56 +++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+), 0 deletions(-)
---
diff --git a/mawk-1.3.4-20100625.tgz b/mawk-1.3.4-20100625.tgz
new file mode 100644
index 0000000..ef28854
Binary files /dev/null and b/mawk-1.3.4-20100625.tgz differ
diff --git a/mawk.spec b/mawk.spec
new file mode 100644
index 0000000..53a493a
--- /dev/null
+++ b/mawk.spec
@@ -0,0 +1,56 @@
+%global	pver	20100625
+
+Name:		mawk
+Version:	1.3.4
+Release:	4.%{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)
+
+%description
+mawk is an interpreter for the AWK programming language.  The AWK language is
+useful for manipulation of data files, text retrieval and processing, and for
+prototyping and experimenting with algorithms.
+
+%prep
+%setup -q -n %{name}-%{version}-%{pver}
+chmod 644 examples/*
+
+%build
+%configure
+make %{?_smp_mflags}
+
+%check
+make check
+
+%install
+rm -rf %{buildroot}
+make install DESTDIR=%{buildroot} INSTALL='install -p'
+
+%clean
+rm -rf %{buildroot}
+
+%files
+%defattr(-,root,root,-)
+%doc COPYING CHANGES README examples/
+
+%{_bindir}/mawk
+%{_mandir}/man1/mawk.1*
+
+%changelog
+* 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
+
+* Wed Oct 6 2010 Mark McKinstry <mmckinst at nexcess.net> 1.3.4-3.20100625
+- include examples as part of documentation
+
+* Tue Oct 5 2010 Mark McKinstry <mmckinst at nexcess.net> 1.3.4-2.20100625
+- redo versioning macro
+- make summary more concise
+
+* Sat Sep 17 2010 Mark McKinstry <mmckinst at nexcess.net> 1.3.4.20100625-1
+- initial build adapted from Thomas Dickey's spec


More information about the scm-commits mailing list