rpms/perl-Mail-Mbox-MessageParser/devel perl-Mail-Mbox-MessageParser.spec, 1.1, 1.2 sources, 1.2, 1.3 .cvsignore, 1.2, 1.3

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Fri Feb 10 11:10:43 UTC 2006


Author: pghmcfc

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

Modified Files:
	perl-Mail-Mbox-MessageParser.spec sources .cvsignore 
Log Message:
- 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



Index: perl-Mail-Mbox-MessageParser.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Mail-Mbox-MessageParser/devel/perl-Mail-Mbox-MessageParser.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perl-Mail-Mbox-MessageParser.spec	12 Oct 2005 15:22:46 -0000	1.1
+++ perl-Mail-Mbox-MessageParser.spec	10 Feb 2006 11:10:25 -0000	1.2
@@ -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 @@
 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 @@
 %{__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 @@
 %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 @@
 %{_mandir}/man3/Mail::Mbox::MessageParser*
 
 %changelog
+* Fri Feb 10 2006 Paul Howarth <paul at city-fan.org> 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 <paul at city-fan.org> 1.4001-1
 - Fedora Extras submission


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Mail-Mbox-MessageParser/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	12 Oct 2005 15:22:46 -0000	1.2
+++ sources	10 Feb 2006 11:10:25 -0000	1.3
@@ -1 +1 @@
-eee4ea89dd6d9117296f33d0723987ab  Mail-Mbox-MessageParser-1.4001.tar.gz
+7b0df634e4f60a5d0c1f34ce93535038  Mail-Mbox-MessageParser-1.4002.tar.gz


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Mail-Mbox-MessageParser/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	12 Oct 2005 15:22:46 -0000	1.2
+++ .cvsignore	10 Feb 2006 11:10:25 -0000	1.3
@@ -1 +1 @@
-Mail-Mbox-MessageParser-1.4001.tar.gz
+Mail-Mbox-MessageParser-1.4002.tar.gz




More information about the scm-commits mailing list