# 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-utf8 Version: 1.03 Release: 1.%{__distinit}%{__distvers} Summary: Handy utf8 tests License: GPL-1.0-or-later OR Artistic-1.0-Perl URL: https://metacpan.org/release/Test-utf8 Source0: https://www.cpan.org/modules/by-module/Test/Test-utf8-%{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(FindBin) BuildRequires: perl(lib) # Module Runtime BuildRequires: perl(base) BuildRequires: perl(charnames) BuildRequires: perl(Encode) BuildRequires: perl(Exporter) BuildRequires: perl(strict) BuildRequires: perl(Test::Builder) BuildRequires: perl(warnings) # Test Suite BuildRequires: perl(Test::Builder::Tester) >= 0.09 BuildRequires: perl(Test::More) # Dependencies %if 0%{?fedora} < 38 && 0%{?rhel} < 10 Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) %endif %description This module is a collection of tests that's useful when dealing with utf8 strings in Perl. %prep %setup -q -n Test-utf8-%{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::utf8.3* %changelog * Fri Nov 15 2024 Paul Howarth - 1.03-1 - Update to 1.03 - Fix tests to adapt to Perl removing apostrophe as package separator (CPAN RT#154915) - Upgraded distro files like packaged Module::Install version and META.yml, to avoid other looming Perl deprecation issues - Switch source URL from cpan.metacpan.org to www.cpan.org to work around ongoing issues with metacpan * Mon Jun 26 2023 Paul Howarth - 1.02-10 - Use SPDX-format license tag * Wed Jun 24 2020 Paul Howarth - 1.02-2 - Perl 5.32 rebuild * Mon Mar 2 2020 Paul Howarth - 1.02-1 - Update to 1.02 - Fix building on Perl without "." in @INC (CPAN RT#120706) - Fix to link to the GitHub repo (GH#3) * Sun Jun 2 2019 Paul Howarth - 1.01-15 - Perl 5.30 rebuild * Thu Apr 5 2018 Paul Howarth - 1.01-10 - BR: perl-generators unconditionally - BR: perl-interpreter rather than perl * Sun Jun 4 2017 Paul Howarth - 1.01-8 - Fix building on Perl without "." in @INC (CPAN RT#120706) - 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 * Fri Oct 7 2016 Paul Howarth - 1.01-5 - BR: perl-generators where available - Simplify find command using -delete * Wed Sep 24 2014 Paul Howarth - 1.01-1 - Import from Fedora - Update to 1.01 - Fix unnecessary warning caused by using /x (CPAN RT#88189, https://github.com/2shortplanks/Test-utf8/pull/2) * Wed Aug 27 2014 Jitka Plesnikova - 1.00-8 - Perl 5.20 rebuild * Sat Jun 07 2014 Fedora Release Engineering - 1.00-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sun Aug 04 2013 Fedora Release Engineering - 1.00-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Wed Jul 17 2013 Petr Pisar - 1.00-5 - Perl 5.18 rebuild * Thu Feb 14 2013 Fedora Release Engineering - 1.00-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Fri Jul 20 2012 Fedora Release Engineering - 1.00-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Fri Jun 08 2012 Petr Pisar - 1.00-2 - Perl 5.16 rebuild * Tue Feb 21 2012 Iain Arnell 1.00-1 - update to latest upstream version - converted to EU::MM * Fri Jan 13 2012 Fedora Release Engineering - 0.02-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Mon Jun 20 2011 Petr Sabata - 0.02-5 - Perl mass rebuild - Remove now obsolete Buildroot and defattr * Wed Feb 09 2011 Fedora Release Engineering - 0.02-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Wed Dec 22 2010 Marcela Maslanova - 0.02-3 - 661697 rebuild for fixing problems with vendorach/lib * Sat Jun 26 2010 Iain Arnell 0.02-2 - drop explicit Test::Builder requires * Wed Jun 23 2010 Iain Arnell 0.02-1 - Specfile autogenerated by cpanspec 1.78.