forked from pool/perl-Test-PerlTidy
Automatic update to Test-PerlTidy-20260110.tar.gz #1
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c0e242110795795d4dbb6c44166ce5574f5c7edba78a789d1bcae76685d803c1
|
||||
size 14848
|
||||
BIN
Test-PerlTidy-20260110.tar.gz
LFS
Normal file
BIN
Test-PerlTidy-20260110.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 11 05:45:41 UTC 2026 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- 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 <timueller+perl@suse.de>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user