# 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-File-Slurper Version: 0.014 Release: 2.%{__distinit}%{__distvers} Summary: Simple, sane and efficient module to slurp a file License: GPL-1.0-or-later OR Artistic-1.0-Perl URL: https://metacpan.org/release/File-Slurper Source0: https://cpan.metacpan.org/modules/by-module/File/File-Slurper-%{version}.tar.gz BuildArch: noarch # Build BuildRequires: make BuildRequires: perl-generators BuildRequires: perl-interpreter BuildRequires: perl(ExtUtils::MakeMaker) # Runtime BuildRequires: perl(Carp) BuildRequires: perl(constant) BuildRequires: perl(Encode) >= 2.11 BuildRequires: perl(Exporter) >= 5.57 BuildRequires: perl(PerlIO::encoding) BuildRequires: perl(PerlIO::utf8_strict) BuildRequires: perl(strict) BuildRequires: perl(warnings) # Tests only BuildRequires: perl(File::Spec::Functions) BuildRequires: perl(File::Temp) BuildRequires: perl(FindBin) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Warnings) # Dependencies %if 0%{?fedora} < 38 && 0%{?rhel} < 10 Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version)) %endif Requires: perl(PerlIO::utf8_strict) %description This module provides functions for fast and correct slurping and spewing. All functions are optionally exported. %prep %setup -q -n File-Slurper-%{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 README %{perl_vendorlib}/File/ %{_mandir}/man3/File::Slurper.3* %changelog * Mon Jul 17 2023 Paul Howarth - 0.014-2 - Drop MODULE_COMPAT dependency from Fedora 38 onwards * Sun Dec 18 2022 Paul Howarth - 0.014-1 - Update to 0.014 - Always return an empty file as an empty string - Use SPDX-format license tag * Wed Dec 29 2021 Paul Howarth - 0.013-1 - Update to 0.013 - Always split on newlines in read_lines * Wed Jun 5 2019 Paul Howarth - 0.012-5 - Perl 5.30 rebuild * Mon Jul 9 2018 Paul Howarth - 0.012-3 - Import from Fedora * Thu Jun 28 2018 Jitka Plesnikova - 0.012-2 - Perl 5.28 rebuild * Wed Feb 21 2018 Jitka Plesnikova - 0.012-1 - 0.012 bump * Thu Feb 08 2018 Fedora Release Engineering - 0.011-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Tue Dec 19 2017 Jitka Plesnikova - 0.011-1 - 0.011 bump * Mon Sep 18 2017 Jitka Plesnikova - 0.010-1 - 0.010 bump * Thu Jul 27 2017 Fedora Release Engineering - 0.009-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Mon Jun 05 2017 Jitka Plesnikova - 0.009-3 - Perl 5.26 rebuild * Sat Feb 11 2017 Fedora Release Engineering - 0.009-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Aug 08 2016 Jitka Plesnikova - 0.009-1 - 0.009 bump * Sun May 15 2016 Jitka Plesnikova - 0.008-3 - Perl 5.24 rebuild * Thu Feb 04 2016 Fedora Release Engineering - 0.008-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Tue Sep 08 2015 Petr Ĺ abata 0.008-1 - Initial packaging