# 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-File-ShareDir Version: 1.001002 Release: 19.%{__distinit}%{__distvers} Summary: Create a Fake ShareDir for your modules for testing License: GPL-1.0-or-later OR Artistic-1.0-Perl URL: https://metacpan.org/release/Test-File-ShareDir Source0: https://cpan.metacpan.org/modules/by-module/Test/Test-File-ShareDir-%{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(Carp) BuildRequires: perl(Class::Tiny) BuildRequires: perl(Exporter) >= 5.57 BuildRequires: perl(File::Copy::Recursive) BuildRequires: perl(File::ShareDir) >= 1.00 BuildRequires: perl(parent) BuildRequires: perl(Path::Tiny) BuildRequires: perl(Scope::Guard) BuildRequires: perl(strict) BuildRequires: perl(warnings) # Test Suite BuildRequires: perl(Cwd) BuildRequires: perl(File::Spec) BuildRequires: perl(FindBin) BuildRequires: perl(lib) BuildRequires: perl(Test::Fatal) BuildRequires: perl(Test::More) >= 0.96 # Optional Tests BuildRequires: perl(CPAN::Meta) >= 2.120900 BuildRequires: perl(CPAN::Meta::Prereqs) # Dependencies %if 0%{?fedora} < 38 && 0%{?rhel} < 10 Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version)) %endif Requires: perl(File::Copy::Recursive) Requires: perl(Scope::Guard) %description Create a fake ShareDir for your modules for testing. %prep %setup -q -n Test-File-ShareDir-%{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}/Test/ %{_mandir}/man3/Test::File::ShareDir.3* %{_mandir}/man3/Test::File::ShareDir::Dist.3* %{_mandir}/man3/Test::File::ShareDir::Module.3* %{_mandir}/man3/Test::File::ShareDir::Object::Dist.3* %{_mandir}/man3/Test::File::ShareDir::Object::Inc.3* %{_mandir}/man3/Test::File::ShareDir::Object::Module.3* %{_mandir}/man3/Test::File::ShareDir::TempDirObject.3* %{_mandir}/man3/Test::File::ShareDir::Utils.3* %changelog * Fri Jun 30 2023 Paul Howarth - 1.001002-19 - Use SPDX-format license tag - Use %%license unconditionally * Sun Jun 28 2020 Paul Howarth - 1.001002-11 - Perl 5.32 rebuild * Wed Jun 5 2019 Paul Howarth - 1.001002-8 - Perl 5.30 rebuild * Tue Apr 10 2018 Paul Howarth - 1.001002-4 - 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 * Wed Mar 22 2017 Paul Howarth - 1.001002-2 - Import from Fedora * Thu Mar 02 2017 Jitka Plesnikova - 1.001002-1 - 1.001002 bump * Sat Feb 11 2017 Fedora Release Engineering - 1.001001-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon May 16 2016 Jitka Plesnikova - 1.001001-5 - Perl 5.24 rebuild * Thu Feb 04 2016 Fedora Release Engineering - 1.001001-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Thu Jun 18 2015 Fedora Release Engineering - 1.001001-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sat Jun 06 2015 Jitka Plesnikova - 1.001001-2 - Perl 5.22 rebuild * Fri Mar 20 2015 Petr Šabata - 1.001001-1 - 1.001001 bump * Mon Nov 10 2014 Petr Šabata - 1.000005-1 - 1.000005 bump * Fri Aug 29 2014 Jitka Plesnikova - 0.3.1-6 - Perl 5.20 rebuild * Sat Jun 07 2014 Fedora Release Engineering - 0.3.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sun Aug 04 2013 Fedora Release Engineering - 0.3.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Wed Jul 31 2013 Petr Pisar - 0.3.1-3 - Perl 5.18 rebuild * Thu Feb 14 2013 Fedora Release Engineering - 0.3.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Sun Jul 29 2012 Iain Arnell 0.3.1-1 - Specfile autogenerated by cpanspec 1.79.