From 9f859b45cd201c6d9c2e9b317298b110ad2af0ec Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova <jplesnik@redhat.com>
Date: Tue, 31 Mar 2020 08:51:46 +0200
Subject: [PATCH] Specify all perl dependencies

---
 convmv.spec | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/convmv.spec b/convmv.spec
index e34a898..002d5fa 100644
--- a/convmv.spec
+++ b/convmv.spec
@@ -1,15 +1,24 @@
 Summary: Convert filename encodings
 Name: convmv
 Version: 2.05
-Release: 5%{?dist}
+Release: 6%{?dist}
 
 License: GPLv2 or GPLv3
 URL: http://j3e.de/linux/convmv
 Source0: http://j3e.de/linux/convmv/convmv-%{version}.tar.gz
 Patch0: convmv-2.0-preserve-timestamps.patch
 BuildArch: noarch
+BuildRequires: make
 BuildRequires: perl-generators
+BuildRequires: perl(bytes)
+BuildRequires: perl(Cwd)
+BuildRequires: perl(Encode)
+BuildRequires: perl(File::Basename)
+BuildRequires: perl(File::Compare)
+BuildRequires: perl(File::Find)
 BuildRequires: perl(Getopt::Long)
+BuildRequires: perl(Unicode::Normalize)
+BuildRequires: perl(utf8)
 
 %description
 This package contains the tool convmv with which you can convert the encodings
@@ -36,6 +45,9 @@ make PREFIX=%{_prefix} DESTDIR=%{buildroot} install
 %{_mandir}/man*/*
 
 %changelog
+* Tue Mar 31 2020 Jitka Plesnikova <jplesnik@redhat.com> - 2.05-6
+- Specify all perl dependencies
+
 * Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.05-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild