]> git.pld-linux.org Git - packages/php-pecl-msgpack.git/commitdiff
this is php >= 7.0 version only
authorElan Ruusamäe <glen@delfi.ee>
Tue, 22 Nov 2016 20:18:09 +0000 (22:18 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 22 Nov 2016 20:18:09 +0000 (22:18 +0200)
php-pecl-msgpack.spec

index 6e5010cd4d390c346d42f73e54665937d38ebdeb..07993661e6e0bdb1c61e1d1c5a0697be6a93b737 100644 (file)
@@ -6,6 +6,7 @@
 %define                modname msgpack
 Summary:       PHP extension for interfacing with MessagePack
 Name:          %{php_name}-pecl-%{modname}
+# For PHP < 7, see 0.5.x branch
 Version:       2.0.1
 Release:       1
 License:       PHP 3.01
@@ -14,7 +15,7 @@ Source0:      http://pecl.php.net/get/%{modname}-%{version}.tgz
 # Source0-md5: 4d1db4592ffa4101601aefc794191de5
 Patch0:                test041.patch
 URL:           http://pecl.php.net/package/msgpack/
-BuildRequires: %{php_name}-devel
+BuildRequires: %{php_name}-devel >= 4:7.0.0
 BuildRequires: rpmbuild(macros) >= 1.666
 %if %{with tests}
 BuildRequires: %{php_name}-cli
This page took 0.054107 seconds and 4 git commands to generate.