# 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-Perl6-Junction Version: 1.60000 Release: 28.%{__distinit}%{__distvers} Summary: Perl6 style Junction operators in Perl5 License: GPL-1.0-or-later OR Artistic-1.0-Perl URL: https://metacpan.org/release/Perl6-Junction Source0: https://cpan.metacpan.org/modules/by-module/Perl6/Perl6-Junction-%{version}.tar.gz BuildArch: noarch # Module Build BuildRequires: coreutils BuildRequires: findutils BuildRequires: make BuildRequires: perl-generators BuildRequires: perl-interpreter BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: sed # Module Runtime BuildRequires: perl(base) BuildRequires: perl(Exporter) BuildRequires: perl(overload) BuildRequires: perl(strict) # Test Suite BuildRequires: perl(Test::More) # Dependencies %if 0%{?fedora} < 38 && 0%{?rhel} < 10 Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) %endif %description Perl6 style Junction operators in Perl5. This is a lightweight module that provides 'Junction' operators, the most commonly used being 'any' and 'all'. Inspired by the Perl6 design docs, . Provides a limited subset of the functionality of L. %prep %setup -q -n Perl6-Junction-%{version} # Fix line endings sed -i -e 's/\r$//' Changes %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}/Perl6/ %{_mandir}/man3/Perl6::Junction.3* %changelog * Thu May 11 2023 Paul Howarth - 1.60000-28 - Use SPDX-format license tag * Mon Jan 18 2021 Paul Howarth - 1.60000-21 - Switch upstream from search.cpan.org to metacpan.org * Tue Apr 17 2018 Paul Howarth - 1.60000-11 - 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 * Fri Sep 16 2016 Paul Howarth - 1.60000-7 - Classify buildreqs by usage - Simplify find command using -delete - Drop %%defattr, redundant since rpm 4.4 * Wed Aug 21 2013 Paul Howarth - 1.60000-1 - Update to 1.60000 - Removed support for smartmatch - as of perl 5.18.0 smartmatch is marked as experimental, and subject to change or removal * Thu Jul 25 2013 Paul Howarth - 1.50000-3 - Suppress 'Smartmatch is experimental' warnings on 5.18+ (CPAN RT#85699) * Wed Sep 12 2012 Paul Howarth - 1.50000-1 - Update to 1.50000 - Add support for smartmatch (~~) for perl 5.10.1 and higher * Mon Jun 11 2012 Paul Howarth - 1.40000-10 - BR: perl(base) and 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 * Tue Aug 16 2011 Paul Howarth - 1.40000-9 - Import from Fedora * Fri Jun 17 2011 Marcela Mašláňová - 1.40000-8 - Perl mass rebuild * Tue Feb 08 2011 Fedora Release Engineering - 1.40000-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Tue Dec 21 2010 Marcela Maslanova - 1.40000-6 - Rebuild to fix problems with vendorarch/lib (#661697) * Tue May 04 2010 Marcela Maslanova - 1.40000-5 - Mass rebuild with perl-5.12.0 * Mon Dec 7 2009 Stepan Kasal - 1.40000-4 - Rebuild against perl 5.10.1 * Sun Jul 26 2009 Fedora Release Engineering - 1.40000-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Thu Feb 26 2009 Fedora Release Engineering - 1.40000-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Sun Jan 25 2009 Allisson Azevedo - 1.40000-1 - Initial RPM release