[svn] r6074 - in trunk/rpms: perl-Math-Geometry-Planar-Offset perl-Math-Vec

packagers at lists.rpmforge.net packagers at lists.rpmforge.net
Wed Jan 2 17:05:49 CET 2008


Author: arrfab
Date: 2008-01-02 17:05:47 +0100 (Wed, 02 Jan 2008)
New Revision: 6074

Modified:
   trunk/rpms/perl-Math-Geometry-Planar-Offset/perl-Math-Geometry-Planar-Offset.spec
   trunk/rpms/perl-Math-Vec/perl-Math-Vec.spec
Log:
Added a missing BuildRequires: perl(Module::Build) for the following packages :
* perl-Math-Geometry-Planar-Offset
* perl-Math-Vec


Modified: trunk/rpms/perl-Math-Geometry-Planar-Offset/perl-Math-Geometry-Planar-Offset.spec
===================================================================
--- trunk/rpms/perl-Math-Geometry-Planar-Offset/perl-Math-Geometry-Planar-Offset.spec	2008-01-02 12:33:19 UTC (rev 6073)
+++ trunk/rpms/perl-Math-Geometry-Planar-Offset/perl-Math-Geometry-Planar-Offset.spec	2008-01-02 16:05:47 UTC (rev 6074)
@@ -20,6 +20,7 @@
 
 BuildArch: noarch
 BuildRequires: perl
+BuildRequires: perl(Module::Build)
 
 %description
 perl-Math-Geometry-Planar-Offset is a Perl module to calculate offset polygons.
@@ -56,5 +57,7 @@
 %{perl_vendorlib}/Math/Geometry/Planar/Offset.pm
 
 %changelog
+* Wed Jan 02 2008 Fabian Arrotin <fabian.arrotin at arrfab.net> 
+- Added a missing BuildRequires: perl(Module::Build) to build properly in Mock
 * Sun Nov 04 2007 Dag Wieers <dag at wieers.com> - 1.05-1
 - Initial package. (using DAR)

Modified: trunk/rpms/perl-Math-Vec/perl-Math-Vec.spec
===================================================================
--- trunk/rpms/perl-Math-Vec/perl-Math-Vec.spec	2008-01-02 12:33:19 UTC (rev 6073)
+++ trunk/rpms/perl-Math-Vec/perl-Math-Vec.spec	2008-01-02 16:05:47 UTC (rev 6074)
@@ -19,6 +19,7 @@
 
 BuildArch: noarch
 BuildRequires: perl
+BuildRequires: perl(Module::Build)
 
 %description
 Object-Oriented Vector Math Methods in Perl.
@@ -48,5 +49,7 @@
 %{perl_vendorlib}/Math/Vec.pm
 
 %changelog
+* Wed Jan 02 2008 Fabian Arrotin <fabian.arrotin at arrfab.net> 
+- Added a missing BuildRequires: perl(Module::Build) to build properly in Mock
 * Sat Aug 04 2007 Dag Wieers <dag at wieers.com> - 1.01-1
 - Initial package. (using DAR)



More information about the svn-commits mailing list