# 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-ToObject Summary: Tie to an existing object Version: 0.03 Release: 44.%{__distinit}%{__distvers} License: GPL-1.0-or-later OR Artistic-1.0-Perl URL: https://metacpan.org/release/Tie-ToObject Source: https://cpan.metacpan.org/modules/by-module/Tie/Tie-ToObject-%{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(Scalar::Util) BuildRequires: perl(strict) BuildRequires: perl(vars) # Test Suite BuildRequires: perl(ok) BuildRequires: perl(Test::More) BuildRequires: perl(Tie::RefHash) # Dependencies %if 0%{?fedora} < 38 && 0%{?rhel} < 10 Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) %endif %description While the perldoc/tie manpage allows tying to an arbitrary object, the class in question must support this in its implementation of 'TIEHASH', 'TIEARRAY' or whatever. This class provides a very simple tie constructor that simply returns the object it was given as its first argument. This way, side-effects of calling '$object->TIEHASH' are avoided. %prep %setup -q -n Tie-ToObject-%{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 %{perl_vendorlib}/Tie/ %{_mandir}/man3/Tie::ToObject.3* %changelog * Thu Apr 27 2023 Paul Howarth - 0.03-44 - Use SPDX-format license tag * Mon Jun 10 2019 Paul Howarth - 0.03-32 - Perl 5.30 rebuild * Tue Apr 3 2018 Paul Howarth - 0.03-28 - 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.03-24 - Classify buildreqs by usage - Simplify find command using -delete * Thu Aug 28 2014 Paul Howarth - 0.03-19 - Drop %%defattr, redundant since rpm 4.4 * Sun Jun 24 2012 Paul Howarth - 0.03-13 - 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_vendorlib} - Use DESTDIR rather than PERL_INSTALL_ROOT * Mon Feb 20 2012 Paul Howarth - 0.03-12 - Import from Fedora * Fri Jan 13 2012 Fedora Release Engineering - 0.03-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Sun Jun 19 2011 Marcela Mašláňová - 0.03-10 - Perl mass rebuild * Sun Jun 19 2011 Marcela Mašláňová - 0.03-9 - Perl mass rebuild * Wed Feb 09 2011 Fedora Release Engineering - 0.03-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Thu Dec 23 2010 Marcela Maslanova - 0.03-7 - Rebuild to fix problems with vendorarch/lib (#661697) * Fri May 07 2010 Marcela Maslanova - 0.03-6 - Mass rebuild with perl-5.12.0 * Fri Dec 4 2009 Stepan Kasal - 0.03-5 - Rebuild against perl 5.10.1 * Sun Jul 26 2009 Fedora Release Engineering - 0.03-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Thu Feb 26 2009 Fedora Release Engineering - 0.03-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Mon Sep 08 2008 Chris Weyl - 0.03-2 - Bump * Sat Sep 06 2008 Chris Weyl - 0.03-1 - Initial Fedora packaging - Generated with cpan2dist (CPANPLUS::Dist::Fedora version 0.0.1)