Summary: Various mail-related perl modules Name: perl-MailTools Version: 1.67 Release: 1%{?dist} License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/MailTools/ Source0: http://www.cpan.org/authors/id/M/MA/MARKOV/MailTools-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl >= 1:5.6.1, perl(Net::Domain), perl(Net::SMTP) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description MailTools is a set of Perl modules related to mail applications. %prep %setup -q -n MailTools-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor %{__make} %{?_smp_mflags} %install %{__rm} -rf "$RPM_BUILD_ROOT" %{__make} pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT %{_bindir}/find $RPM_BUILD_ROOT -type f -name .packlist -exec %{__rm} -f {} ';' %{_bindir}/find $RPM_BUILD_ROOT -type d -depth -exec %{__rmdir} {} 2>/dev/null ';' %check || : %{__make} test %clean %{__rm} -rf "$RPM_BUILD_ROOT" %files %defattr(-,root,root,0755) %doc ChangeLog README* examples/ %{perl_vendorlib}/auto/Mail/ %{perl_vendorlib}/Mail/ %{_mandir}/man3/Mail::*.3pm* %changelog * Fri Jul 1 2005 Paul Howarth - 1.67-1 - update to 1.67 (#161830) - assume perl_vendorlib is set - license is same as perl (GPL or Artistic) according to README - don't include module name in summary - use macros consistently - add dist tag * Fri Apr 7 2005 Michael Schwendt - rebuilt * Sat Jan 22 2005 Ville Skyttä - 0:1.66-1 - Update to 1.66. * Wed Aug 18 2004 Ville Skyttä - 0:1.64-0.fdr.1 - Update to 1.64, patch applied upstream. - Bring up to date with current fedora.us Perl spec template. * Sat Mar 20 2004 Ville Skyttä - 0:1.61-0.fdr.2 - Add patch to complete test.pm -> testfile.pm change introduced in 1.61. * Sun Mar 14 2004 Ville Skyttä - 0:1.61-0.fdr.1 - Update to 1.61. - Reduce directory ownership bloat. - Run tests in the %%check section. * Thu Sep 25 2003 Ville Skyttä - 0:1.60-0.fdr.1 - Update to 1.60. - Install into vendor dirs. - Spec cleanups. * Sat Jul 12 2003 Dams 0:1.58-0.fdr.5 - Package is now noarch * Fri Jul 11 2003 Dams 0:1.58-0.fdr.4 - Changed group tag - Making test in build section * Tue Jul 1 2003 Dams 0:1.58-0.fdr.3 - Modified files section * Tue Jun 17 2003 Dams 0:1.58-0.fdr.2 - Added forgotten description - Modified Summary according to Michael Schwendt suggestion - Modified tarball permissions to 0644 * Sun Jun 15 2003 Dams - Initial build.