8
0

Accepting request 645907 from home:vitezslav_cizek:branches:devel:languages:perl

- Disable 04find_domain_bug test broken with glibc 2.28
  * https://github.com/gflohr/libintl-perl/issues/3
  * add disable-broken-04find_domain_bug-test.patch

OBS-URL: https://build.opensuse.org/request/show/645907
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-libintl-perl?expand=0&rev=35
This commit is contained in:
2018-11-02 11:19:41 +00:00
committed by Git OBS Bridge
parent d9134e2ed2
commit e6d1ab1977
4 changed files with 101 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-libintl-perl
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -21,12 +21,14 @@ Version: 1.29
Release: 0
%define cpan_name libintl-perl
Summary: High-Level Interface to Uniforum Message Translation
License: GPL-3.0+
License: GPL-3.0-or-later
Group: Development/Libraries/Perl
Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/G/GU/GUIDO/%{cpan_name}-%{version}.tar.gz
Source1: libintl-perl-rpmlintrc
Source2: cpanspec.yml
# PATCH-FIX-SUSE https://github.com/gflohr/libintl-perl/issues/3
Patch0: disable-broken-04find_domain_bug-test.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
@@ -45,6 +47,7 @@ for example in GNU gettext.
%prep
%setup -q -n %{cpan_name}-%{version}
%patch0 -p1
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%build