Accepting request 964210 from devel:languages:perl:autoupdate
- updated to 1.02 see /usr/share/doc/packages/perl-Data-MessagePack/Changes 1.02 2022-03-11T14:27:47Z - Fix test for usequadmath Perl OBS-URL: https://build.opensuse.org/request/show/964210 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-MessagePack?expand=0&rev=10
This commit is contained in:
committed by
Git OBS Bridge
parent
1689b5206e
commit
a6075b76a7
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Data-MessagePack
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,17 +16,15 @@
|
||||
#
|
||||
|
||||
|
||||
Name: perl-Data-MessagePack
|
||||
Version: 1.01
|
||||
Release: 0
|
||||
%define cpan_name Data-MessagePack
|
||||
Summary: MessagePack serializing/deserializing
|
||||
Name: perl-Data-MessagePack
|
||||
Version: 1.02
|
||||
Release: 0
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Group: Development/Libraries/Perl
|
||||
Url: https://metacpan.org/release/%{cpan_name}
|
||||
Summary: MessagePack serializing/deserializing
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/S/SY/SYOHEX/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Devel::PPPort) >= 3.42
|
||||
@@ -42,7 +40,7 @@ Requires: perl(Math::BigInt) >= 1.89
|
||||
This module converts Perl data structures to MessagePack and vice versa.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
@@ -57,7 +55,6 @@ perl Build.PL installdirs=vendor optimize="%{optflags}"
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes minil.toml README.md
|
||||
%license LICENSE
|
||||
|
||||
|
Reference in New Issue
Block a user