$ git show --format=fuller --patch-with-stat --summary 3affbcb7d1ad28366f3ddff06ab650aaa0c41903
commit 3affbcb7d1ad28366f3ddff06ab650aaa0c41903
Author: tpgxyz <tpgxyz@gmail.com>
AuthorDate: Fri Oct 4 23:32:40 2019 +0200
Commit: tpgxyz <tpgxyz@gmail.com>
CommitDate: Fri Oct 4 23:32:40 2019 +0200
new snapshot 20190203
---
.abf.yml | 2 +-
mawk.spec | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/.abf.yml b/.abf.yml
index 375622c..032d295 100644
--- a/.abf.yml
+++ b/.abf.yml
@@ -1,2 +1,2 @@
sources:
- "mawk-1.3.4-20171017.tgz": 06bae1055464c86c6f679a28e61626ed80f579c4
+ "mawk-1.3.4-20190203.tgz": 3cf78a41d0751db5b2e64602aa5a038fcecf3808
diff --git a/mawk.spec b/mawk.spec
index bf74f7e..f2caa31 100644
--- a/mawk.spec
+++ b/mawk.spec
@@ -1,4 +1,4 @@
-%define snap 20171017
+%define snap 20190203
Summary: An interpreter for the awk programming language
Name: mawk
@@ -23,16 +23,16 @@ conforms to the POSIX 1003.2 (draft 11.3) definition of awk.
You should install mawk if you use awk.
%prep
-%setup -qn %{name}-%{version}-%{snap}
+%autosetup -n %{name}-%{version}-%{snap} -p1
chmod -R a+r .
%build
%configure
-%make
+%make_build
%install
mkdir -p %{buildroot}{%{_bindir},%{_mandir}/man1}
-%makeinstall_std
+%make_install
%files
%doc ACKNOWLEDGMENT CHANGES README