# 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-InDistDir Version: 1.112071 Release: 26.%{__distinit}%{__distvers} Summary: Test environment setup for development with IDE License: WTFPL URL: https://metacpan.org/release/Test-InDistDir Source0: https://cpan.metacpan.org/modules/by-module/Test/Test-InDistDir-%{version}.tar.gz BuildArch: noarch # Module Build BuildRequires: coreutils BuildRequires: findutils BuildRequires: make BuildRequires: perl-generators BuildRequires: perl-interpreter BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30 BuildRequires: perl(strict) BuildRequires: perl(warnings) # Module Runtime BuildRequires: perl(File::Spec) BuildRequires: perl(lib) # Test Suite BuildRequires: perl(File::Find) BuildRequires: perl(File::Temp) 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 Perl module helps to run test scripts in integrated development environments (IDE). %prep %setup -q -n Test-InDistDir-%{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.mkdn %{perl_vendorlib}/Test/ %{_mandir}/man3/Test::InDistDir.3* %changelog * Mon Jan 20 2025 Paul Howarth - 1.112071-26 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Mon Jul 22 2024 Paul Howarth - 1.112071-25 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Wed Jul 19 2023 Paul Howarth - 1.112071-21 - Use %%license unconditionally * Fri Apr 26 2019 Paul Howarth - 1.112071-10 - Import from Fedora * Sat Feb 02 2019 Fedora Release Engineering - 1.112071-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering - 1.112071-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu Jun 28 2018 Jitka Plesnikova - 1.112071-7 - Perl 5.28 rebuild * Fri Feb 09 2018 Fedora Release Engineering - 1.112071-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering - 1.112071-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sun Jun 04 2017 Jitka Plesnikova - 1.112071-4 - Perl 5.26 rebuild * Sat Feb 11 2017 Fedora Release Engineering - 1.112071-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Sat May 14 2016 Jitka Plesnikova - 1.112071-2 - Perl 5.24 rebuild * Tue Apr 26 2016 Petr Pisar - 1.112071-1 - Specfile autogenerated by cpanspec 1.78