Specify all perl dependencies
This commit is contained in:
parent
d7d8309663
commit
9f859b45cd
14
convmv.spec
14
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user