rpms/grepmail/devel grepmail.spec,1.7,1.8

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Wed Apr 18 09:50:28 UTC 2007


Author: pghmcfc

Update of /cvs/extras/rpms/grepmail/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32710

Modified Files:
	grepmail.spec 
Log Message:
Buildrequire perl(ExtUtils::MakeMaker) instead of perl-devel


Index: grepmail.spec
===================================================================
RCS file: /cvs/extras/rpms/grepmail/devel/grepmail.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- grepmail.spec	8 Mar 2007 09:09:23 -0000	1.7
+++ grepmail.spec	18 Apr 2007 09:49:54 -0000	1.8
@@ -1,7 +1,7 @@
 Summary:	Search mailboxes for a particular email
 Name:		grepmail
 Version:	5.3033
-Release:	2%{?dist}
+Release:	3%{?dist}
 License:	GPL
 Group:		Applications/Text
 Url:		http://grepmail.sourceforge.net/
@@ -11,9 +11,7 @@
 Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires:	perl(Mail::Mbox::MessageParser) >= 1.4001
 BuildRequires:	perl(Mail::Mbox::MessageParser) >= 1.4001, perl(Date::Parse), perl(Date::Manip)
-%if 0%{?fedora} > 6
-BuildRequires:	perl-devel
-%endif
+BuildRequires:	perl(ExtUtils::MakeMaker)
 # The following module requirements are optional and hence not picked up by RPM automatically.
 # Adding manual deps for them improves grepmail's functionality.
 Requires:	perl(Date::Parse), perl(Date::Manip)
@@ -54,6 +52,9 @@
 %{_mandir}/man1/grepmail.1*
 
 %changelog
+* Wed Apr 18 2007 Paul Howarth <paul at city-fan.org> 5.3033-3
+- Buildrequire perl(ExtUtils::MakeMaker) instead of perl-devel
+
 * Thu Mar  8 2007 Paul Howarth <paul at city-fan.org> 5.3033-2
 - Buildrequire perl-devel for Fedora 7 onwards
 




More information about the scm-commits mailing list