diff --git a/MooseX-Types-Perl-0.101343.tar.gz b/MooseX-Types-Perl-0.101343.tar.gz deleted file mode 100644 index 993c7f0..0000000 --- a/MooseX-Types-Perl-0.101343.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f084beaf3c33209c68d05d4dbc24c25d604a6458b9738d96dceb086c8ef1325a -size 14353 diff --git a/MooseX-Types-Perl-0.101344.tar.gz b/MooseX-Types-Perl-0.101344.tar.gz new file mode 100644 index 0000000..c5828d2 --- /dev/null +++ b/MooseX-Types-Perl-0.101344.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87644354f74fa65235cb2bfca44277930a7eabe51acc5f81fb631530a8355e24 +size 17331 diff --git a/perl-MooseX-Types-Perl.changes b/perl-MooseX-Types-Perl.changes index 40edab2..da22385 100644 --- a/perl-MooseX-Types-Perl.changes +++ b/perl-MooseX-Types-Perl.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Jan 2 03:16:53 UTC 2023 - Tina Müller + +- updated to 0.101344 + see /usr/share/doc/packages/perl-MooseX-Types-Perl/Changes + + 0.101344 2022-12-31 21:34:32-05:00 America/New_York + - update packaging and metadata + - minimum required Perl is now v5.12 + ------------------------------------------------------------------- Mon Mar 10 06:34:22 UTC 2014 - coolo@suse.com diff --git a/perl-MooseX-Types-Perl.spec b/perl-MooseX-Types-Perl.spec index 474b26f..312a1b0 100644 --- a/perl-MooseX-Types-Perl.spec +++ b/perl-MooseX-Types-Perl.spec @@ -1,7 +1,7 @@ # # spec file for package perl-MooseX-Types-Perl # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # 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) # 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-Types-Perl -Version: 0.101343 -Release: 0 %define cpan_name MooseX-Types-Perl +Name: perl-MooseX-Types-Perl +Version: 0.101344 +Release: 0 +License: Artistic-1.0 OR GPL-1.0-or-later Summary: Moose types that check against Perl syntax -License: Artistic-1.0 or GPL-1.0+ -Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/MooseX-Types-Perl/ -Source: http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz +URL: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.78 BuildRequires: perl(MooseX::Types) BuildRequires: perl(MooseX::Types::Moose) BuildRequires: perl(Params::Util) @@ -41,18 +40,18 @@ Requires: perl(version) >= 0.82 %{perl_requires} %description -This library provides MooseX::Types for checking things (mostly strings) +This library provides Moose types for checking things (mostly strings) against syntax that is, or is a reasonable subset of, Perl syntax. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +%make_build %check -%{__make} test +make test %install %perl_make_install @@ -60,7 +59,7 @@ against syntax that is, or is a reasonable subset of, Perl syntax. %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) -%doc Changes LICENSE README +%doc Changes README +%license LICENSE %changelog