# 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-Test2-Workflow Version: 0.000018 Release: 1.%{__distinit}%{__distvers} Summary: Interface for writing workflow tools such as RSPEC License: GPL+ or Artistic URL: http://search.cpan.org/dist/Test2-Workflow/ Source0: http://www.cpan.org/authors/id/E/EX/EXODIST/Test2-Workflow-%{version}.tar.gz BuildArch: noarch # Module Build BuildRequires: coreutils BuildRequires: findutils BuildRequires: make BuildRequires: perl >= 4:5.10.1 BuildRequires: perl-generators BuildRequires: perl-interpreter BuildRequires: perl(ExtUtils::MakeMaker) # Module Runtime BuildRequires: perl(base) BuildRequires: perl(Carp) BuildRequires: perl(Exporter) BuildRequires: perl(Importer) >= 0.014 BuildRequires: perl(List::Util) BuildRequires: perl(overload) BuildRequires: perl(Scalar::Util) BuildRequires: perl(strict) BuildRequires: perl(Sub::Info) >= 0.002 BuildRequires: perl(Test2::API) >= 1.302048 BuildRequires: perl(Test2::AsyncSubtest) >= 0.000017 BuildRequires: perl(Test2::Event::Exception) BuildRequires: perl(Test2::Event::Note) BuildRequires: perl(Test2::Event::Skip) BuildRequires: perl(Test2::Todo) >= 0.000034 BuildRequires: perl(Test2::Tools::Mock) BuildRequires: perl(Test2::Util) BuildRequires: perl(Test2::Util::HashBase) BuildRequires: perl(Test2::Util::Sub) BuildRequires: perl(Test2::Util::Trace) BuildRequires: perl(Time::HiRes) BuildRequires: perl(vars) BuildRequires: perl(warnings) # Test Suite BuildRequires: perl(Test2::Bundle::Extended) # Dependencies Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: perl(Importer) >= 0.014 Requires: perl(Test2::API) >= 1.302048 Requires: perl(Test2::AsyncSubtest) >= 0.000017 Requires: perl(Test2::Event::Note) Requires: perl(Test2::Event::Skip) Requires: perl(Test2::Todo) >= 0.000034 # Optional Functionality # Prefers Sub::Util, falls back to Sub::Name %if 0%{?fedora} > 20 || 0%{?rhel} > 7 BuildRequires: perl(Sub::Util) Requires: perl(Sub::Util) %else BuildRequires: perl(Sub::Name) >= 0.11 Requires: perl(Sub::Name) >= 0.11 %endif # Remove under-specified dependencies %global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\((Importer|Test2::API|Test2::AsyncSubtest|Test2::Todo)\\)$ %description These Perl modules intend to do for 'workflow' test tools what Test::Builder and Test2 do for general test tools. The problem with workflow tools is that most do not play well together. These modules provide a very generic/abstract look at workflows that allows tools to be built that accomplish their workflows, but in a way that plays well with others. %prep %setup -q -n Test2-Workflow-%{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 %{perl_vendorlib}/Test2/ %{_mandir}/man3/Test2::Tools::Spec.3* %{_mandir}/man3/Test2::Workflow.3* %{_mandir}/man3/Test2::Workflow::BlockBase.3* %{_mandir}/man3/Test2::Workflow::Build.3* %{_mandir}/man3/Test2::Workflow::Runner.3* %{_mandir}/man3/Test2::Workflow::Task.3* %{_mandir}/man3/Test2::Workflow::Task::Action.3* %{_mandir}/man3/Test2::Workflow::Task::Group.3* %changelog * Wed Feb 1 2017 Paul Howarth - 0.000018-1 - Update to 0.000018 - Use Sub::Info to silence a warning * Thu Aug 11 2016 Paul Howarth - 0.000017-2 - Import from Fedora * Mon Aug 01 2016 Jitka Plesnikova - 0.000017-1 - 0.000017 bump * Fri Jul 29 2016 Petr Pisar - 0.000015-1 - 0.000015 bump * Mon Jul 04 2016 Petr Pisar - 0.000014-1 - 0.000014 bump * Mon Jun 27 2016 Petr Pisar - 0.000012-1 - 0.000012 bump * Thu Jun 23 2016 Petr Pisar - 0.000010-1 - 0.000010 bump * Wed Jun 01 2016 Petr Pisar - 0.000009-1 - 0.000009 bump * Sun May 15 2016 Jitka Plesnikova - 0.000006-2 - Perl 5.24 rebuild * Fri Feb 12 2016 Petr Pisar - 0.000006-1 - Specfile autogenerated by cpanspec 1.78