Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > media > contrib-release-src > by-pkgid > 8e2f68f7e08b10c390ce93e48c8ca9a4 > files > 2

perl-Email-MIME-Attachment-Stripper-1.31.5-1mdv2009.0.src.rpm

%define module      Email-MIME-Attachment-Stripper
%define name        perl-%{module}
%define version     1.31.5
%define up_version  1.315
%define release     %mkrel 1

Name:           %{name}
Version:        %{version}
Release:        %{release}
Summary:        Strip the attachments from a mail
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
Requires:       perl(Email::Simple::Creator)
BuildRequires:  perl(Email::MIME)
BuildRequires:  perl(Email::MIME::Modifier)
BuildRequires:  perl(MIME::Types)
BuildArch:      noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}

%description
Given a Email::MIME object, detach all attachments from the message. These are
then available separately.

%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
%{perl_vendorlib}/Email
%{_mandir}/*/*




%changelog
* Mon Aug 11 2008 Guillaume Rousse <guillomovitch@mandriva.org> 1.31.5-1mdv2009.0
+ Revision: 270895
- new version

* Thu Jul 31 2008 Thierry Vignaud <tvignaud@mandriva.com> 1.31.4-3mdv2009.0
+ Revision: 256756
- rebuild
- kill re-definition of %%buildroot on Pixel's request

  + Olivier Blin <oblin@mandriva.com>
    - restore BuildRoot

* Sat Nov 17 2007 Guillaume Rousse <guillomovitch@mandriva.org> 1.31.4-1mdv2008.1
+ Revision: 109610
- new version (upstream version 1.314)


* Sun Jan 21 2007 Guillaume Rousse <guillomovitch@mandriva.org> 1.31.3-1mdv2007.0
+ Revision: 111274
- fix build dependencies
- Import perl-Email-MIME-Attachment-Stripper

* Sun Jan 21 2007 Guillaume Rousse <guillomovitch@mandriva.org> 1.31.3-1mdv2007.1
- first mdv release