rpms/perl-Mail-Mbox-MessageParser/FC-5 .cvsignore, 1.6, 1.7 perl-Mail-Mbox-MessageParser.spec, 1.6, 1.7 sources, 1.6, 1.7

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Tue Feb 27 17:24:00 UTC 2007


Author: pghmcfc

Update of /cvs/extras/rpms/perl-Mail-Mbox-MessageParser/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22460

Modified Files:
	.cvsignore perl-Mail-Mbox-MessageParser.spec sources 
Log Message:
Update to 1.5000


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Mail-Mbox-MessageParser/FC-5/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	25 Aug 2006 16:39:58 -0000	1.6
+++ .cvsignore	27 Feb 2007 17:23:27 -0000	1.7
@@ -1 +1 @@
-Mail-Mbox-MessageParser-1.4005.tar.gz
+Mail-Mbox-MessageParser-1.5000.tar.gz


Index: perl-Mail-Mbox-MessageParser.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Mail-Mbox-MessageParser/FC-5/perl-Mail-Mbox-MessageParser.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- perl-Mail-Mbox-MessageParser.spec	25 Aug 2006 16:39:58 -0000	1.6
+++ perl-Mail-Mbox-MessageParser.spec	27 Feb 2007 17:23:27 -0000	1.7
@@ -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 @@
 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 @@
 %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 @@
 %{__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 <paul at city-fan.org> 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 <paul at city-fan.org> 1.4005-1
 - Update to 1.4005
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Mail-Mbox-MessageParser/FC-5/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	25 Aug 2006 16:39:58 -0000	1.6
+++ sources	27 Feb 2007 17:23:27 -0000	1.7
@@ -1 +1 @@
-9a559603c5dd3d19526d926bd8a0152f  Mail-Mbox-MessageParser-1.4005.tar.gz
+8489694f8cdb77bf8f31f6582735b2f9  Mail-Mbox-MessageParser-1.5000.tar.gz




More information about the fedora-extras-commits mailing list