summaryrefslogtreecommitdiffstats
path: root/php-pecl-stomp.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-01-05 08:00:57 +0100
committerRemi Collet <fedora@famillecollet.com>2016-01-05 08:00:57 +0100
commitf48cde1848aadf51fb859f662604389c42b4c6f5 (patch)
tree4323045f0b1046c9d14f92c06a7d8381912f1ba9 /php-pecl-stomp.spec
parent90f62172100f51f32a47da8d7a87dfea0bfd2fea (diff)
php-pecl-stomp: 1.0.9 (php 5, stable)
Diffstat (limited to 'php-pecl-stomp.spec')
-rw-r--r--php-pecl-stomp.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/php-pecl-stomp.spec b/php-pecl-stomp.spec
index 39c257a..978331d 100644
--- a/php-pecl-stomp.spec
+++ b/php-pecl-stomp.spec
@@ -12,8 +12,8 @@
%{!?__pecl: %global __pecl %{_bindir}/pecl}
%{!?__php: %global __php %{_bindir}/php}
-%global with_zts 0%{?__ztsphp:1}
-%global pecl_name stomp
+%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
+%global pecl_name stomp
%if "%{php_version}" < "5.6"
# After sockets
%global ini_name %{pecl_name}.ini
@@ -24,7 +24,7 @@
Summary: Stomp client extension
Name: %{?scl_prefix}php-pecl-%{pecl_name}
-Version: 1.0.8
+Version: 1.0.9
Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
License: PHP
Group: Development/Languages
@@ -75,7 +75,7 @@ and procedural interfaces.
Documentation: http://php.net/stomp
-Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection}.
+Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection (%{scl} by %{?scl_vendor}%{!?scl_vendor:rh})}.
%prep
@@ -162,9 +162,6 @@ do install -Dpm 644 NTS/$i %{buildroot}%{pecl_docdir}/%{pecl_name}/$i
done
-# Don't install/register tests
-sed -e 's/role="test"/role="src"/' -i package.xml
-
# when pear installed alone, after us
%triggerin -- %{?scl_prefix}php-pear
if [ -x %{__pecl} ] ; then
@@ -219,6 +216,9 @@ rm -rf %{buildroot}
%changelog
+* Tue Jan 05 2016 Remi Collet <remi@fedoraproject.org> - 1.0.9-1
+- Update to 1.0.9 (stable)
+
* Tue May 19 2015 Remi Collet <remi@fedoraproject.org> - 1.0.8-1
- Update to 1.0.8 (stable, no change)