Blame SPECS/perl-Email-Address.spec

607321
Name:           perl-Email-Address
607321
Version:        1.898
d52279
Release:        3%{?dist}
607321
Summary:        RFC 2822 Address Parsing and Creation
607321
607321
Group:          Development/Libraries
607321
# Outdated FSF address reported, rt#86433
607321
License:        GPL+ or Artistic
607321
URL:            http://search.cpan.org/dist/Email-Address/
607321
Source0:        http://www.cpan.org/authors/id/R/RJ/RJBS/Email-Address-%{version}.tar.gz
607321
607321
BuildArch:      noarch
607321
BuildRequires:  perl
607321
BuildRequires:  perl(Encode)
607321
BuildRequires:  perl(ExtUtils::MakeMaker)
607321
BuildRequires:  perl(overload)
607321
BuildRequires:  perl(strict)
607321
BuildRequires:  perl(Test::More) >= 0.47
607321
BuildRequires:  perl(Test::Pod) >= 1.14
607321
BuildRequires:  perl(Test::Pod::Coverage) >= 1.08
607321
BuildRequires:  perl(vars)
607321
BuildRequires:  perl(warnings)
607321
Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
607321
607321
%description
607321
This class implements a regex-based RFC 2822 parser that locates email
607321
addresses in strings and returns a list of Email::Address objects found.
607321
Alternatively you may construct objects manually. The goal of this software
607321
is to be correct, and very very fast.
607321
607321
%prep
607321
%setup -q -n Email-Address-%{version}
607321
%{__perl} -pi -e 's|^#!/usr/local/bin/perl\b|#!%{__perl}|' bench/ea-vs-ma.pl
607321
607321
607321
%build
607321
perl Makefile.PL INSTALLDIRS=vendor
607321
make %{?_smp_mflags}
607321
607321
607321
%install
607321
make pure_install DESTDIR=$RPM_BUILD_ROOT
607321
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
607321
chmod -R u+w $RPM_BUILD_ROOT/*
607321
607321
607321
%check
607321
make test
607321
607321
607321
%files
607321
%doc Changes LICENSE README META.json bench/
607321
%{perl_vendorlib}/Email/
607321
%{_mandir}/man3/*.3pm*
607321
607321
607321
%changelog
d52279
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.898-3
d52279
- Mass rebuild 2013-12-27
d52279
607321
* Wed Jun 26 2013 Jitka Plesnikova <jplesnik@redhat.com> - 1.898-2
607321
- Specify all dependencies
607321
- Drop %%defattr, remove %%clean section
607321
- Don't need to remove empty directories from the buildroot
607321
- Use DESTDIR rather than PERL_INSTALL_ROOT
607321
607321
* Fri Feb  8 2013 Tom Callaway <spot@fedoraproject.org> - 1.898-1
607321
- update to 1.898
607321
607321
* Wed Dec 19 2012 Tom Callaway <spot@fedoraproject.org> - 1.897-1
607321
- update to 1.897
607321
607321
* Tue Sep 18 2012 Marcela Mašláňová <mmaslano@redhat.com> 1.896-1
607321
- update to 1.896
607321
607321
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.889-12
607321
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
607321
607321
* Tue Jun 12 2012 Petr Pisar <ppisar@redhat.com> - 1.889-11
607321
- Perl 5.16 rebuild
607321
607321
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.889-10
607321
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
607321
607321
* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.889-9
607321
- Perl mass rebuild
607321
607321
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.889-8
607321
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
607321
607321
* Thu Dec 16 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.889-7
607321
- 661697 rebuild for fixing problems with vendorach/lib
607321
607321
* Sat May 01 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.889-6
607321
- Mass rebuild with perl-5.12.0
607321
607321
* Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.889-5
607321
- Mass rebuild with perl-5.12.0
607321
607321
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1.889-4
607321
- rebuild against perl 5.10.1
607321
607321
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.889-3
607321
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
607321
607321
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.889-2
607321
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
607321
607321
* Thu Feb 12 2009 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.889-1
607321
- Upstream update.
607321
607321
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.888-3
607321
- Rebuild for perl 5.10 (again)
607321
607321
* Sun Jan 20 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.888-2
607321
- rebuild for new perl
607321
607321
* Sat Jun 23 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.888-1
607321
- Update to 1.888.
607321
607321
* Thu Apr  5 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.887-1
607321
- Update to 1.887.
607321
607321
* Sun Mar 18 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.886-1
607321
- Update to 1.886.
607321
607321
* Tue Dec 12 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.884-1
607321
- Update to 1.884.
607321
607321
* Sat Nov 25 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.883-1
607321
- Update to 1.883.
607321
607321
* Wed Nov 22 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.882-1
607321
- Update to 1.882.
607321
607321
* Sat Nov 11 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.880-1
607321
- Update to 1.880.
607321
607321
* Fri Oct 13 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.871-1
607321
- Update to 1.871.
607321
607321
* Sat Aug 12 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.870-1
607321
- Update to 1.870.
607321
607321
* Sat Jul 22 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.86-1
607321
- Update to 1.86.
607321
607321
* Tue Jul 11 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.85-1
607321
- Update to 1.85.
607321
607321
* Thu Sep 08 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.80-1
607321
- First build.