diff --git a/Test-PerlTidy-20230226.tar.gz b/Test-PerlTidy-20230226.tar.gz deleted file mode 100644 index 1dededf..0000000 --- a/Test-PerlTidy-20230226.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c0e242110795795d4dbb6c44166ce5574f5c7edba78a789d1bcae76685d803c1 -size 14848 diff --git a/Test-PerlTidy-20260110.tar.gz b/Test-PerlTidy-20260110.tar.gz new file mode 100644 index 0000000..8837273 --- /dev/null +++ b/Test-PerlTidy-20260110.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:671d9cf8d8eb74b6a043254ea3b644b91eafb3a6d1e58377cdd3ab70e685c129 +size 15241 diff --git a/perl-Test-PerlTidy.changes b/perl-Test-PerlTidy.changes index 69cdbdb..b124e8d 100644 --- a/perl-Test-PerlTidy.changes +++ b/perl-Test-PerlTidy.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sun Jan 11 05:45:41 UTC 2026 - Tina Müller + +- updated to 20260110.0.0 (20260110) + see /usr/share/doc/packages/perl-Test-PerlTidy/Changes + + 20260110 2026-01-10 + + * Check .psgi and cpanfile files. + * https://github.com/shlomif/Test-PerlTidy/pull/11 + * Thanks to @dboehmer ! + ------------------------------------------------------------------- Mon Feb 27 03:07:46 UTC 2023 - Tina Müller diff --git a/perl-Test-PerlTidy.spec b/perl-Test-PerlTidy.spec index 8d75388..2a5b114 100644 --- a/perl-Test-PerlTidy.spec +++ b/perl-Test-PerlTidy.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Test-PerlTidy # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,18 +18,20 @@ %define cpan_name Test-PerlTidy Name: perl-Test-PerlTidy -Version: 20230226 +Version: 20260110.0.0 Release: 0 +# 20260110 -> normalize -> 20260110.0.0 +%define cpan_version 20260110 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Check that all your files are tidy URL: https://metacpan.org/release/%{cpan_name} -Source0: https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml Source100: README.md BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Module::Build) >= 0.280000 +BuildRequires: perl(Module::Build) >= 0.280 BuildRequires: perl(Path::Tiny) >= 0.100 BuildRequires: perl(Perl::Tidy) >= 20220613 BuildRequires: perl(Test::More) >= 0.88 @@ -39,6 +41,8 @@ Requires: perl(Path::Tiny) >= 0.100 Requires: perl(Perl::Tidy) >= 20220613 Requires: perl(Text::Diff) Requires: perl(parent) +Provides: perl(Test::PerlTidy) = %{version} +%undefine __perllib_provides %{perl_requires} %description @@ -50,17 +54,17 @@ By default, perltidy will be run on files under the current directory and its subdirectories with extensions matching: .pm .pl .PL .t. %prep -%autosetup -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{cpan_version} -p1 %build -perl Build.PL installdirs=vendor -./Build build flags=%{?_smp_mflags} +perl Build.PL --installdirs=vendor +./Build build --flags=%{?_smp_mflags} %check ./Build test %install -./Build install destdir=%{buildroot} create_packlist=0 +./Build install --destdir=%{buildroot} --create_packlist=0 %perl_gen_filelist %files -f %{name}.files