commit 6d89a76998e670139e9c2e219bf97ba0ed0838cb Author: Tom Callaway <spot@xxxxxxxxxxxxxxxxx> Date: Tue Mar 5 11:01:31 2013 -0500 3.007 .gitignore | 1 + perl-Mail-Box-Parser-C.spec | 38 ++++++++++++++++++++------------------ sources | 2 +- 3 files changed, 22 insertions(+), 19 deletions(-) --- diff --git a/.gitignore b/.gitignore index a9cfff8..5fc2988 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ Mail-Box-Parser-C-3.006.tar.gz +/Mail-Box-Parser-C-3.007.tar.gz diff --git a/perl-Mail-Box-Parser-C.spec b/perl-Mail-Box-Parser-C.spec index 526da72..d79c38b 100644 --- a/perl-Mail-Box-Parser-C.spec +++ b/perl-Mail-Box-Parser-C.spec @@ -1,14 +1,15 @@ -Name: perl-Mail-Box-Parser-C -Version: 3.006 -Release: 15%{?dist} -Summary: Parsing folders for MailBox with C routines -Group: Development/Libraries -License: GPL+ or Artistic -URL: http://search.cpan.org/dist/Mail-Box-Parser-C/ -Source0: http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/Mail-Box-Parser-C-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: perl(ExtUtils::MakeMaker), perl(Mail::Message), perl(Test::More) -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Name: perl-Mail-Box-Parser-C +Version: 3.007 +Release: 1%{?dist} +Summary: Parsing folders for MailBox with C routines +Group: Development/Libraries +License: GPL+ or Artistic +URL: http://search.cpan.org/dist/Mail-Box-Parser-C/ +Source0: http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/Mail-Box-Parser-C-%{version}.tar.gz +BuildRequires: perl(ExtUtils::MakeMaker), perl(Mail::Message), perl(Test::More) +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) + +%{?perl_default_filter} %description This module enables faster folder parsing by using compiled C routines. @@ -21,12 +22,11 @@ This module enables faster folder parsing by using compiled C routines. 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 -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' -chmod -R u+w $RPM_BUILD_ROOT/* +make pure_install PERL_INSTALL_ROOT=%{buildroot} +find %{buildroot} -type f -name .packlist -exec rm -f {} ';' +find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' +find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' +chmod -R u+w %{buildroot}/* %check make test @@ -35,13 +35,15 @@ make test rm -rf $RPM_BUILD_ROOT %files -%defattr(-,root,root,-) %doc LICENSE %{perl_vendorarch}/auto/Mail/ %{perl_vendorarch}/Mail/ %{_mandir}/man3/*.3* %changelog +* Tue Mar 5 2013 Tom Callaway <spot@xxxxxxxxxxxxxxxxx> - 3.007-1 +- update to 3.007 + * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 3.006-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/sources b/sources index 52e4171..2fae6f4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3dfb3e2729597ae33114250cbce1b884 Mail-Box-Parser-C-3.006.tar.gz +4203b3df229df135ec3488721f0ce7f8 Mail-Box-Parser-C-3.007.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel