From 2b1834b04ce254e12fc7b4d88f40db5117e359c7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 20 Feb 2016 09:31:45 +0100 Subject: libzip-last: minor fix --- libzip.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libzip.spec b/libzip.spec index 85e9787..f2e2efc 100644 --- a/libzip.spec +++ b/libzip.spec @@ -46,6 +46,7 @@ BuildRequires: perl(Cwd) BuildRequires: perl(Data::Dumper) BuildRequires: perl(File::Copy) BuildRequires: perl(File::Path) +BuildRequires: perl(Getopt::Long) BuildRequires: perl(IPC::Open3) BuildRequires: perl(Symbol) BuildRequires: perl(UNIVERSAL) @@ -62,7 +63,7 @@ can be added from data buffers, files, or compressed data copied directly from other zip archives. Changes made without closing the archive can be reverted. The API is documented by man pages. %if "%{name}" != "%{libname}" -%{name} is designed to be installed beside %{name}. +%{name} is designed to be installed beside %{libname}. %endif -- cgit