psabata pushed to perl-Net-IDN-Encode (master). "Prevent FTBFS by correcting the build time dependency list"

notifications at fedoraproject.org notifications at fedoraproject.org
Tue Aug 11 12:52:02 UTC 2015


From ae81199696ca3abe369d6721f2c2693caad34861 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= <contyk at redhat.com>
Date: Tue, 11 Aug 2015 14:51:55 +0200
Subject: Prevent FTBFS by correcting the build time dependency list


diff --git a/perl-Net-IDN-Encode.spec b/perl-Net-IDN-Encode.spec
index dfa714b..0484412 100644
--- a/perl-Net-IDN-Encode.spec
+++ b/perl-Net-IDN-Encode.spec
@@ -1,19 +1,30 @@
 Name:           perl-Net-IDN-Encode
 Summary:        Internationalizing Domain Names in Applications (IDNA)
 Version:        2.300
-Release:        1%{?dist}
+Release:        2%{?dist}
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Net-IDN-Encode/
 Source0:        http://www.cpan.org/authors/id/C/CF/CFAERBER/Net-IDN-Encode-%{version}.tar.gz
 
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  glibc-common
+BuildRequires:  perl
+BuildRequires:  perl(bytes)
 BuildRequires:  perl(Carp)
+BuildRequires:  perl(constant)
 BuildRequires:  perl(Exporter)
+BuildRequires:  perl(integer)
 BuildRequires:  perl(Module::Build)
-BuildRequires:  perl(Test::Pod)
-BuildRequires:  perl(Test::Pod::Coverage)
+BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::NoWarnings)
+BuildRequires:  perl(Test::Pod) >= 1.00
+BuildRequires:  perl(Test::Pod::Coverage)
 BuildRequires:  perl(Unicode::Normalize)
+BuildRequires:  perl(Unicode::UCD)
+BuildRequires:  perl(utf8)
+BuildRequires:  perl(warnings)
 BuildRequires:  perl(XSLoader)
 
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@@ -67,6 +78,9 @@ find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
 
 
 %changelog
+* Tue Aug 11 2015 Petr Ĺ abata <contyk at redhat.com> - 2.300-2
+- Prevent FTBFS by correcting the build time dependency list
+
 * Thu Jul 23 2015 Emmanuel Seyman <emmanuel at seyman.fr> - 2.300-1
 - Update to 2.300
 - Use %%license tag
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-Net-IDN-Encode.git/commit/?h=master&id=ae81199696ca3abe369d6721f2c2693caad34861


More information about the perl-devel mailing list