Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > e47acfb98e9b162af64ff54dd37dcd16 > files > 3

perl-Mail-MboxParser-0.550.0-3.mga3.src.rpm

%define	upstream_name	 Mail-MboxParser
%define	upstream_version 0.55

%define _requires_exceptions perl(Mail::MboxParser::Mail)
%define _provides_exceptions perl(Mail::MboxParser::Mail)\\|perl(Mail::MboxParser::Base)\\|perl(Mail::MboxParser::Mail::Body)\\|perl(Mail::MboxParser::Mail::Convertable)

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    %mkrel 3

Summary:	Read-only access to UNIX-mailboxes 
License:	GPL+ or Artistic
Group:		Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Mail/%{upstream_name}-%{upstream_version}.tar.bz2
Patch0:     perl-Mail-MboxParser-0.55-Fix-garbled-attachment-name-RT-66576.patch


BuildRequires:	perl-MIME-tools
BuildArch:	noarch


%description
This module attempts to provide a simplified access to standard UNIX-mailboxes.
It offers only a subset of methods to get 'straight to the point'. More
sophisticated things can still be done by invoking any method from MIME::Tools
on the appropriate return values.

Mail::MboxParser has not been derived from Mail::Box and thus isn't acquainted
with it in any way. It, however, incorporates some invaluable hints by the
author of Mail::Box, Mark Overmeer.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%apply_patches

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%{__make} test

%install
rm -rf %{buildroot} 
%makeinstall_std

%clean 
rm -rf %{buildroot} 

%files
%defattr(-,root,root)
%doc Changelog README
%{perl_vendorlib}/Mail
%{_mandir}/man3*/*


%changelog

* Sun Jan 13 2013 umeabot <umeabot> 0.550.0-3.mga3
+ Revision: 369422
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Sat Dec 29 2012 pterjan <pterjan> 0.550.0-2.mga3
+ Revision: 335956
- Add patch from RT 66576 fixing test

* Sun Jan 23 2011 jquelin <jquelin> 0.550.0-1.mga1
+ Revision: 33940
- mageia rebuild
- imported package perl-Mail-MboxParser