]> git.pld-linux.org Git - projects/template-specs.git/commitdiff
php-pecl: use modname macro in provides by default
authorElan Ruusamäe <glen@delfi.ee>
Wed, 12 Oct 2016 18:36:47 +0000 (21:36 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 12 Oct 2016 18:36:47 +0000 (21:36 +0300)
php-pecl.spec

index 2b89b3d58ceba7753849d8c30f40a94b9de52d17..9cc894ebf273446da239ec56f0796aa70c060c37 100644 (file)
@@ -22,7 +22,7 @@ BuildRequires:        %{php_name}-cli
 BuildRequires: %{php_name}-pcre
 %endif
 %{?requires_php_extension}
-Provides:      php(MODULE_NAME) = %{version}
+Provides:      php(%{modname}) = %{version}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
This page took 0.052119 seconds and 4 git commands to generate.