# 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-Tie-RefHash-Weak Version: 0.09 Release: 41.%{__distinit}%{__distvers} Summary: Tie::RefHash subclass with weakened references in the keys License: GPL-1.0-or-later OR Artistic-1.0-Perl URL: https://metacpan.org/release/Tie-RefHash-Weak Source0: https://cpan.metacpan.org/modules/by-module/Tie/Tie-RefHash-Weak-%{version}.tar.gz BuildArch: noarch # Module Build BuildRequires: coreutils BuildRequires: findutils BuildRequires: make BuildRequires: perl-generators BuildRequires: perl-interpreter BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Task::Weaken) # Module Runtime BuildRequires: perl(B) BuildRequires: perl(base) BuildRequires: perl(Exporter) BuildRequires: perl(overload) BuildRequires: perl(Scalar::Util) BuildRequires: perl(strict) BuildRequires: perl(Tie::RefHash) >= 1.34 BuildRequires: perl(Variable::Magic) BuildRequires: perl(warnings) BuildRequires: perl(warnings::register) # Test Suite BuildRequires: perl(Config) BuildRequires: perl(Symbol) BuildRequires: perl(Test::More) BuildRequires: perl(threads) # Dependencies %if 0%{?fedora} < 38 && 0%{?rhel} < 10 Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) %endif %description The Tie::RefHash module can be used to access hashes by reference. This is useful when you index by object, for example. %prep %setup -q -n Tie-RefHash-Weak-%{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 %doc Changes TODO %{perl_vendorlib}/Tie/ %{_mandir}/man3/Tie::RefHash::Weak.3* %changelog * Thu Jun 1 2023 Paul Howarth - 0.09-41 - Use SPDX-format license tag * Sat Jun 1 2019 Paul Howarth - 0.09-29 - Perl 5.30 rebuild * Tue Apr 3 2018 Paul Howarth - 0.09-25 - 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 * Fri Oct 14 2016 Paul Howarth - 0.09-21 - Classify buildreqs by usage - Simplify find command using -delete * Thu Sep 11 2014 Paul Howarth - 0.09-17 - Perl 5.20 rebuild * Fri Jul 13 2012 Paul Howarth - 0.09-11 - BR: perl(threads) * Mon Mar 26 2012 Paul Howarth - 0.09-10 - BR: perl(base) and perl(Scalar::Util) - Don't need to remove empty directories from buildroot - Drop compatibility with distributions prior to F-9: - Drop %%defattr, redundant since rpm 4.4 - Use DESTDIR rather than PERL_INSTALL_ROOT * Tue Jul 5 2011 Paul Howarth - 0.09-9 - Rebuild for perl 5.14.1 in Rawhide - Fix dist tag for CentOS 6 and Scientific Linux * Wed May 4 2011 Paul Howarth - 0.09-8 - Import from Fedora * Wed Feb 09 2011 Fedora Release Engineering - 0.09-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Thu Dec 23 2010 Marcela Maslanova - 0.09-6 - Rebuild to fix problems with vendorarch/lib (#661697) * Fri May 07 2010 Marcela Maslanova - 0.09-5 - Mass rebuild with perl-5.12.0 * Fri Dec 4 2009 Stepan Kasal - 0.09-4 - Rebuild against perl 5.10.1 * Sun Jul 26 2009 Fedora Release Engineering - 0.09-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Thu Feb 26 2009 Fedora Release Engineering - 0.09-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Thu Feb 05 2009 Allisson Azevedo - 0.09-1 - Initial rpm release