Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
d97e08d0c0 | |||
cc75832ab5 | |||
a1a754c8fb |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:11dddbb79179fe6229f333ca392f94fdf8ab5cd989cc97d993521a89d5c47ad5
|
||||
size 47429
|
3
Perl-Critic-Community-v1.0.4.tar.gz
Normal file
3
Perl-Critic-Community-v1.0.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3b31624ea0cf4392b8f4397a529515248814a2166697f1a453d58ab6f112d209
|
||||
size 46436
|
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
## Build Results
|
||||
|
||||
Current state of perl in openSUSE:Factory is
|
||||
|
||||

|
||||
|
||||
The current state of perl in the devel project build (devel:languages:perl)
|
||||
|
||||

|
||||
|
||||
|
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 22 21:12:16 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.0.4 (v1.0.4)
|
||||
see /usr/share/doc/packages/perl-Perl-Critic-Community/Changes
|
||||
|
||||
v1.0.4 2024-12-28 17:32:08 EST
|
||||
- Add SplitQuotedPattern policy
|
||||
- Mention 'indirect' and 'multidimensional' features in the appropriate documentation
|
||||
- Replace dependency on Perl::Critic::Pulp with Plicease::ProhibitArrayAssignAref (plicease #55)
|
||||
- Remove Freenode legacy aliases from new versions of the distribution as they will no longer be updated
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 25 03:07:25 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Perl-Critic-Community
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,25 +18,29 @@
|
||||
|
||||
%define cpan_name Perl-Critic-Community
|
||||
Name: perl-Perl-Critic-Community
|
||||
Version: 1.0.3
|
||||
Version: 1.0.4
|
||||
Release: 0
|
||||
# v1.0.4 -> normalize -> 1.0.4
|
||||
%define cpan_version v1.0.4
|
||||
License: Artistic-2.0
|
||||
Summary: Community-inspired Perl::Critic policies
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/D/DB/DBOOK/%{cpan_name}-v%{version}.tar.gz
|
||||
Source0: https://cpan.metacpan.org/authors/id/D/DB/DBOOK/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
Source100: README.md
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(List::Util) >= 1.33
|
||||
BuildRequires: perl(Module::Build)
|
||||
BuildRequires: perl(Module::Build::Tiny) >= 0.034
|
||||
BuildRequires: perl(Module::Metadata)
|
||||
BuildRequires: perl(PPI) >= 1.254
|
||||
BuildRequires: perl(Path::Tiny) >= 0.101
|
||||
BuildRequires: perl(Perl::Critic) >= 1.126
|
||||
BuildRequires: perl(Perl::Critic::Policy::Objects::ProhibitIndirectSyntax) >= 1.126
|
||||
BuildRequires: perl(Perl::Critic::Policy::Plicease::ProhibitArrayAssignAref) >= 100.0.0
|
||||
BuildRequires: perl(Perl::Critic::Policy::Subroutines::ProhibitAmpersandSigils) >= 1.126
|
||||
BuildRequires: perl(Perl::Critic::Policy::ValuesAndExpressions::ProhibitArrayAssignAref) >= 90
|
||||
BuildRequires: perl(Perl::Critic::Policy::Variables::ProhibitConditionalDeclarations) >= 1.126
|
||||
BuildRequires: perl(Perl::Critic::Policy::Variables::ProhibitLoopOnHash) >= 0.005
|
||||
BuildRequires: perl(Perl::Critic::Policy::Variables::RequireLexicalLoopIterators) >= 1.126
|
||||
@@ -47,8 +51,8 @@ Requires: perl(PPI) >= 1.254
|
||||
Requires: perl(Path::Tiny) >= 0.101
|
||||
Requires: perl(Perl::Critic) >= 1.126
|
||||
Requires: perl(Perl::Critic::Policy::Objects::ProhibitIndirectSyntax) >= 1.126
|
||||
Requires: perl(Perl::Critic::Policy::Plicease::ProhibitArrayAssignAref) >= 100.0.0
|
||||
Requires: perl(Perl::Critic::Policy::Subroutines::ProhibitAmpersandSigils) >= 1.126
|
||||
Requires: perl(Perl::Critic::Policy::ValuesAndExpressions::ProhibitArrayAssignAref) >= 90
|
||||
Requires: perl(Perl::Critic::Policy::Variables::ProhibitConditionalDeclarations) >= 1.126
|
||||
Requires: perl(Perl::Critic::Policy::Variables::ProhibitLoopOnHash) >= 0.005
|
||||
Requires: perl(Perl::Critic::Policy::Variables::RequireLexicalLoopIterators) >= 1.126
|
||||
@@ -67,7 +71,7 @@ be used with zero configuration on the command line, some duplication will
|
||||
occur if it is used in combination with core Perl::Critic policies.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-v%{version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||
|
||||
%build
|
||||
perl Build.PL --installdirs=vendor
|
||||
@@ -81,7 +85,7 @@ perl Build.PL --installdirs=vendor
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%doc Changes CONTRIBUTING.md prereqs.yml README
|
||||
%doc Changes CONTRIBUTING.md README
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user