# 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-LongString Version: 0.17 Release: 26.%{__distinit}%{__distvers} Summary: Perl module to test long strings License: GPL-1.0-or-later OR Artistic-1.0-Perl URL: https://metacpan.org/release/Test-LongString Source0: https://cpan.metacpan.org/modules/by-module/Test/Test-LongString-%{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(Exporter) BuildRequires: perl(strict) BuildRequires: perl(Test::Builder) >= 0.12 BuildRequires: perl(vars) BuildRequires: perl(warnings) # Test Suite BuildRequires: perl(Test::Builder::Tester) BuildRequires: perl(Test::Builder::Tester::Color) BuildRequires: perl(Test::More) # Optional Tests BuildRequires: perl(Test::Pod) >= 1.14 BuildRequires: perl(Test::Pod::Coverage) >= 1.04 # Dependencies %if 0%{?fedora} < 38 && 0%{?rhel} < 10 Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) %endif %description This module provides some drop-in replacements for the string comparison functions of Test::More, but which are more suitable when you test against long strings. If you've ever had to search for text in a multi-line string like an HTML document, or find specific items in binary data, this is the module for you. %prep %setup -q -n Test-LongString-%{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 %doc Changes README %{perl_vendorlib}/Test/ %{_mandir}/man3/Test::LongString.3* %changelog * Thu Jun 29 2023 Paul Howarth - 0.17-26 - Use SPDX-format license tag - Switch upstream from search.cpan.org to metacpan.org * Mon Apr 9 2018 Paul Howarth - 0.17-10 - BR: perl-generators unconditionally - BR: perl-interpreter rather than perl - 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 * Mon Oct 3 2016 Paul Howarth - 0.17-6 - BR: perl-generators where available - Simplify find command using -delete * Fri Nov 7 2014 Paul Howarth - 0.17-1 - Update to 0.17 - Regenerate tarball, update Changes * Wed Sep 24 2014 Paul Howarth - 0.16-1 - Update to 0.16 - Force comparison to use string context (CPAN RT#77966) - Documentation and metadata updates - Classify buildreqs by usage - Re-pack tarball to get rid of SCHILY.* pax headers that break extraction on old distributions * Mon Sep 1 2014 Paul Howarth - 0.15-10 - Drop %%defattr, redundant since rpm 4.4 * Sat Jun 30 2012 Paul Howarth - 0.15-4 - BR: perl(Exporter) - 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 * Thu Jul 7 2011 Paul Howarth - 0.15-2 - Rebuild for perl 5.14.1 in Rawhide - Nobody else likes macros for commands - Fix dist tag for CentOS 6 and Scientific Linux * Tue Feb 8 2011 Paul Howarth - 0.15-1 - Update to 0.15 (show line and column number in diagnostics) * Mon Sep 27 2010 Paul Howarth - 0.14-1 - Update to 0.14 (compatibility fix with perl 5.13.5) * Thu Jun 24 2010 Paul Howarth - 0.13-3 - Rebuild for perl 5.12.1 in Rawhide * Wed May 19 2010 Paul Howarth - 0.13-2 - Fix dist tag for RHEL-6 Beta * Sun Jan 31 2010 Paul Howarth - 0.13-1 - Update to 0.13 (allow to display LCSS output in diagnostics) - Use %%{_fixperms} macro instead of our own %%{__chmod} incantation * Tue Jan 12 2010 Paul Howarth - 0.12-1 - Update to 0.12 (show longest common substring in diagnostics) - Dist tag for Rawhide no longer needs special-casing * Mon Aug 10 2009 Paul Howarth - 0.11-6 - Import from Fedora * Sun Jul 26 2009 Fedora Release Engineering - 0.11-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Thu Feb 26 2009 Fedora Release Engineering - 0.11-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Wed Mar 05 2008 Tom "spot" Callaway - 0.11-3 - Rebuild for new perl * Thu Sep 06 2007 Ralf Corsépius - 0.11-2 - BR: perl(ExtUtils::MakeMaker) - Update license tag * Wed Feb 21 2007 Ralf Corsépius - 0.11-1 - Upstream update - For now, ignore BR: perl(Test::Builder::Tester) > 1.04 * Wed Feb 21 2007 Ralf Corsépius - Preps for 0.11; deactivated, because perl(Test::Builder::Tester) on all current Fedoras is too old for this to be applicable * Fri Nov 03 2006 Ralf Corsépius - 0.10-1 - Upstream update * Tue Sep 05 2006 Ralf Corsépius - 0.09-3 - Mass rebuild * Wed Mar 01 2006 Ralf Corsépius - 0.09-2 - Rebuild for perl-5.8.8 * Fri Oct 07 2005 Ralf Corsepius - 0.09-1 - Upstream update * Fri Aug 19 2005 Ralf Corsepius - 0.08-2 - Spec cleanup * Thu Aug 11 2005 Ralf Corsepius - 0.08-1 - FE submission