summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-02-20 09:31:45 +0100
committerRemi Collet <fedora@famillecollet.com>2016-02-20 09:31:45 +0100
commit2b1834b04ce254e12fc7b4d88f40db5117e359c7 (patch)
tree283a96f21f56ee16dc71dbff519e878b246ff9b5
parentf08d61bb25899b25c86c934f74e02b5500d87dda (diff)
libzip-last: minor fix
-rw-r--r--libzip.spec3
1 files changed, 2 insertions, 1 deletions
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