# 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-DynaLoader-Functions Version: 0.004 Release: 1.%{__distinit}%{__distvers} Summary: Deconstructed dynamic C library loading License: GPL-1.0-or-later OR Artistic-1.0-Perl URL: https://metacpan.org/release/DynaLoader-Functions Source0: https://cpan.metacpan.org/authors/id/Z/ZE/ZEFRAM/DynaLoader-Functions-%{version}.tar.gz BuildArch: noarch # Module Build BuildRequires: coreutils BuildRequires: findutils BuildRequires: perl-generators BuildRequires: perl-interpreter BuildRequires: perl(Module::Build) BuildRequires: perl(strict) BuildRequires: perl(warnings) # Module Runtime BuildRequires: perl(Carp) BuildRequires: perl(constant) BuildRequires: perl(DynaLoader) BuildRequires: perl(Exporter) BuildRequires: perl(parent) # Test Suite BuildRequires: perl-devel BuildRequires: perl(Test::More) # Optional Tests BuildRequires: perl(ExtUtils::CBuilder) >= 0.280209 BuildRequires: perl(File::Spec) BuildRequires: perl(Test::Pod) >= 1.00 BuildRequires: perl(Test::Pod::Coverage) # Dependencies %if 0%{?fedora} < 38 && 0%{?rhel} < 10 Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) %endif Requires: perl(Carp) Requires: perl(DynaLoader) # Avoid VMS-specific dependencies %global __requires_exclude %{?__requires_exclude:%__requires_exclude|}perl\\(VMS::Filespec\\) %description This module provides a function-based interface to dynamic loading as used by Perl. Some details of dynamic loading are very platform-dependent, so correct use of these functions requires the programmer to be mindful of the space of platform variations. %prep %setup -q -n DynaLoader-Functions-%{version} %build perl Build.PL --installdirs=vendor --optimize="%{optflags}" ./Build %install ./Build install --destdir=%{buildroot} --create_packlist=0 find %{buildroot} -type f -name '*.bs' -empty -delete %{_fixperms} -c %{buildroot} %check ./Build test %files %doc Changes README %{perl_vendorlib}/DynaLoader/ %{_mandir}/man3/DynaLoader::Functions.3* %changelog * Fri Apr 7 2023 Paul Howarth - 0.004-1 - Update to 0.004 - Port test C code to Perl 5.33.1, which defines a PERL_VERSION_GE() macro that clashes with the one this code previously had - In test C code, avoid a compiler warning that arises on Perl 5.20 - In test C code, rename some macros for better style - In test C code, better argument parenthesisation in a macro - Switch upstream from search.cpan.org to metacpan.org - Use SPDX-format license tag - Avoid use of deprecated patch syntax * Thu Jun 6 2019 Paul Howarth - 0.003-6 - Perl 5.30 rebuild * Wed Aug 2 2017 Paul Howarth - 0.003-1 - Update to 0.003 - Update linkable-finding code to handle new Windows builds with variant filename extension for loadable files - Explicitly load the Config module rather than relying on DynaLoader to do it - No longer include a Makefile.PL in the distribution - In documentation, use four-column indentation for all verbatim material - In META.{yml,json}, point to public bug tracker * Mon Jul 17 2017 Paul Howarth - 0.002-10 - Import from Fedora * Sun Jun 04 2017 Jitka Plesnikova - 0.002-9 - Perl 5.26 rebuild * Sat Feb 11 2017 Fedora Release Engineering - 0.002-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Sun May 15 2016 Jitka Plesnikova - 0.002-7 - Perl 5.24 rebuild * Thu Feb 04 2016 Fedora Release Engineering - 0.002-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Thu Jun 18 2015 Fedora Release Engineering - 0.002-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Fri Jun 05 2015 Jitka Plesnikova - 0.002-4 - Perl 5.22 rebuild * Wed Aug 27 2014 Jitka Plesnikova - 0.002-3 - Perl 5.20 rebuild * Sat Jun 07 2014 Fedora Release Engineering - 0.002-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Wed Aug 21 2013 Jitka Plesnikova - 0.002-1 - 0.002 bump * Sat Aug 03 2013 Fedora Release Engineering - 0.001-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Fri Jul 19 2013 Petr Pisar - 0.001-7 - Perl 5.18 rebuild * Thu Feb 14 2013 Fedora Release Engineering - 0.001-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Fri Jul 20 2012 Fedora Release Engineering - 0.001-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Thu Jun 28 2012 Petr Pisar - 0.001-4 - Perl 5.16 rebuild * Thu Jun 28 2012 Jitka Plesnikova - 0.001-3 - Update Requires - Exclude requires VMS::Filespec * Tue Jun 12 2012 Petr Pisar - 0.001-2 - Perl 5.16 rebuild * Thu Feb 09 2012 Petr Pisar - 0.001-1 - 0.001 bump * Fri Jan 13 2012 Fedora Release Engineering - 0.000-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Fri Jul 22 2011 Petr Sabata - 0.000-2 - Perl mass rebuild * Mon Jul 11 2011 Petr Pisar - 0.000-1 - Specfile autogenerated by cpanspec 1.78 - Remove BuildRoot and defattr