Accepting request 1046360 from devel:languages:perl:autoupdate
- updated to 0.093094
see /usr/share/doc/packages/perl-MooseX-Storage-Format-JSONpm/Changes
0.093094 2022-12-31 13:51:29-05:00 America/New_York
- update packaging and metadata
- minimum required Perl is now v5.12
OBS-URL: https://build.opensuse.org/request/show/1046360
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MooseX-Storage-Format-JSONpm?expand=0&rev=7
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ebe0407a7eb1870270e0e2579f097dfd7df2aea3307fb71f324fb69e242cc58f
|
|
||||||
size 13330
|
|
||||||
3
MooseX-Storage-Format-JSONpm-0.093094.tar.gz
Normal file
3
MooseX-Storage-Format-JSONpm-0.093094.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f6c808b720bdf4723855a678b1b9502c74920015c5abc60bdae6ac60d146c584
|
||||||
|
size 16437
|
||||||
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 1 03:11:11 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.093094
|
||||||
|
see /usr/share/doc/packages/perl-MooseX-Storage-Format-JSONpm/Changes
|
||||||
|
|
||||||
|
0.093094 2022-12-31 13:51:29-05:00 America/New_York
|
||||||
|
- update packaging and metadata
|
||||||
|
- minimum required Perl is now v5.12
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 13 16:13:08 UTC 2015 - coolo@suse.com
|
Mon Apr 13 16:13:08 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-MooseX-Storage-Format-JSONpm
|
# spec file for package perl-MooseX-Storage-Format-JSONpm
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -12,23 +12,22 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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-MooseX-Storage-Format-JSONpm
|
|
||||||
Version: 0.093093
|
|
||||||
Release: 0
|
|
||||||
%define cpan_name MooseX-Storage-Format-JSONpm
|
%define cpan_name MooseX-Storage-Format-JSONpm
|
||||||
Summary: a format role for MooseX::Storage using JSON.pm
|
Name: perl-MooseX-Storage-Format-JSONpm
|
||||||
License: Artistic-1.0 or GPL-1.0+
|
Version: 0.093094
|
||||||
Group: Development/Libraries/Perl
|
Release: 0
|
||||||
Url: http://search.cpan.org/dist/MooseX-Storage-Format-JSONpm/
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Source: http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
|
Summary: Format role for MooseX::Storage using JSON.pm
|
||||||
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
|
Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.78
|
||||||
BuildRequires: perl(JSON) >= 2
|
BuildRequires: perl(JSON) >= 2
|
||||||
BuildRequires: perl(Moose)
|
BuildRequires: perl(Moose)
|
||||||
BuildRequires: perl(MooseX::Role::Parameterized)
|
BuildRequires: perl(MooseX::Role::Parameterized)
|
||||||
@@ -45,14 +44,14 @@ Requires: perl(namespace::autoclean)
|
|||||||
a format role for MooseX::Storage using JSON.pm
|
a format role for MooseX::Storage using JSON.pm
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
%{__make} %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__make} test
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
@@ -60,7 +59,7 @@ a format role for MooseX::Storage using JSON.pm
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%doc Changes README
|
||||||
%doc Changes LICENSE README
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user