diff --git a/.cvsignore b/.cvsignore index 6abe480..572ccbd 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Mail-Mbox-MessageParser-1.4001.tar.gz +Mail-Mbox-MessageParser-1.4002.tar.gz diff --git a/perl-Mail-Mbox-MessageParser.spec b/perl-Mail-Mbox-MessageParser.spec index c054790..bc1a4a2 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.4001 +Version: 1.4002 Release: 1%{?dist} License: GPL Group: Development/Libraries @@ -8,7 +8,7 @@ Url: http://sourceforge.net/projects/m-m-msgparser/ Source0: http://dl.sf.net/m-m-msgparser/Mail-Mbox-MessageParser-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -Requires: grep, gzip, bzip2 +Requires: grep, gzip, bzip2, /usr/bin/diff Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: perl(FileHandle::Unget) @@ -24,14 +24,12 @@ information, GNU grep, or highly optimized Perl. %{__chmod} -x lib/Mail/Mbox/MessageParser/*.pm %build -# tzip support is broken and will be removed in a forthcoming release anyway %{__perl} Makefile.PL INSTALLDIRS=vendor \ - DIFF=%{_bindir}/diff \ + DIFF=/usr/bin/diff \ BZIP=%{__bzip2} \ BZIP2=%{__bzip2} \ GREP=%{__grep} \ GZIP=%{__gzip} \ - TZIP= \ --default %{__make} %{?_smp_mflags} @@ -41,8 +39,8 @@ information, GNU grep, or highly optimized Perl. %install %{__rm} -rf %{buildroot} %{__make} pure_install PERL_INSTALL_ROOT=%{buildroot} -%{_bindir}/find %{buildroot} -type f -name .packlist -exec %{__rm} -f {} ';' -%{_bindir}/find %{buildroot} -type d -depth -exec %{__rmdir} {} 2>/dev/null ';' +/usr/bin/find %{buildroot} -type f -name .packlist -exec %{__rm} -f {} ';' +/usr/bin/find %{buildroot} -type d -depth -exec %{__rmdir} {} 2>/dev/null ';' %{__chmod} -R u+w %{buildroot}/* %clean @@ -55,5 +53,11 @@ information, GNU grep, or highly optimized Perl. %{_mandir}/man3/Mail::Mbox::MessageParser* %changelog +* Fri Feb 10 2006 Paul Howarth 1.4002-1 +- Update to 1.4002 +- Don't use macros in build-time command paths, hardcode them instead +- Add dependency on /usr/bin/diff +- Tzip support removed upstream + * Wed Oct 12 2005 Paul Howarth 1.4001-1 - Fedora Extras submission diff --git a/sources b/sources index 994b1bd..fb4efd7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -eee4ea89dd6d9117296f33d0723987ab Mail-Mbox-MessageParser-1.4001.tar.gz +7b0df634e4f60a5d0c1f34ce93535038 Mail-Mbox-MessageParser-1.4002.tar.gz