# 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-Taint-Runtime Version: 0.03 Release: 53.%{__distinit}%{__distvers} Summary: Runtime enable taint checking License: GPL-1.0-or-later OR Artistic-1.0-Perl URL: https://metacpan.org/release/Taint-Runtime Source0: https://cpan.metacpan.org/modules/by-module/Taint/Taint-Runtime-%{version}.tar.gz # Module Build BuildRequires: coreutils BuildRequires: findutils BuildRequires: gcc BuildRequires: make BuildRequires: perl-devel BuildRequires: perl-generators BuildRequires: perl-interpreter BuildRequires: perl(ExtUtils::MakeMaker) # Module Runtime BuildRequires: perl(Carp) BuildRequires: perl(Exporter) BuildRequires: perl(strict) BuildRequires: perl(vars) BuildRequires: perl(XSLoader) # 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 Requires: perl(Carp) # Don't "provide" private Perl libs %{?perl_default_filter} %description This module enables runtime taint checking, for cases where the -T switch on the command line is not appropriate or viable. There are a somewhat limited number of legitimate use cases where you should use this module instead of the -T switch. Unless you have a specific and good reason for not using the -T option, you should use the -T option. %prep %setup -q -n Taint-Runtime-%{version} chmod -c +x is_taint_bench.pl %build perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" make %{?_smp_mflags} %install make pure_install DESTDIR=%{buildroot} find %{buildroot} -type f -name .packlist -delete find %{buildroot} -type f -name '*.bs' -empty -delete %{_fixperms} -c %{buildroot} %check make test %files %doc Changes README %{perl_vendorarch}/auto/Taint/ %{perl_vendorarch}/Taint/ %{_mandir}/man3/Taint::Runtime.3* %changelog * Wed Jun 12 2024 Paul Howarth - 0.03-53 - Perl 5.40 rebuild * Tue Jul 11 2023 Paul Howarth - 0.03-49 - Perl 5.38 rebuild * Sat May 13 2023 Paul Howarth - 0.03-48 - Use SPDX-format license tag * Tue May 31 2022 Paul Howarth - 0.03-45 - Perl 5.36 rebuild * Fri May 21 2021 Paul Howarth - 0.03-42 - Perl 5.34 rebuild * Wed Jun 24 2020 Paul Howarth - 0.03-39 - Perl 5.32 rebuild * Thu May 30 2019 Paul Howarth - 0.03-36 - Perl 5.30 rebuild * Wed Jun 27 2018 Paul Howarth - 0.03-33 - Perl 5.28 rebuild * Fri Mar 23 2018 Paul Howarth - 0.03-32 - 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 - BR: perl-devel unconditionally * Wed Sep 28 2016 Paul Howarth - 0.03-27 - Classify buildreqs by usage - Simplify find commands using -delete * Thu Aug 28 2014 Paul Howarth - 0.03-23 - Drop %%defattr, redundant since rpm 4.4 * Tue Jun 12 2012 Paul Howarth - 0.03-15 - BR: perl(Exporter), perl(ExtUtils::MakeMaker) and perl(XSLoader) - 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_vendorarch} - Use DESTDIR rather than PERL_INSTALL_ROOT - Use %%{_fixperms} macro rather than our own chmod incantation * Tue Jul 5 2011 Paul Howarth - 0.03-13 - Rebuild for perl 5.14.1 in Rawhide - Nobody else likes macros for commands - Fix dist tag for CentOS 6 and Scientific Linux * Wed Jun 23 2010 Paul Howarth - 0.03-11 - Rebuild for perl 5.12.1 in Rawhide * Mon May 31 2010 Paul Howarth - 0.03-10 - Fix dist tag for RHEL-6 Beta * Wed Mar 3 2010 Paul Howarth - 0.03-9 - Dist tag for Rawhide no longer needs special-casing * Sun Sep 27 2009 Paul Howarth - 0.03-8 - Use %%{?perl_default_filter} for provides filter * Thu Mar 5 2009 Paul Howarth - 0.03-7 - Filter out unwanted provides for perl shared objects - Update to SLES-compatible dist tag macros * Mon Sep 1 2008 Paul Howarth - 0.03-6 - Import from Fedora * Wed Feb 27 2008 Tom "spot" Callaway - 0.03-5 - Rebuild for perl 5.10 (again) * Tue Feb 19 2008 Fedora Release Engineering - 0.03-4 - Autorebuild for GCC 4.3 * Fri Jan 11 2008 Tom "spot" Callaway 0.03-3 - Rebuild for new perl * Sun Aug 26 2007 Tom "spot" Callaway 0.03-2 - License tag fix, rebuild for ppc32 * Tue Jul 24 2007 Tom "spot" Callaway 0.03-1.1 - BR: perl(Test::More) * Thu Jul 19 2007 Tom "spot" Callaway 0.03-1 - Bump to 0.03 * Fri Sep 15 2006 Tom "spot" Callaway 0.02-2 - Bump for FC-6 * Fri Mar 31 2006 Tom "spot" Callaway 0.02-1 - Initial package for Fedora Extras