]> git.pld-linux.org Git - packages/rpm-build-macros.git/commitdiff
__php_api_requires has no -v param
authorElan Ruusamäe <glen@delfi.ee>
Wed, 6 Jan 2016 11:42:08 +0000 (13:42 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 6 Jan 2016 11:42:08 +0000 (13:42 +0200)
rpm.macros

index 5d4c741016ec865d336f35783a3dc30b3c16eedc..93a955d03bf5ee68cbc7ffa54d8954ee863a239c 100644 (file)
@@ -977,7 +977,7 @@ fi; \
 %__php                                 /usr/bin/php%{php_versuffix}
 
 # helper macro
-%__php_api_requires(v:) Requires: %{php_name}(%{expand:%1}) = %{expand:%{%{!?2:%{1}}%{?2}}}
+%__php_api_requires() Requires: %{php_name}(%{expand:%1}) = %{expand:%{%{!?2:%{1}}%{?2}}}
 
 # macros for public use
 # for php extensions (php-pecl)
This page took 0.053972 seconds and 4 git commands to generate.