[perl-Net-IDN-Encode: 4/9] Add a requirement left out by rpmbuild

Mathieu Bridon bochecha at fedoraproject.org
Mon Jan 21 04:34:59 UTC 2013


commit a37e698e296dd4bb297edc947fd6ff545246956e
Author: Mathieu Bridon <bochecha at fedoraproject.org>
Date:   Thu Jan 17 16:05:26 2013 +0800

    Add a requirement left out by rpmbuild

 perl-Net-IDN-Encode.spec |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/perl-Net-IDN-Encode.spec b/perl-Net-IDN-Encode.spec
index a6169e4..edbd8d5 100644
--- a/perl-Net-IDN-Encode.spec
+++ b/perl-Net-IDN-Encode.spec
@@ -18,6 +18,9 @@ BuildRequires:  perl(XSLoader)
 
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
+# This isn't picked up automatically by rpmbuild
+Requires:       perl(XSLoader)
+
 %{?perl_default_filter}
 
 %description
@@ -54,6 +57,7 @@ find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
 
 %changelog
 - Add missing build requirements.
+- Add a requirement left out by rpmbuild.
 
 * Wed Jan 02 2013 Mathieu Bridon <bochecha at fedoraproject.org> - 2.003-1
 - Initial package for Fedora, with help from cpanspec.


More information about the scm-commits mailing list