# 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-Params-Coerce Version: 0.15 Release: 9.%{__distinit}%{__distvers} Summary: Allows your classes to do coercion of parameters License: GPL-1.0-or-later OR Artistic-1.0-Perl URL: https://metacpan.org/release/Params-Coerce Source0: https://cpan.metacpan.org/modules/by-module/Params/Params-Coerce-%{version}.tar.gz BuildArch: noarch # Module Build BuildRequires: coreutils BuildRequires: findutils BuildRequires: make BuildRequires: perl-generators BuildRequires: perl-interpreter BuildRequires: perl(ExtUtils::MakeMaker) # Module Runtime BuildRequires: perl(Carp) BuildRequires: perl(Params::Util) >= 0.05 BuildRequires: perl(Scalar::Util) >= 1.11 BuildRequires: perl(strict) # Test Suite BuildRequires: perl(File::Spec) BuildRequires: perl(Test::More) >= 0.47 BuildRequires: perl(vars) BuildRequires: perl(warnings) # Dependencies %if 0%{?fedora} < 38 && 0%{?rhel} < 10 Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) %endif %description A big part of good API design is that we should be able to be flexible in the ways that we take parameters. Params::Coerce attempts to encourage this, by making it easier to take a variety of different arguments, while adding negligible additional complexity to your code. %prep %setup -q -n Params-Coerce-%{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 CONTRIBUTING README %{perl_vendorlib}/Params/ %{_mandir}/man3/Params::Coerce.3* %changelog * Mon Mar 27 2023 Paul Howarth - 0.15-9 - Use SPDX-format license tag * Sun Jan 10 2021 Paul Howarth - 0.15-1 - Update to 0.15 - Distribution tooling updates - Use %%license unconditionally * Sun Jun 9 2019 Paul Howarth - 0.14-33 - Perl 5.30 rebuild * Fri Jul 6 2018 Paul Howarth - 0.14-30 - Switch upstream from search.cpan.org to metacpan.org * Thu Apr 19 2018 Paul Howarth - 0.14-28 - BR: perl-generators unconditionally - BR: perl-interpreter rather than perl * Sun Jun 4 2017 Paul Howarth - 0.14-26 - Fix building on Perl without "." in @INC (CPAN RT#121730) - Drop support for EOL distributions prior to F-13 - Drop BuildRoot: and Group: tags - Drop explicit buildroot cleaning in %%install section - Drop explicit %%clean section * Thu Sep 15 2016 Paul Howarth - 0.14-23 - Classify buildreqs by usage - Simplify find command using -delete * Tue Sep 2 2014 Paul Howarth - 0.14-19 - Drop %%defattr, redundant since rpm 4.4 - Use %%license where possible * Wed Jul 4 2012 Paul Howarth - 0.14-12 - BR: perl(Cwd), perl(ExtUtils::MakeMaker), perl(File::Path) and perl(File::Spec) - Don't need to remove empty directories from the buildroot - Drop support for old distributions prior to FC-3: - Don't need to define %%{perl_vendorlib} - Use DESTDIR rather than PERL_INSTALL_ROOT * Wed Feb 15 2012 Paul Howarth - 0.14-11 - Resync with Fedora * Sat Jul 2 2011 Paul Howarth - 0.14-9 - Rebuild for perl 5.14.1 in Rawhide - Nobody else likes macros for commands - Fix dist tag for CentOS 6 and Scientific Linux * Fri Jun 25 2010 Paul Howarth - 0.14-8 - Rebuild for perl 5.12.1 in Rawhide * Wed May 19 2010 Paul Howarth - 0.14-7 - Fix dist tag for RHEL-6 Beta * Fri Jan 29 2010 Paul Howarth - 0.14-6 - Import from Fedora * Mon Dec 7 2009 Stepan Kasal - 0.14-5 - Rebuild against perl 5.10.1 * Sun Jul 26 2009 Fedora Release Engineering - 0.14-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Thu Feb 26 2009 Fedora Release Engineering - 0.14-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Tue Mar 4 2008 Tom "spot" Callaway - 0.14-2 - Rebuild for new perl * Sun Oct 15 2006 Chris Weyl - 0.14-1 - Update to 0.14 * Thu Sep 07 2006 Chris Weyl - 0.13-2 - Add additional verbosity to %%description * Tue Sep 05 2006 Chris Weyl - 0.13-1 - Specfile autogenerated by cpanspec 1.69.1