diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-08-21 10:12:33 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-08-21 10:12:33 +0200 |
commit | 0c6aea81edccdbc7f66dcd077e1536fd2e0685fd (patch) | |
tree | 9c7a7f7f36daa739364378c9839772b36bb5042b | |
parent | 1de05fdb59f0650b9d1e9ca85ed9edfbcc092644 (diff) |
BR pkgconfig(libzip) instead of libzip-devel
-rw-r--r-- | php-pecl-zip.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-pecl-zip.spec b/php-pecl-zip.spec index 244a11b..20c2ea5 100644 --- a/php-pecl-zip.spec +++ b/php-pecl-zip.spec @@ -33,7 +33,7 @@ Patch1: zip-systemlibzip.patch BuildRequires: php-devel %if %{with_libzip} -BuildRequires: libzip-devel >= 0.11.1 +BuildRequires: pkgconfig(libzip) >= 0.11.1 %else BuildRequires: zlib-devel %endif |