# 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-Math-Round Version: 0.08 Release: 1.%{__distinit}%{__distvers} Summary: Perl extension for rounding numbers License: GPL-1.0-or-later OR Artistic-1.0-Perl URL: https://metacpan.org/release/Math-Round Source0: https://cpan.metacpan.org/modules/by-module/Math/Math-Round-%{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(Exporter) BuildRequires: perl(parent) BuildRequires: perl(POSIX) BuildRequires: perl(strict) BuildRequires: perl(vars) BuildRequires: perl(warnings) # Test Suite BuildRequires: perl(Test::More) >= 0.88 # Dependencies %if 0%{?fedora} < 38 && 0%{?rhel} < 10 Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) %endif %description Math::Round supplies functions that will round numbers in different ways. The functions round and nearest are exported by default; others are available as described below. "use ... qw(:all)" exports all functions. %prep %setup -q -n Math-Round-%{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 %{perl_vendorlib}/Math/ %{_mandir}/man3/Math::Round.3* %changelog * Tue Oct 10 2023 Paul Howarth - 0.08-1 - Update to 0.08 - NEILB has taken over maintenance - Added usual directory structure with lib/ and t/ - Converted test.pl to traditional Test::More suite - Added LICENSE to doc and ensured metadata has license - Switched to dzil * Thu Apr 27 2023 Paul Howarth - 0.07-25 - Use SPDX-format license tag - Switch upstream from search.cpan.org to metacpan.org - Avoid use of deprecated patch syntax * Fri Apr 27 2018 Paul Howarth - 0.07-9 - 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 * Sat Sep 3 2016 Paul Howarth - 0.07-5 - BR: perl-generators where available - Simplify find command using -delete * Tue Jan 6 2015 Paul Howarth - 0.07-1 - Update to 0.07 - Perl 5.22 exports POSIX::round, so "use POSIX" had to be changed to "use POSIX ()" - Classify buildreqs by usage - Drop %%defattr, redundant since rpm 4.4 * Fri Jun 8 2012 Paul Howarth - 0.06-11 - BR: perl(Exporter) - 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 * Tue Jun 28 2011 Paul Howarth - 0.06-10 - Rebuild for perl 5.14.1 in Rawhide - Fix dist tag for CentOS 6 and Scientific Linux * Mon Apr 25 2011 Paul Howarth - 0.06-9 - Import from Fedora * Tue Feb 08 2011 Fedora Release Engineering - 0.06-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Mon Dec 20 2010 Marcela Maslanova - 0.06-7 - Rebuild to fix problems with vendorarch/lib (#661697) * Mon May 03 2010 Marcela Maslanova - 0.06-6 - Mass rebuild with perl-5.12.0 * Mon Dec 7 2009 Stepan Kasal - 0.06-5 - Rebuild against perl 5.10.1 * Sun Jul 26 2009 Fedora Release Engineering - 0.06-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Thu Feb 26 2009 Fedora Release Engineering - 0.06-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Tue Mar 4 2008 Tom "spot" Callaway 0.06-2 - Rebuild for new perl * Tue Oct 16 2007 Tom "spot" Callaway 0.06-1.1 - Correct license tag - Add BR: perl(ExtUtils::MakeMaker) * Tue Dec 05 2006 Chris Weyl 0.06-1 - Update to 0.06 - Minor spec file tweaks * Thu Aug 31 2006 Chris Weyl 0.05-2 - Bump for mass rebuild * Mon Jul 3 2006 Chris Weyl 0.05-1 - Bump for F-E release * Thu Jun 29 2006 Chris Weyl 0.05-0 - Initial spec file for F-E