# 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 Name: perl-Perl-PrereqScanner-NotQuiteLite Version: 0.9917 Release: 1.%{__distinit}%{__distvers} Summary: A tool to scan your Perl code for its prerequisites License: GPL-1.0-or-later OR Artistic-1.0-Perl URL: https://metacpan.org/release/Perl-PrereqScanner-NotQuiteLite Source0: https://cpan.metacpan.org/modules/by-module/Perl/Perl-PrereqScanner-NotQuiteLite-%{version}.tar.gz BuildArch: noarch # Module Build BuildRequires: coreutils BuildRequires: findutils BuildRequires: make BuildRequires: perl-generators BuildRequires: perl-interpreter BuildRequires: perl(ExtUtils::MakeMaker::CPANfile) >= 0.08 # Module Runtime BuildRequires: perl(Carp) BuildRequires: perl(constant) BuildRequires: perl(CPAN::Meta::Prereqs) BuildRequires: perl(CPAN::Meta::Requirements) BuildRequires: perl(Data::Dump) BuildRequires: perl(Exporter) >= 5.57 BuildRequires: perl(File::Basename) BuildRequires: perl(File::Find) BuildRequires: perl(File::Glob) BuildRequires: perl(File::Spec) BuildRequires: perl(JSON::PP) BuildRequires: perl(Module::CoreList) BuildRequires: perl(Module::CPANfile) >= 1.1004 BuildRequires: perl(Module::Find) BuildRequires: perl(parent) BuildRequires: perl(Parse::Distname) BuildRequires: perl(Regexp::Trie) BuildRequires: perl(strict) BuildRequires: perl(warnings) # Script Runtime BuildRequires: perl(Getopt::Long) BuildRequires: perl(lib) BuildRequires: perl(Pod::Usage) # Test Suite BuildRequires: perl(File::Path) BuildRequires: perl(File::Temp) BuildRequires: perl(FindBin) BuildRequires: perl(if) BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(Test::UseAllModules) # Dependencies %if 0%{?fedora} < 38 && 0%{?rhel} < 10 Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) %endif Requires: perl(Data::Dump) Requires: perl(JSON::PP) Requires: perl(Module::CoreList) Requires: perl(Module::Find) %if 0%{?fedora} > 22 || 0%{?rhel} > 7 Suggests: perl(CPAN::Common::Index) %endif %description Perl::PrereqScanner::NotQuiteLite is yet another prerequisites scanner. It passes almost all the scanning tests for Perl::PrereqScanner and Module::ExtractUse (i.e. except for a few dubious ones), and runs slightly faster than PPI-based Perl::PrereqScanner. However, it doesn't run as fast as Perl::PrereqScanner::Lite (which uses an XS lexer). Perl::PrereqScanner::NotQuiteLite also recognizes eval. Prerequisites in eval are not considered as requirements, but you can collect them as suggestions. Conditional requirements or requirements loaded in a block are treated as recommends. No-ed modules are stored separately (since 0.94). You may or may not need to merge them into requires. %prep %setup -q -n Perl-PrereqScanner-NotQuiteLite-%{version} %build perl Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install make pure_install DESTDIR=%{buildroot} find %{buildroot} -type f -name .packlist -delete %{_fixperms} -c %{buildroot} %check make test %files %license LICENSE %doc Changes README %{_bindir}/scan-perl-prereqs-nqlite %{perl_vendorlib}/Perl/ %{_mandir}/man1/scan-perl-prereqs-nqlite.1* %{_mandir}/man3/Perl::PrereqScanner::NotQuiteLite.3* %{_mandir}/man3/Perl::PrereqScanner::NotQuiteLite::App.3* %{_mandir}/man3/Perl::PrereqScanner::NotQuiteLite::Context.3* %{_mandir}/man3/Perl::PrereqScanner::NotQuiteLite::Parser::Aliased.3* %{_mandir}/man3/Perl::PrereqScanner::NotQuiteLite::Parser::AnyMoose.3* %{_mandir}/man3/Perl::PrereqScanner::NotQuiteLite::Parser::Autouse.3* %{_mandir}/man3/Perl::PrereqScanner::NotQuiteLite::Parser::Catalyst.3* %{_mandir}/man3/Perl::PrereqScanner::NotQuiteLite::Parser::ClassAccessor.3* %{_mandir}/man3/Perl::PrereqScanner::NotQuiteLite::Parser::ClassAutouse.3* %{_mandir}/man3/Perl::PrereqScanner::NotQuiteLite::Parser::ClassLoad.3* %{_mandir}/man3/Perl::PrereqScanner::NotQuiteLite::Parser::Core.3* %{_mandir}/man3/Perl::PrereqScanner::NotQuiteLite::Parser::Inline.3* %{_mandir}/man3/Perl::PrereqScanner::NotQuiteLite::Parser::KeywordDeclare.3* %{_mandir}/man3/Perl::PrereqScanner::NotQuiteLite::Parser::Later.3* %{_mandir}/man3/Perl::PrereqScanner::NotQuiteLite::Parser::Mixin.3* %{_mandir}/man3/Perl::PrereqScanner::NotQuiteLite::Parser::ModuleRuntime.3* %{_mandir}/man3/Perl::PrereqScanner::NotQuiteLite::Parser::MojoBase.3* %{_mandir}/man3/Perl::PrereqScanner::NotQuiteLite::Parser::Moose.3* %{_mandir}/man3/Perl::PrereqScanner::NotQuiteLite::Parser::MooseXDeclare.3* %{_mandir}/man3/Perl::PrereqScanner::NotQuiteLite::Parser::ObjectPad.3* %{_mandir}/man3/Perl::PrereqScanner::NotQuiteLite::Parser::Only.3* %{_mandir}/man3/Perl::PrereqScanner::NotQuiteLite::Parser::POE.3* %{_mandir}/man3/Perl::PrereqScanner::NotQuiteLite::Parser::PackageVariant.3* %{_mandir}/man3/Perl::PrereqScanner::NotQuiteLite::Parser::Plack.3* %{_mandir}/man3/Perl::PrereqScanner::NotQuiteLite::Parser::Prefork.3* %{_mandir}/man3/Perl::PrereqScanner::NotQuiteLite::Parser::Superclass.3* %{_mandir}/man3/Perl::PrereqScanner::NotQuiteLite::Parser::Syntax.3* %{_mandir}/man3/Perl::PrereqScanner::NotQuiteLite::Parser::SyntaxCollector.3* %{_mandir}/man3/Perl::PrereqScanner::NotQuiteLite::Parser::TestClassMost.3* %{_mandir}/man3/Perl::PrereqScanner::NotQuiteLite::Parser::TestMore.3* %{_mandir}/man3/Perl::PrereqScanner::NotQuiteLite::Parser::TestRequires.3* %{_mandir}/man3/Perl::PrereqScanner::NotQuiteLite::Parser::UniversalVersion.3* %{_mandir}/man3/Perl::PrereqScanner::NotQuiteLite::Parser::Unless.3* %{_mandir}/man3/Perl::PrereqScanner::NotQuiteLite::Tokens.3* %{_mandir}/man3/Perl::PrereqScanner::NotQuiteLite::Util.3* %{_mandir}/man3/Perl::PrereqScanner::NotQuiteLite::Util::CPANfile.3* %{_mandir}/man3/Perl::PrereqScanner::NotQuiteLite::Util::Prereqs.3* %changelog * Fri Apr 28 2023 Paul Howarth - 0.9917-1 - Update to 0.9917 - Update Object::Pad support (:isa/:does) - Use SPDX-format license tag * Fri Apr 8 2022 Paul Howarth - 0.9916-1 - Update to 0.9916 - Ignore core modules with undef version correctly - Drop URI::cpan dependency and use Parse::Distname to parse cpan URI * Fri Apr 1 2022 Paul Howarth - 0.9915-1 - Update to 0.9915 - Add 'optional' option * Mon Sep 13 2021 Paul Howarth - 0.9914-1 - Update to 0.9914 - Support Object::Pad - Drop workaround for building with rpm < 4.10 - Use %%license unconditionally - Fix dist tags for Alma and Rocky Linux * Sun Sep 6 2020 Paul Howarth - 0.9913-1 - Update to 0.9913 - Fix not to dedupe core modules needlessly - Use a main module to represent modules that belong to the same distribution - Dedupe build requires as well - Add URI::cpan to cpanfile * Sun May 10 2020 Paul Howarth - 0.9911-1 - Update to 0.9911 - Changed ::App->run to return processed cpanfile object if 'cpanfile' option is set - Changed ::App->run not to print unless 'print' option is set - Remove cached cpanmeta if prereqs are replaced * Sat Nov 30 2019 Paul Howarth - 0.9909-1 - Update to 0.9909 - Allowed full package names for Plack Middleware * Mon Aug 26 2019 Paul Howarth - 0.9908-1 - Update to 0.9908 - Fixed Win32 path separator issues * Thu Aug 22 2019 Paul Howarth - 0.9907-1 - Update to 0.9907 - Changed scan_also and features options to accept glob expressions - Added "verbose" option to show what's going on * Mon Jul 8 2019 Paul Howarth - 0.9906-1 - Update to 0.9906 - Fixed PackageVariant parser not to die when it finds something other than importing * Fri May 10 2019 Paul Howarth - 0.9905-1 - Update to 0.9905 - Changed scan-perl-prereqs-nqlite to use only :bundled parsers by default - Added perl_minimum_version option - Added feature pragma arg parser - Added indented heredoc and <<$fh>> support - Fixed eval shortcut handling - Fixed parsers to treat several keywords as ops - Fixed various small parser issues (//, regexp after return, heredoc terminator, package version/block, when modifier etc.) - Renamed internal flags * Thu Feb 7 2019 Paul Howarth - 0.9904-1 - Update to 0.9904 - Made sure to exclude local/core/private modules from feature prereqs - Added scan_also/parser/private options * Wed Feb 6 2019 Paul Howarth - 0.9903-2 - Switch upstream URL from search.cpan.org to metacpan.org * Mon Feb 4 2019 Paul Howarth - 0.9903-1 - Update to 0.9903 - Added an option to dedupe modules that belong to the same distribution with the help of CPAN::Common::Index * Sun Feb 3 2019 Paul Howarth - 0.9902-1 - Initial RPM version