8
0

Accepting request 661940 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/661940
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Unicode-LineBreak?expand=0&rev=19
This commit is contained in:
Lars Vogdt
2019-01-02 15:05:48 +00:00
committed by Git OBS Bridge
parent 0a6142f425
commit a9592783ef
4 changed files with 46 additions and 9 deletions

View File

@@ -12,18 +12,18 @@
# 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/
#
Name: perl-Unicode-LineBreak
Version: 2018.003
Version: 2019.001
Release: 0
%define cpan_name Unicode-LineBreak
Summary: UAX #14 Unicode Line Breaking Algorithm
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Unicode-LineBreak/
Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/N/NE/NEZUMI/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -42,11 +42,11 @@ by Annex #11 [UAX #11] will be concerned to determine breaking positions.
%setup -q -n %{cpan_name}-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
%{__make} %{?_smp_mflags}
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
make %{?_smp_mflags}
%check
%{__make} test
make test
%install
%perl_make_install