diff --git a/.gitignore b/.gitignore index 6b906f5..6e01ff8 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ Email-Simple-2.100.tar.gz /Email-Simple-2.203.tar.gz /Email-Simple-2.206.tar.gz /Email-Simple-2.208.tar.gz +/Email-Simple-2.210.tar.gz diff --git a/perl-Email-Simple.spec b/perl-Email-Simple.spec index 06eaeac..6aabaac 100644 --- a/perl-Email-Simple.spec +++ b/perl-Email-Simple.spec @@ -1,14 +1,11 @@ Name: perl-Email-Simple -Version: 2.208 -Release: 2%{?dist} +Version: 2.210 +Release: 1%{?dist} Summary: Simple parsing of RFC2822 message format and headers - Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/Email-Simple/ Source0: http://www.cpan.org/authors/id/R/RJ/RJBS/Email-Simple-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - BuildArch: noarch BuildRequires: perl(Carp) BuildRequires: perl(Test::Pod) >= 1.14 @@ -28,42 +25,35 @@ reaction against the complexity and increasing bugginess of the simple to use and to maintain, pared to the bone, fast, minimal in their external dependencies, and correct. - %prep %setup -q -n Email-Simple-%{version} - %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} - %install -rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* - %check # remove until fix of Perl::MinimalVersion and version.pm rm -rf t/perl-minver.t make test - -%clean -rm -rf $RPM_BUILD_ROOT - - %files -%defattr(-,root,root,-) -%doc Changes LICENSE README +%license LICENSE +%doc Changes README %{perl_vendorlib}/Email/ %{_mandir}/man3/*.3pm* %changelog +* Tue Mar 8 2016 Tom Callaway - 2.210-1 +- update to 2.210 + * Thu Feb 04 2016 Fedora Release Engineering - 2.208-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index a162ef4..e49d883 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -40f1c8e09cfd296b96466b9431a4cd12 Email-Simple-2.208.tar.gz +062fbe3dd8bc6ea7cdebfd7eea7728cc Email-Simple-2.210.tar.gz