Accepting request 404404 from devel:languages:perl:autoupdate

- updated to 1.26
  * Fixed more false negatives in tests, no need to upgrade.

OBS-URL: https://build.opensuse.org/request/show/404404
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-libintl-perl?expand=0&rev=25
This commit is contained in:
Stephan Kulow 2016-06-24 05:25:36 +00:00 committed by Git OBS Bridge
parent b5e5983f39
commit 8c6cdf001e
5 changed files with 48 additions and 5 deletions

33
cpanspec.yml Normal file
View File

@ -0,0 +1,33 @@
---
#description_paragraphs: 3
description: |-
This is an internationalization library for Perl that aims to be
compatible with the Uniforum message translations system as implemented
for example in GNU gettext.
#summary: override summary from CPAN
#no_testing: broken upstream
sources:
- libintl-perl-rpmlintrc
#patches:
# foo.patch: -p1
# bar.patch:
preamble: |-
Requires: gettext-runtime >= 0.12.2
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
license: LGPL-2.1+
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
custom_test: |-
%ifarch %arm
# This test blocks the qemu-arm and the worker gets stalled. Needs more attention.
rm ./tests/04find_domain_bug.t
%endif
%{__make} test
#ignore_requires: Bizarre::Module

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a597e128742e1c1c973a5e968626ef55eb270e8ecde793333c7a7247895f2431
size 462985

3
libintl-perl-1.26.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3f28eaa9d824c2852cf96bb6aa98495d302a6b95302f3e0738fe9389f8053e50
size 463128

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jun 23 07:22:21 UTC 2016 - coolo@suse.com
- updated to 1.26
* Fixed more false negatives in tests, no need to upgrade.
-------------------------------------------------------------------
Wed Jun 1 04:55:47 UTC 2016 - coolo@suse.com

View File

@ -17,8 +17,9 @@
Name: perl-libintl-perl
Version: 1.25
Version: 1.26
Release: 0
#Upstream: CHECK(GPL-1.0+ or Artistic-1.0)
%define cpan_name libintl-perl
Summary: High-Level Interface to Uniforum Message Translation
License: LGPL-2.1+
@ -26,14 +27,17 @@ Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/libintl-perl/
Source0: http://www.cpan.org/authors/id/G/GU/GUIDO/%{cpan_name}-%{version}.tar.gz
Source1: libintl-perl-rpmlintrc
Source2: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(version) >= 0.77
Requires: gettext-runtime >= 0.12.2
Requires: perl(version) >= 0.77
Recommends: perl(File::ShareDir)
%{perl_requires}
# MANUAL BEGIN
Requires: gettext-runtime >= 0.12.2
# MANUAL END
%description
This is an internationalization library for Perl that aims to be