SHA256
3
0
forked from pool/gawk

Accepting request 487002 from Base:System

OBS-URL: https://build.opensuse.org/request/show/487002
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gawk?expand=0&rev=38
This commit is contained in:
Dominique Leuenberger 2017-04-25 06:54:51 +00:00 committed by Git OBS Bridge
commit 5c5fb86091
3 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Apr 10 07:39:22 UTC 2017 - josef.moellers@suse.com
- Added an explicit rpmlint rule to keep one file (gawkapi.h)
from requiring a separate package.
[+gawk.rpmlintrc]
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Sep 5 20:27:40 UTC 2016 - astieger@suse.com Mon Sep 5 20:27:40 UTC 2016 - astieger@suse.com

1
gawk.rpmlintrc Normal file
View File

@ -0,0 +1 @@
addFilter("E: devel-file-in-non-devel-package")

View File

@ -1,7 +1,7 @@
# #
# spec file for package gawk # spec file for package gawk
# #
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -26,6 +26,7 @@ Url: http://www.gnu.org/software/gawk/
Source: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz Source: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
Source2: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz.sig Source2: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz.sig
Source3: http://savannah.gnu.org/people/viewgpg.php?user_id=80653#/gawk.keyring Source3: http://savannah.gnu.org/people/viewgpg.php?user_id=80653#/gawk.keyring
Source4: gawk.rpmlintrc
Patch1: gawk_ppc64le_ignore_transient_test_time_failure.patch Patch1: gawk_ppc64le_ignore_transient_test_time_failure.patch
BuildRequires: update-alternatives BuildRequires: update-alternatives
Requires(post): %{install_info_prereq} Requires(post): %{install_info_prereq}