# Detect the distribution in use %global __despace head -n 1 | tr -d '[:space:]' | sed -e 's/[(].*[)]//g' %global __lower4 cut -c 1-4 | tr '[:upper:]' '[:lower:]' %global __distfile %([ -f /etc/SuSE-release ] && echo /etc/SuSE-release || echo /etc/redhat-release) %global __distinit %(sed -e 's/ release .*//' -e 's/\\([A-Za-z]\\)[^ ]*/\\1/g' %{__distfile} | %{__despace} | %{__lower4}) %global __distvers %(sed -e 's/.* release \\([^. ]*\\).*/\\1/' %{__distfile} | %{__despace}) # Identify Alma, CentOS, CentOS Stream and Rocky Linux as rhel %if "%{__distinit}" == "a" || "%{__distinit}" == "c" || "%{__distinit}" == "cl" || "%{__distinit}" == "cs" || "%{__distinit}" == "rl" %global __distinit rhel %endif # Dist tag for Fedora is still "fc" %if "%{__distinit}" == "f" %global __distinit fc %endif # Prevent generation of debuginfo-related files not in package MANIFEST %global debug_package %{nil} Name: perl-Perl-Critic-Deprecated Version: 1.119 Release: 27.%{__distinit}%{__distvers} Summary: Perl::Critic policies that have been superseded by others License: GPL-1.0-or-later OR Artistic-1.0-Perl URL: https://metacpan.org/release/Perl-Critic-Deprecated Source0: https://cpan.metacpan.org/modules/by-module/Perl/Perl-Critic-Deprecated-%{version}.tar.gz Patch0: Perl-Critic-Deprecated-1.119-stopwords.patch BuildArch: noarch # Module Build BuildRequires: coreutils BuildRequires: findutils BuildRequires: perl-generators BuildRequires: perl-interpreter BuildRequires: perl(Module::Build) BuildRequires: sed # Module Runtime BuildRequires: perl(base) BuildRequires: perl(Carp) BuildRequires: perl(English) BuildRequires: perl(Exporter) BuildRequires: perl(List::MoreUtils) BuildRequires: perl(Perl::Critic::Policy) >= 1.094 BuildRequires: perl(Perl::Critic::Utils) >= 1.094 BuildRequires: perl(PPI::Node) BuildRequires: perl(Readonly) BuildRequires: perl(strict) BuildRequires: perl(warnings) # Test Suite BuildRequires: perl(Perl::Critic::TestUtils) >= 1.094 BuildRequires: perl(Test::More) BuildRequires: perl(version) # Extra Tests BuildRequires: perl(File::Find) BuildRequires: perl(File::Slurp) BuildRequires: perl(Test::Distribution) BuildRequires: perl(Test::Kwalitee) BuildRequires: perl(Test::Perl::Critic) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) # Dependencies %if 0%{?fedora} < 38 && 0%{?rhel} < 10 Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) %endif Requires: perl(Perl::Critic::Policy) >= 1.094 Requires: perl(Perl::Critic::Utils) >= 1.094 # Filter underspecified dependencies %global __requires_exclude ^perl\\(Perl::Critic::(Policy|Utils)\\)$ %description Some Perl::Critic policies and modules have had their functionality superseded by others and thus merely slow things down when analyzing code. They are put here in case anyone still wants/needs to use them. %prep %setup -q -n Perl-Critic-Deprecated-%{version} # Add some stopwords for the spell checking test %patch -P 0 # Remove date-sensitive copyright.t, which also upsets Perl::Critic # (#1139503) rm xt/author/copyright.t sed -i -e '/copyright\.t/d' MANIFEST %build perl Build.PL --installdirs=vendor ./Build %install ./Build install --destdir=%{buildroot} --create_packlist=0 %{_fixperms} -c %{buildroot} %check ./Build test ./Build test --test_files="$(echo $(find xt/ -name '*.t'))" %files %license LICENSE %doc Changes README %{perl_vendorlib}/Perl/ %{_mandir}/man3/Perl::Critic::Deprecated.3* %{_mandir}/man3/Perl::Critic::Policy::Miscellanea::RequireRcsKeywords.3* %{_mandir}/man3/Perl::Critic::Policy::NamingConventions::ProhibitMixedCaseSubs.3* %{_mandir}/man3/Perl::Critic::Policy::NamingConventions::ProhibitMixedCaseVars.3* %{_mandir}/man3/Perl::Critic::Utils::PPIRegexp.3* %changelog * Wed May 10 2023 Paul Howarth - 1.119-27 - Use SPDX-format license tag - Avoid use of deprecated patch syntax - No longer need to set LANG for spell check * Sat Jan 1 2022 Paul Howarth - 1.119-22 - Dictionary aspell-en no longer needed for spelling check - Use %%license unconditionally * Sun Jun 9 2019 Paul Howarth - 1.119-15 - Perl 5.30 rebuild * Tue Apr 17 2018 Paul Howarth - 1.119-11 - Add some stopwords for the spell checking test - BR: perl-generators unconditionally - BR: perl-interpreter rather than perl * Tue Sep 20 2016 Paul Howarth - 1.119-7 - BR: perl-generators where available * Tue Sep 16 2014 Paul Howarth - 1.119-3 - Avoid copyright.t, which is date-sensitive and upsets Perl::Critic too - Drop %%defattr, redundant since rpm 4.4 - Use %%license where possible * Tue Oct 29 2013 Paul Howarth - 1.119-1 - Update to 1.119 - Ship a LICENSE file - Mention Miscellanea::RequireRcsKeywords in the documentation for Perl::Critic::Deprecated (CPAN RT#89840) * Tue Oct 29 2013 Paul Howarth - 1.118-1 - Import from Fedora - Update to 1.118 * Sun Aug 04 2013 Fedora Release Engineering - 1.108-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Tue Jul 30 2013 Petr Pisar - 1.108-8 - Perl 5.18 rebuild * Thu Feb 14 2013 Fedora Release Engineering - 1.108-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Fri Jul 20 2012 Fedora Release Engineering - 1.108-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Wed Jun 20 2012 Petr Pisar - 1.108-5 - Perl 5.16 rebuild * Fri Jan 13 2012 Fedora Release Engineering - 1.108-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Tue Jul 26 2011 Petr Pisar - 1.108-3 - RPM 4.9 dependency filtering added * Tue Jul 19 2011 Petr Sabata - 1.108-2 - Perl mass rebuild * Wed Mar 02 2011 Petr Pisar - 1.108-1 - Specfile autogenerated by cpanspec 1.78 - Summary shortened - Remove BuildRoot stuff