summaryrefslogtreecommitdiffstats
path: root/php-pecl-memcache.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-04-08 11:09:41 +0200
committerRemi Collet <fedora@famillecollet.com>2013-04-08 11:09:41 +0200
commitf4fcfce907d36c1f5a137f1d3a44d389456b4003 (patch)
treef531276a7b01370fc796920d675fa50c9e824f69 /php-pecl-memcache.spec
parentde410a5cea96d3f106e021b2d41ca4c202787f11 (diff)
php-pecl-memcache: cleanups (from rawhide)
Diffstat (limited to 'php-pecl-memcache.spec')
-rw-r--r--php-pecl-memcache.spec12
1 files changed, 7 insertions, 5 deletions
diff --git a/php-pecl-memcache.spec b/php-pecl-memcache.spec
index a38798f..0575e87 100644
--- a/php-pecl-memcache.spec
+++ b/php-pecl-memcache.spec
@@ -76,7 +76,7 @@ if test "x${extver}" != "x%{version}"; then
fi
popd
-%{__php} %{SOURCE2} package.xml | tee CHANGELOG | head -n 5
+%{__php} %{SOURCE2} package.xml | tee CHANGELOG | head -n 8
cat >%{pecl_name}.ini << 'EOF'
; ----- Enable %{pecl_name} extension module
@@ -141,11 +141,12 @@ rm -rf %{buildroot}
make -C %{pecl_name}-%{version} \
install INSTALL_ROOT=%{buildroot}
+# Drop in the bit of configuration
+install -D -m 644 %{pecl_name}.ini %{buildroot}%{php_inidir}/%{pecl_name}.ini
+
make -C %{pecl_name}-%{version}-zts \
install INSTALL_ROOT=%{buildroot}
-# Drop in the bit of configuration
-install -D -m 644 %{pecl_name}.ini %{buildroot}%{php_inidir}/%{pecl_name}.ini
install -D -m 644 %{pecl_name}.ini %{buildroot}%{php_ztsinidir}/%{pecl_name}.ini
# Install XML package description
@@ -210,11 +211,12 @@ fi
%defattr(-, root, root, -)
%doc CHANGELOG %{pecl_name}-%{version}/{CREDITS,README,LICENSE}
%doc %{pecl_name}-%{version}/example.php %{pecl_name}-%{version}/memcache.php
+%{pecl_xmldir}/%{name}.xml
%config(noreplace) %{php_inidir}/%{pecl_name}.ini
-%config(noreplace) %{php_ztsinidir}/%{pecl_name}.ini
%{php_extdir}/%{pecl_name}.so
+
+%config(noreplace) %{php_ztsinidir}/%{pecl_name}.ini
%{php_ztsextdir}/%{pecl_name}.so
-%{pecl_xmldir}/%{name}.xml
%changelog