# 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-Email-Address Version: 1.913 Release: 2.%{__distinit}%{__distvers} Summary: RFC 2822 Address Parsing and Creation License: GPL-1.0-or-later OR Artistic-1.0-Perl URL: https://metacpan.org/release/Email-Address Source0: https://cpan.metacpan.org/modules/by-module/Email/Email-Address-%{version}.tar.gz Patch0: Email-Address-1.913-old-EU::MM.patch BuildArch: noarch # Module Build BuildRequires: coreutils BuildRequires: findutils BuildRequires: make BuildRequires: perl-generators BuildRequires: perl-interpreter BuildRequires: perl(:VERSION) >= 5.12 BuildRequires: perl(ExtUtils::MakeMaker) >= 6.31 # Module Runtime BuildRequires: perl(overload) BuildRequires: perl(strict) BuildRequires: perl(warnings) # Test Suite BuildRequires: perl(Encode) BuildRequires: perl(Encode::MIME::Header) BuildRequires: perl(File::Spec) BuildRequires: perl(Test::More) >= 0.96 BuildRequires: perl(Time::HiRes) # Optional Tests BuildRequires: perl(CPAN::Meta) >= 2.120900 BuildRequires: perl(CPAN::Meta::Prereqs) BuildRequires: perl(Scalar::Util) >= 1.09 # Extra Tests BuildRequires: perl(Test::Pod) >= 1.41 # Dependencies %if 0%{?fedora} < 38 && 0%{?rhel} < 10 Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) %endif %description This class implements a complete RFC 2822 parser that locates email addresses in strings and returns a list of "Email::Address" objects found. Alternately you may construct objects manually. The goal of this software is to be correct, and very very fast. %prep %setup -q -n Email-Address-%{version} perl -pi -e 's|^#!/usr/local/bin/perl\b|#!/usr/bin/perl|' bench/ea-vs-ma.pl # Don't really need ExtUtils::MakeMaker ≥ 6.78 %patch -P 0 %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 make test TEST_FILES="$(echo $(find xt/ -name '*.t'))" %files %license LICENSE %doc Changes README bench/ %{perl_vendorlib}/Email/ %{_mandir}/man3/Email::Address.3* %changelog * Sun Jul 16 2023 Paul Howarth - 1.913-2 - Avoid use of deprecated patch syntax * Tue Jan 10 2023 Paul Howarth - 1.913-1 - Update to 1.913 (rhbz#2159569) - This version now requires Perl v5.12 - Some small tweaks made to the code to take advantage of v5.12 - Update distribution metadata - Use SPDX-format license tag - Use %%license unconditionally - Add patch to support building with ExtUtils::MakeMaker < 6.78 * Wed Jan 2 2019 Paul Howarth - 1.912-1 - Update to 1.912 - Include the documentation updates from 1.911 changelog, oops! * Sun Dec 23 2018 Paul Howarth - 1.911-1 - Update to 1.911 - Update parsing to mitigate pathological cases - Documentation updates and undeprecation - Switch upstream from search.cpan.org to metacpan.org * Wed Mar 7 2018 Paul Howarth - 1.909-1 - Update to 1.909 - Add some docs saying "don't use this, it can be busted" - 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 - Drop workaround for building with Test::More < 0.96 * Sun Aug 21 2016 Paul Howarth - 1.908-3 - BR: perl-generators where available - Simplify find command using -delete * Sun Sep 20 2015 Paul Howarth - 1.908-1 - Update to 1.908 - Default to 1 level of nested comments to avoid pathological behaviors * Wed Feb 4 2015 Paul Howarth - 1.907-1 - Update to 1.907 - The test suite tests parses more directly, which eliminates a number of misleading (and possibly wrong) test cases - Escaped characters in a quoted string are now properly unescaped for the ->phrase method, which means things should round trip better from their decomposed form - Classify buildreqs by usage - Test suite has grown more complex, so use a bundled Test::More 0.96 instead of patching out the modern test code * Thu Aug 28 2014 Paul Howarth - 1.905-2 - Use %%license where possible * Wed Jun 18 2014 Paul Howarth - 1.905-1 - Update to 1.905 - Fix potential DoS issue in parsing of the phrase (CVE-2014-0477) - Update patch for building with Test::More < 0.88 * Sun Apr 20 2014 Paul Howarth - 1.903-1 - Update to 1.903 - When formatting an address where phrase is empty but comment is not, do not include "" for the phrase; just omit it - When formatting an address where comment lacks enclosing parens, add them - Update patch for building with Test::More < 0.88 - Drop support for old distributions prior to FC-5 - Drop patch for building with ExtUtils::MakeMaker < 6.30 - Drop %%defattr, redundant since rpm 4.4 * Wed Jan 29 2014 Paul Howarth - 1.901-1 - Update to 1.901 - Further avoidance of stringifying to undef - Update patch for building with Test::More < 0.88 * Thu Aug 8 2013 Paul Howarth - 1.900-1 - Update to 1.900 - Avoid trying to stringify undef, and so avoid a warning * Mon Aug 5 2013 Paul Howarth - 1.899-1 - Update to 1.899 - Repackaged, pointed at new bug-tracker - Fallback overloads are enabled, so "cmp" will now compare with string overloads... which still might not be what you expect - Code has been futzed with to rely on some 5.6-isms, rather than trying to be 5.005 compatible - A warning has been added: calling ->parse in scalar context gets undefined behaviour - Explicitly run the release tests - Update buildreqs - Update patch for building with Test::More < 0.88 - Add patch for building with ExtUtils::MakeMaker < 6.30 * Fri Feb 8 2013 Paul Howarth - 1.898-1 - Update to 1.898 - Remove dead link in POD * Tue Dec 18 2012 Paul Howarth - 1.897-1 - Update to 1.897 - Skip mailboxes, rather than aborting the whole parse, when encountering non-ASCII characters - Improve the behaviour of escaping in phrases - Update patch for building with Test::More < 0.88 * Wed Aug 1 2012 Paul Howarth - 1.896-1 - Update to 1.896 (documentation improvements) * Thu Jun 28 2012 Paul Howarth - 1.895-2 - BR: perl(Encode), perl(Encode::MIME::Header), perl(ExtUtils::MakeMaker) and perl(Scalar::Util) - 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 * Sun Jan 15 2012 Paul Howarth - 1.895-1 - Update to 1.895 (allow non-ASCII, but only in phrase) - Update patch for building with Test::More < 0.88 * Sat Jan 14 2012 Paul Howarth - 1.894-1 - Update to 1.894 (note that the use of the regex vars is not a great idea) - Update patch for building with Test::More < 0.88 * Tue Jan 3 2012 Paul Howarth - 1.893-1 - Update to 1.893 (reject any non-ascii content in strings) - Add patch to support building with Test::More < 0.88 * Fri Jun 24 2011 Paul Howarth - 1.892-2 - Rebuild for perl 5.14.1 in Rawhide - Use %%{_fixperms} macro instead of our own %%{__chmod} incantation - Nobody else likes macros for commands - Fix dist tag for CentOS 6 and Scientific Linux * Mon Sep 6 2010 Paul Howarth - 1.892-1 - Update to 1.892 (revert all behaviour to 1.889) - Drop perl 5.10.0 requirement, no longer needed * Mon Aug 23 2010 Paul Howarth - 1.890-1 - Update to 1.890 (allow domainless addresses if requested) - Now requires perl 5.10.0 or later due to use of branch reset pattern in regex * Fri Jun 25 2010 Paul Howarth - 1.889-6 - Rebuild for perl 5.12.1 in Rawhide * Tue May 11 2010 Paul Howarth - 1.889-5 - Fix dist tag for RHEL-6 Beta * Thu Nov 26 2009 Paul Howarth - 1.889-4 - Import from Fedora * Sat Jul 25 2009 Fedora Release Engineering - 1.889-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Thu Feb 26 2009 Fedora Release Engineering - 1.889-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Thu Feb 12 2009 Ralf Corsépius - 1.889-1 - Upstream update * Wed Feb 27 2008 Tom "spot" Callaway - 1.888-3 - Rebuild for perl 5.10 (again) * Sun Jan 20 2008 Tom "spot" Callaway - 1.888-2 - Rebuild for new perl * Sat Jun 23 2007 Jose Pedro Oliveira - 1.888-1 - Update to 1.888 * Thu Apr 5 2007 Jose Pedro Oliveira - 1.887-1 - Update to 1.887 * Sun Mar 18 2007 Jose Pedro Oliveira - 1.886-1 - Update to 1.886 * Tue Dec 12 2006 Jose Pedro Oliveira - 1.884-1 - Update to 1.884 * Sat Nov 25 2006 Jose Pedro Oliveira - 1.883-1 - Update to 1.883 * Wed Nov 22 2006 Jose Pedro Oliveira - 1.882-1 - Update to 1.882 * Sat Nov 11 2006 Jose Pedro Oliveira - 1.880-1 - Update to 1.880 * Fri Oct 13 2006 Jose Pedro Oliveira - 1.871-1 - Update to 1.871 * Sat Aug 12 2006 Jose Pedro Oliveira - 1.870-1 - Update to 1.870 * Sat Jul 22 2006 Jose Pedro Oliveira - 1.86-1 - Update to 1.86 * Tue Jul 11 2006 Jose Pedro Oliveira - 1.85-1 - Update to 1.85 * Thu Sep 08 2005 Jose Pedro Oliveira - 1.80-1 - First build