diff --git a/.cvsignore b/.cvsignore index 5ecd70d..118906d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Mail-Mbox-MessageParser-1.4005.tar.gz +Mail-Mbox-MessageParser-1.5000.tar.gz diff --git a/perl-Mail-Mbox-MessageParser.spec b/perl-Mail-Mbox-MessageParser.spec index 5f678bf..2d7a5dd 100644 --- a/perl-Mail-Mbox-MessageParser.spec +++ b/perl-Mail-Mbox-MessageParser.spec @@ -1,6 +1,6 @@ Summary: A fast and simple mbox folder reader Name: perl-Mail-Mbox-MessageParser -Version: 1.4005 +Version: 1.5000 Release: 1%{?dist} License: GPL Group: Development/Libraries @@ -10,7 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: grep, gzip, bzip2, /usr/bin/diff Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -BuildRequires: perl(FileHandle::Unget) +BuildRequires: grep, gzip, bzip2, /usr/bin/diff, perl(FileHandle::Unget) %description Mail::Mbox::MessageParser is a feature-poor but very fast mbox parser. It uses @@ -20,9 +20,6 @@ information, GNU grep, or highly optimized Perl. %prep %setup -q -n Mail-Mbox-MessageParser-%{version} -# Permissions wrong in tarball -%{__chmod} -x lib/Mail/Mbox/MessageParser/*.pm - %build %{__perl} Makefile.PL INSTALLDIRS=vendor \ DIFF=/usr/bin/diff \ @@ -40,19 +37,25 @@ information, GNU grep, or highly optimized Perl. %{__rm} -rf %{buildroot} %{__make} pure_install PERL_INSTALL_ROOT=%{buildroot} /usr/bin/find %{buildroot} -type f -name .packlist -exec %{__rm} -f {} ';' -/usr/bin/find %{buildroot} -type d -depth -exec %{__rmdir} {} 2>/dev/null ';' +/usr/bin/find %{buildroot} -depth -type d -exec %{__rmdir} {} 2>/dev/null ';' %{__chmod} -R u+w %{buildroot}/* %clean %{__rm} -rf %{buildroot} %files -%defattr(-,root,root,0755) +%defattr(-,root,root,-) %doc README CHANGES anonymize_mailbox LICENSE %{perl_vendorlib}/Mail/ %{_mandir}/man3/Mail::Mbox::MessageParser* %changelog +* Tue Feb 27 2007 Paul Howarth 1.5000-1 +- Update to 1.5000 +- Fix argument order for find with -depth +- Permission fixes no longer needed in %%prep +- Buildreq various utils for running test suite + * Fri Aug 25 2006 Paul Howarth 1.4005-1 - Update to 1.4005 diff --git a/sources b/sources index 7ba6224..03fc3a6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9a559603c5dd3d19526d926bd8a0152f Mail-Mbox-MessageParser-1.4005.tar.gz +8489694f8cdb77bf8f31f6582735b2f9 Mail-Mbox-MessageParser-1.5000.tar.gz