# 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-Memory-Cycle Version: 1.06 Release: 23.%{__distinit}%{__distvers} Summary: Check for memory leaks and circular memory references License: Artistic-2.0 URL: https://metacpan.org/release/Test-Memory-Cycle Source0: https://cpan.metacpan.org/modules/by-module/Test/Test-Memory-Cycle-%{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(Devel::Cycle) >= 1.07 BuildRequires: perl(strict) BuildRequires: perl(Test::Builder) BuildRequires: perl(warnings) # Test Suite BuildRequires: perl(Getopt::Long) BuildRequires: perl(lib) BuildRequires: perl(Scalar::Util) BuildRequires: perl(Test::Builder::Tester) BuildRequires: perl(Test::More) # Optional Tests BuildRequires: perl(Test::Pod) >= 1.14 BuildRequires: perl(Test::Pod::Coverage) >= 1.04 # Dependencies %if 0%{?fedora} < 38 && 0%{?rhel} < 10 Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) %endif %description Perl's garbage collection has one big problem: Circular references can't get cleaned up. A circular reference can be as simple as two objects that refer to each other. "Test::Memory::Cycle" is built on top of "Devel::Cycle" to give you an easy way to check for these circular references. %prep %setup -q -n Test-Memory-Cycle-%{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.md %{perl_vendorlib}/Test/ %{_mandir}/man3/Test::Memory::Cycle.3* %changelog * Mon May 15 2023 Paul Howarth - 1.06-23 - Use SPDX-format license tag - Use %%license unconditionally * Sat Jun 8 2019 Paul Howarth - 1.06-11 - Perl 5.30 rebuild * Fri Apr 6 2018 Paul Howarth - 1.06-7 - 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 * Mon Oct 3 2016 Paul Howarth - 1.06-3 - BR: perl-generators where available - Simplify find command using -delete * Thu Jan 28 2016 Paul Howarth - 1.06-1 - Update to 1.06 - This release has no changes in functionality - One of the tests used to use CGI.pm but it was not a declared dependency, so Perl 5.22+ would fail because CGI.pm is no longer shipped as core; the test now uses a local module for testing - License changed to Artistic 2.0 - Classify buildreqs by usage * Mon Sep 1 2014 Paul Howarth - 1.04-21 - Drop %%defattr, redundant since rpm 4.4 * Sat Jun 30 2012 Paul Howarth - 1.04-14 - BR: perl(ExtUtils::MakeMaker), perl(Getopt::Long), perl(Scalar::Util) and perl(Test::Builder) - 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 * Wed Jun 29 2011 Paul Howarth - 1.04-13 - Rebuild for perl 5.14.1 in Rawhide - Nobody else likes macros for commands - Fix dist tag for CentOS 6 and Scientific Linux * Fri Mar 4 2011 Paul Howarth - 1.04-12 - Import from Fedora * Wed Feb 9 2011 Fedora Release Engineering - 1.04-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Wed Dec 8 2010 Ralf Corsépius - 1.04-10 - Add BR: perl(CGI) (Fix FTBFS: BZ 660987) * Thu May 6 2010 Marcela Maslanova - 1.04-9 - Mass rebuild with perl-5.12.0 * Fri Dec 4 2009 Stepan Kasal - 1.04-8 - Rebuild against perl 5.10.1 * Sun Jul 26 2009 Fedora Release Engineering - 1.04-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Thu Feb 26 2009 Fedora Release Engineering - 1.04-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Thu Feb 28 2008 Tom "spot" Callaway - 1.04-5 - Rebuild normally, second pass * Wed Feb 27 2008 Tom "spot" Callaway - 1.04-4 - Rebuild for perl 5.10 (again), first pass * Mon Jan 14 2008 Tom "spot" Callaway - 1.04-3 - Rebuild normally, second pass * Sun Jan 13 2008 Tom "spot" Callaway - 1.04-2 - Rebuild for new perl, disable T-P-C and tests for first pass * Wed Aug 9 2006 Jose Pedro Oliveira - 1.04-1 - Update to 1.04 * Mon Feb 20 2006 Jose Pedro Oliveira - 1.02-2 - Rebuild for FC5 (perl 5.8.8) * Tue May 24 2005 Jose Pedro Oliveira - 1.02-1 - Update to 1.02 * Sat May 14 2005 Jose Pedro Oliveira - 1.00-4 - Add dist tag * Fri Apr 22 2005 Jose Pedro Oliveira - 1.00-3 - Fedora Extras: FC-4 version * Fri Apr 22 2005 Jose Pedro Oliveira - 1.00-2 - Fedora Extras: FC-3 version * Wed Apr 20 2005 Jose Pedro Oliveira - 0:1.00-0.fdr.2 - RedHat 9.0 (8.0 and 7.3): CGI.pm is shipped as perl-CGI (#1824) * Mon Jan 24 2005 Jose Pedro Oliveira - 0:1.00-0.fdr.1 - Update to 1.00 * Sun Jul 4 2004 Jose Pedro Oliveira - 0:0.02-0.fdr.1 - First build