]> git.pld-linux.org Git - packages/php.git/commitdiff
correct embedded dependency when php_suffix is defined
authorElan Ruusamäe <glen@delfi.ee>
Thu, 24 Jan 2013 09:49:18 +0000 (11:49 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 24 Jan 2013 09:49:18 +0000 (11:49 +0200)
php.spec

index e6c2b013df6c7d10f291faaa9c33224e1716b8ef..a3b762c881b2eeb115e6c49ff0566c810093d6d4 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -565,7 +565,7 @@ Requires:   libtool >= 2:2.2
 %else
 Requires:      libtool
 %endif
-%{?with_embed:Requires:        %{orgname}-embedded = %{epoch}:%{version}-%{release}}
+%{?with_embed:Requires:        %{name}-embedded = %{epoch}:%{version}-%{release}}
 %{?with_pcre:Requires: pcre-devel >= 8.10}
 Requires:      shtool
 Obsoletes:     php-pear-devel
This page took 0.517268 seconds and 4 git commands to generate.