rpms/perl-File-chdir/devel perl-File-chdir.spec,1.1,1.2

Ian Burrell (iburrell) fedora-extras-commits at redhat.com
Thu Aug 16 16:56:48 UTC 2007


Author: iburrell

Update of /cvs/extras/rpms/perl-File-chdir/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2428

Modified Files:
	perl-File-chdir.spec 
Log Message:
Fix BuildRequires


Index: perl-File-chdir.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-File-chdir/devel/perl-File-chdir.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perl-File-chdir.spec	29 Jun 2006 05:49:13 -0000	1.1
+++ perl-File-chdir.spec	16 Aug 2007 16:56:15 -0000	1.2
@@ -1,12 +1,14 @@
 Name:           perl-File-chdir
 Version:        0.06
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A more sensible way to change directories
 License:        GPL or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/File-chdir/
 Source0:        http://www.cpan.org/modules/by-module/File/File-chdir-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Test::More)
 BuildArch:      noarch
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
@@ -46,6 +48,9 @@
 %{_mandir}/man3/*
 
 %changelog
+* Thu Aug 16 2007 Ian M. Burrell <ianburrell at gmail.com> - 0.06-3
+- Fix BuildRequires
+
 * Tue Jun 27 2006 Ian M. Burrell <ianburrell at gmail.com> - 0.06-2
 - Fix rpmlint warnings
 




More information about the fedora-extras-commits mailing list