summaryrefslogtreecommitdiffstats
path: root/php-pecl-phk.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-05-29 08:07:44 +0200
committerRemi Collet <fedora@famillecollet.com>2015-05-29 08:07:44 +0200
commit553cb7a0e0dcd687f957bceea08f09d8bc328d99 (patch)
tree81441b0d47340bc9fa801c89e018558623fa5460 /php-pecl-phk.spec
parentce0a66d06336a21699992119d6a4c5453341691a (diff)
php-pecl-phk: 3.0.0 (beta)
Diffstat (limited to 'php-pecl-phk.spec')
-rw-r--r--php-pecl-phk.spec16
1 files changed, 4 insertions, 12 deletions
diff --git a/php-pecl-phk.spec b/php-pecl-phk.spec
index 6cb07d9..7adc682 100644
--- a/php-pecl-phk.spec
+++ b/php-pecl-phk.spec
@@ -23,20 +23,12 @@
Summary: Accelerator for Automap and PHK
Name: %{?scl_prefix}php-pecl-%{pecl_name}
Version: 3.0.0
-Release: 0%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
+Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
License: MIT
Group: Development/Languages
URL: http://pecl.php.net/package/%{pecl_name}
Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz
-# https://github.com/flaupretre/pecl-phk/pull/1
-Patch0: %{pecl_name}-pr1.patch
-# https://github.com/flaupretre/pecl-phk/pull/2
-Patch1: %{pecl_name}-pr2.patch
-# https://github.com/flaupretre/pecl-phk/pull/3
-Patch2: %{pecl_name}-pr3.patch
-
-
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: %{?scl_prefix}php-devel > 5.3
BuildRequires: %{?scl_prefix}php-pear
@@ -104,9 +96,6 @@ sed -e 's/role="test"/role="src"/' \
-i package.xml
cd NTS
-%patch0 -p1 -b .php55
-%patch1 -p1 -b .phpzts
-%patch2 -p1 -b .zpp
# Sanity check, really often broken
extver=$(sed -n '/#define PHP_PHK_VERSION/{s/.* "//;s/".*$//;p}' php_phk.h)
@@ -243,6 +232,9 @@ rm -rf %{buildroot}
%changelog
+* Fri May 29 2015 Remi Collet <remi@fedoraproject.org> - 3.0.0-1
+- version 3.0.0 (beta)
+
* Thu May 28 2015 Remi Collet <remi@fedoraproject.org> - 3.0.0-0
- initial package for upcoming version 3.0.0
- open # https://github.com/flaupretre/pecl-phk/pull/1 PHP 5.5