8
0

Accepting request 684751 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/684751
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Protocol-WebSocket?expand=0&rev=10
This commit is contained in:
Stephan Kulow
2019-03-14 10:42:35 +00:00
committed by Git OBS Bridge
parent 6eedcdb7b2
commit 60e8a05ecf
4 changed files with 24 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Protocol-WebSocket
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 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,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-Protocol-WebSocket
Version: 0.24
Version: 0.26
Release: 0
%define cpan_name Protocol-WebSocket
Summary: WebSocket protocol
License: Artistic-1.0 or GPL-1.0+
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Protocol-WebSocket/
Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/V/VT/VTI/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
@@ -59,7 +59,7 @@ directly. Instead the following modules should be used:
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%build
%{__perl} Build.PL --installdirs=vendor
perl Build.PL --installdirs=vendor
./Build build --flags=%{?_smp_mflags}
%check