Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 064910d4d1fe9ef1ebeed318b451c472 > files > 2

perl-Email-MIME-Encodings-1.313.0-2.mga3.src.rpm

%define module	    Email-MIME-Encodings
%define name	    perl-%{module}
%define up_version  1.313
%define version     %perl_convert_version %{up_version}
%define release     %mkrel 2

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	A unified interface to MIME encoding and decoding
License:	GPL or Artistic
Group:		Development/Perl
URL:		    http://search.cpan.org/dist/%{module}
Source:         http://www.cpan.org/modules/by-module/Email/%{module}-%{up_version}.tar.gz
BuildArch:	noarch


%description
This module simply wraps MIME::Base64 and MIME::QuotedPrint so that you can
throw the contents of a Content-Transfer-Encoding header at some text and have
the right thing happen.
Provides a number of useful methods for manipulating MIME messages.

%prep
%setup -q -n %{module}-%{up_version} 

%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 README Changes META.yml
%{perl_vendorlib}/Email
%{_mandir}/*/*

%changelog

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

* Thu Jan 20 2011 jquelin <jquelin> 1.313.0-1.mga1
+ Revision: 26096
- mageia rebuild
- imported package perl-Email-MIME-Encodings