# 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-Test-ClassAPI Version: 1.07 Release: 24.%{__distinit}%{__distvers} Summary: Provides basic first-pass API testing for large class trees License: GPL-1.0-or-later OR Artistic-1.0-Perl URL: https://metacpan.org/release/Test-ClassAPI Source0: https://cpan.metacpan.org/modules/by-module/Test/Test-ClassAPI-%{version}.tar.gz BuildArch: noarch # Module Build BuildRequires: coreutils BuildRequires: findutils BuildRequires: make BuildRequires: perl-generators BuildRequires: perl-interpreter BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(warnings) # Module Runtime BuildRequires: perl(Class::Inspector) >= 1.12 BuildRequires: perl(Config::Tiny) >= 2.00 BuildRequires: perl(File::Spec) >= 0.83 BuildRequires: perl(Params::Util) >= 1.00 BuildRequires: perl(strict) BuildRequires: perl(Test::More) >= 0.47 BuildRequires: perl(vars) # Test Suite BuildRequires: perl(base) # Optional Tests BuildRequires: perl(CPAN::Meta) >= 2.120900 # Dependencies %if 0%{?fedora} < 38 && 0%{?rhel} < 10 Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) %endif %description Provides basic first-pass API testing for large class trees. For many APIs with large numbers of classes, it can be very useful to be able to do a quick once-over to make sure that classes, methods, and inheritance is correct, before doing more comprehensive testing. This module aims to provide such a capability. %prep %setup -q -n Test-ClassAPI-%{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}/Test/ %{_mandir}/man3/Test::ClassAPI.3* %changelog * Sat Jul 1 2023 Paul Howarth - 1.07-24 - Switch upstream from search.cpan.org to metacpan.org - Use SPDX-format license tag - Use %%license unconditionally * Tue Jan 2 2018 Paul Howarth - 1.07-1 - Update to 1.07 - Switch packaging to Dist::Zilla, which makes the distribution installable again on perl 5.27.7 (CPAN RT#123867) - This release by ETHER → update source URL - BR: perl-generators unconditionally - BR: perl-interpreter rather than perl * Wed Jun 14 2017 Paul Howarth - 1.06-30 - Fix building for Perls without '.' in @INC - 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 29 2016 Paul Howarth - 1.06-28 - Classify buildreqs by usage - Simplify find command using -delete * Wed Sep 17 2014 Paul Howarth - 1.06-20 - Drop %%defattr, redundant since rpm 4.4 - Use %%license where possible * Sat Jul 14 2012 Paul Howarth - 1.06-12 - BR: perl(Cwd), perl(File::Path) and perl(Test::More) ≥ 0.47 - Drop support for old distributions prior to FC-3: - Don't need to define %%{perl_vendorlib} - Use DESTDIR rather than PERL_INSTALL_ROOT * Fri Mar 2 2012 Paul Howarth - 1.06-6 - Drop workaround for old Params::Util versions and BR: perl(Params::Util) ≥ 1.00 - Don't need to remove empty directories from buildroot * Thu Jul 7 2011 Paul Howarth - 1.06-5 - Rebuild for perl 5.14.1 in Rawhide - Nobody else likes macros for commands - Fix dist tag for CentOS 6 and Scientific Linux * Thu Jun 24 2010 Paul Howarth - 1.06-4 - Rebuild for perl 5.12.1 in Rawhide * Sun May 30 2010 Paul Howarth - 1.06-3 - Fix dist tag for RHEL-6 Beta * Fri Feb 12 2010 Paul Howarth - 1.06-2 - Dist tag for Rawhide no longer needs special-casing - Use %%{_fixperms} macro rather than our own %%{__chmod} incantation * Tue Jul 14 2009 Paul Howarth - 1.06-1 - Update to 1.06 (build/test updates, no functional changes) - Drop Params::Util version requirement if we can't satisfy it * Thu May 14 2009 Paul Howarth - 1.05-4 - Re-add perl(Test::CPAN::Meta) buildreq - Update to SLES-compatible dist tag macros * Wed Sep 3 2008 Paul Howarth - 1.05-3 - Import from Fedora - Drop perl(Test::CPAN::Meta) buildreq for now * Tue Aug 26 2008 Ralf Corsépius - 1.05-2 - Bump release * Tue Aug 26 2008 Ralf Corsépius - 1.05-1 - Upstream update * Wed Feb 27 2008 Tom "spot" Callaway - 1.04-4 - Rebuild for perl 5.10 (again) * Sun Jan 13 2008 Tom "spot" Callaway - 1.04-3 - Rebuild for new perl * Thu Sep 06 2007 Ralf Corsépius - 1.04-2 - Update license tag * Mon Mar 12 2007 Ralf Corsépius - 1.04-1 - Upstream update - BR: perl(ExtUtils::MakeMaker) * Fri Feb 16 2007 Ralf Corsépius - 1.03-1 - Upstream update * Tue Sep 05 2006 Ralf Corsépius - 1.02-4 - Mass rebuild * Wed Mar 01 2006 Ralf Corsépius - 1.02-3 - Rebuild for perl-5.8.8 * Wed Sep 14 2005 Ralf Corsepius - 1.02-2 - New %%summary - Extend %%description - Don't put README into %%doc (redundant to man page) * Tue Sep 13 2005 Ralf Corsepius - 1.02-1 - Spec file cleanup - FE submission * Wed Jun 22 2005 Ralf Corsepius - 1.02-0.pm.0 - Initial packman version