From 64dd98ccab78ba24cefbaf05d6e67866e09f39d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sat, 25 Jan 2014 19:58:58 +0200 Subject: [PATCH] Own the %{_libdir}/gawk dir. - Use xz compressed upstream tarball. --- .gitignore | 6 +----- gawk.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index ae6b68b..dafa321 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1 @@ -gawk-3.1.8.tar.bz2 -/gawk-4.0.0.tar.bz2 -/gawk-4.0.1.tar.gz -/gawk-4.0.2.tar.gz -/gawk-4.1.0.tar.gz +/*.tar.* diff --git a/gawk.spec b/gawk.spec index 3c54687..ad17540 100644 --- a/gawk.spec +++ b/gawk.spec @@ -1,14 +1,14 @@ Summary: The GNU version of the awk text processing utility Name: gawk Version: 4.1.0 -Release: 2%{?dist} +Release: 3%{?dist} # Most of source files are licensed under GPLv3+, # several files are GPL or LGPLv2.1+ licensed, # gettext.h is LGPL and random.c is BSD licensed License: GPLv3+ and GPL and LGPLv3+ and LGPL and BSD Group: Applications/Text URL: http://www.gnu.org/software/gawk/gawk.html -Source0: http://ftp.gnu.org/gnu/gawk/gawk-%{version}.tar.gz +Source0: http://ftp.gnu.org/gnu/gawk/gawk-%{version}.tar.xz Requires(post): /sbin/install-info Requires(preun): /sbin/install-info Conflicts: filesystem < 3 @@ -71,9 +71,13 @@ fi %{_libexecdir}/awk %{_datadir}/awk %{_includedir}/gawkapi.h -%{_libdir}/gawk/* +%{_libdir}/gawk %changelog +* Sat Jan 25 2014 Ville Skyttä - 4.1.0-3 +- Own the %%{_libdir}/gawk dir. +- Use xz compressed upstream tarball. + * Sat Aug 03 2013 Fedora Release Engineering - 4.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index 4d32940..bdb2ab8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -13e02513105417818a31ef375f9f9f42 gawk-4.1.0.tar.gz +b18992ff8faf3217dab55d2d0aa7d707 gawk-4.1.0.tar.xz