rpms/perl-Regexp-Shellish/devel perl-Regexp-Shellish.spec,1.1,1.2

Ian Burrell (iburrell) fedora-extras-commits at redhat.com
Thu Aug 16 18:53:11 UTC 2007


Author: iburrell

Update of /cvs/extras/rpms/perl-Regexp-Shellish/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22209

Modified Files:
	perl-Regexp-Shellish.spec 
Log Message:
Fix BuildRequires


Index: perl-Regexp-Shellish.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Regexp-Shellish/devel/perl-Regexp-Shellish.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perl-Regexp-Shellish.spec	30 Jun 2006 05:18:15 -0000	1.1
+++ perl-Regexp-Shellish.spec	16 Aug 2007 18:52:39 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           perl-Regexp-Shellish
 Version:        0.93
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Shell-like regular expressions
 License:        GPL or Artistic
 Group:          Development/Libraries
@@ -8,6 +8,8 @@
 Source0:        http://www.cpan.org/modules/by-module/Regexp/Regexp-Shellish-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -45,6 +47,9 @@
 %{_mandir}/man3/*
 
 %changelog
+* Thu Aug 16 2007 Ian Burrell <ianburrell at gmail.com> - 0.93-3
+- Fix BuildRequires
+
 * Tue Jun 27 2006 Ian Burrell <ianburrell at gmail.com> - 0.93-2
 - Fix rpmlint warnings
 




More information about the fedora-extras-commits mailing list