[perl-Mail-Box-Parser-C/f17] 3.007

Tom Callaway spot at fedoraproject.org
Tue Mar 5 15:57:52 UTC 2013


commit d3d7ce4a153724612bc282c8dded3226bbe85d98
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Tue Mar 5 11:00:56 2013 -0500

    3.007

 perl-Mail-Box-Parser-C.spec |   47 ++++++++++++++++++++++++++----------------
 sources                     |    2 +-
 2 files changed, 30 insertions(+), 19 deletions(-)
---
diff --git a/perl-Mail-Box-Parser-C.spec b/perl-Mail-Box-Parser-C.spec
index 72464fb..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:        12%{?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,24 @@ 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 at fedoraproject.org> - 3.007-1
+- update to 3.007
+
+* Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.006-15
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+
+* Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.006-14
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+
+* Sat Jun 23 2012 Petr Pisar <ppisar at redhat.com> - 3.006-13
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.006-12
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_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


More information about the scm-commits mailing list