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

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Thu Mar 8 09:09:55 UTC 2007


Author: pghmcfc

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

Modified Files:
	grepmail.spec 
Log Message:
Buildrequire perl-devel for Fedora 7 onwards


Index: grepmail.spec
===================================================================
RCS file: /cvs/extras/rpms/grepmail/devel/grepmail.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- grepmail.spec	2 Mar 2007 14:01:37 -0000	1.6
+++ grepmail.spec	8 Mar 2007 09:09:23 -0000	1.7
@@ -1,7 +1,7 @@
 Summary:	Search mailboxes for a particular email
 Name:		grepmail
 Version:	5.3033
-Release:	1%{?dist}
+Release:	2%{?dist}
 License:	GPL
 Group:		Applications/Text
 Url:		http://grepmail.sourceforge.net/
@@ -11,6 +11,9 @@
 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
 # 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)
@@ -51,6 +54,9 @@
 %{_mandir}/man1/grepmail.1*
 
 %changelog
+* Thu Mar  8 2007 Paul Howarth <paul at city-fan.org> 5.3033-2
+- Buildrequire perl-devel for Fedora 7 onwards
+
 * Fri Mar  2 2007 Paul Howarth <paul at city-fan.org> 5.3033-1
 - Update to 5.3033
 - CPAN RT#24341 fixed upstream, remove patch




More information about the fedora-extras-commits mailing list