Hello list,

I've noticed that there is no perl-Config-IniFiles-2.39 in el4 
(http://apt.sw.be/redhat/el4/en/x86_64/RPMS.dag/) but there is a 
perl-Config-IniFiles-2.47-1 in el5 
(http://apt.sw.be/redhat/el5/en/x86_64/RPMS.dag/).

Building the new version for the old el4 results in two blockers:

1) Missing build requirement for 'perl(Module::Build)'

2) A missing 'PL_FILES => {}' statement in in the 'Makefile.PL'.

The attached patch will fix both issues so building with el4 and el5 
it's then possible.

Greetings...

-- 
So long... Fuzz
diff -ru perl-Config-IniFiles-orig/Makefile.PL perl-Config-IniFiles/Makefile.PL
--- perl-Config-IniFiles-orig/Makefile.PL	2009-01-21 10:37:49.000000000 +0100
+++ perl-Config-IniFiles/Makefile.PL	2009-04-21 13:47:13.000000000 +0200
@@ -4,4 +4,5 @@
 WriteMakefile(
     'NAME'	=> 'Config::IniFiles',
     'VERSION_FROM' => 'lib/Config/IniFiles.pm', # finds $VERSION
+    PL_FILES => {},
 );
Only in perl-Config-IniFiles: .megabuild
diff -ru perl-Config-IniFiles-orig/perl-Config-IniFiles.spec perl-Config-IniFiles/perl-Config-IniFiles.spec
--- perl-Config-IniFiles-orig/perl-Config-IniFiles.spec	2009-03-19 03:21:49.000000000 +0100
+++ perl-Config-IniFiles/perl-Config-IniFiles.spec	2009-04-21 13:46:44.000000000 +0200
@@ -23,6 +23,7 @@
 BuildArch: noarch
 BuildRequires: perl
 BuildRequires: perl(ExtUtils::MakeMaker) >= 0:5.00503
+BuildRequires: perl(Module::Build)
 Requires: perl >= 0:5.00503
 
 %description
_______________________________________________
users mailing list
[email protected]
http://lists.rpmforge.net/mailman/listinfo/users

Reply via email to