summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-01-08 14:57:47 +0100
committerRemi Collet <fedora@famillecollet.com>2014-01-08 14:57:47 +0100
commit181a7af7eae5115f48f67d8451dc92310797472b (patch)
tree5fc632d54b801c4577cdd604e6a6784a450e9d2b
parent28db69352b89f91a032c6bf37288b3e2e887c616 (diff)
php-pecl-yaf: 2.3.1 (beta), for remi-test
-rw-r--r--php-pecl-yaf.spec32
1 files changed, 5 insertions, 27 deletions
diff --git a/php-pecl-yaf.spec b/php-pecl-yaf.spec
index e584202..1b655c8 100644
--- a/php-pecl-yaf.spec
+++ b/php-pecl-yaf.spec
@@ -16,7 +16,7 @@
Summary: Yet Another Framework
Name: %{?scl_prefix}php-pecl-yaf
-Version: 2.3.0
+Version: 2.3.1
Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
License: PHP
Group: Development/Languages
@@ -24,24 +24,6 @@ URL: http://pecl.php.net/package/yaf
Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz
Source1: %{pecl_name}.ini
-# https://github.com/laruence/php-yaf/issues/82
-Source2: https://raw.github.com/laruence/php-yaf/yaf-2.3.0/requests/yaf_request_http.h
-Source3: https://raw.github.com/laruence/php-yaf/yaf-2.3.0/requests/yaf_request_simple.h
-Source4: https://raw.github.com/laruence/php-yaf/yaf-2.3.0/responses/yaf_response_http.h
-Source5: https://raw.github.com/laruence/php-yaf/yaf-2.3.0/responses/yaf_response_cli.h
-Source6: https://raw.github.com/laruence/php-yaf/yaf-2.3.0/views/yaf_view_interface.h
-Source7: https://raw.github.com/laruence/php-yaf/yaf-2.3.0/views/yaf_view_simple.h
-Source8: https://raw.github.com/laruence/php-yaf/yaf-2.3.0/configs/yaf_config_ini.h
-Source9: https://raw.github.com/laruence/php-yaf/yaf-2.3.0/configs/yaf_config_simple.h
-Source10: https://raw.github.com/laruence/php-yaf/yaf-2.3.0/routes/yaf_route_interface.h
-Source11: https://raw.github.com/laruence/php-yaf/yaf-2.3.0/routes/yaf_route_simple.h
-Source12: https://raw.github.com/laruence/php-yaf/yaf-2.3.0/routes/yaf_route_static.h
-Source13: https://raw.github.com/laruence/php-yaf/yaf-2.3.0/routes/yaf_route_regex.h
-Source14: https://raw.github.com/laruence/php-yaf/yaf-2.3.0/routes/yaf_route_map.h
-Source15: https://raw.github.com/laruence/php-yaf/yaf-2.3.0/routes/yaf_route_rewrite.h
-Source16: https://raw.github.com/laruence/php-yaf/yaf-2.3.0/routes/yaf_route_supervar.h
-Source17: https://raw.github.com/laruence/php-yaf/yaf-2.3.0/tests/multi-section.ini
-
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: %{?scl_prefix}php-devel >= 5.2.0
BuildRequires: %{?scl_prefix}php-pear
@@ -85,13 +67,6 @@ to develop web applications.
%setup -q -c
mv %{pecl_name}-%{version} NTS
-cp %{SOURCE2} %{SOURCE3} NTS/requests/
-cp %{SOURCE4} %{SOURCE5} NTS/responses/
-cp %{SOURCE6} %{SOURCE7} NTS/views/
-cp %{SOURCE8} %{SOURCE9} NTS/configs/
-cp %{SOURCE10} %{SOURCE11} %{SOURCE12} %{SOURCE13} %{SOURCE14} %{SOURCE15} %{SOURCE16} NTS/routes/
-cp %{SOURCE17} NTS/tests/
-
# Sanity check, really often broken
extver=$(sed -n '/#define PHP_YAF_VERSION/{s/.*\t"//;s/".*$//;p}' NTS/php_yaf.h )
if test "x${extver}" != "x%{version}"; then
@@ -132,7 +107,7 @@ install -D -m 644 %{SOURCE1} %{buildroot}%{php_ztsinidir}/%{pecl_name}.ini
%endif
# Install the package XML file
-install -D -m 644 package2.xml %{buildroot}%{pecl_xmldir}/%{name}.xml
+install -D -m 644 package.xml %{buildroot}%{pecl_xmldir}/%{name}.xml
# Test & Documentation
for i in $(grep 'role="test"' package.xml | sed -e 's/^.*name="//;s/".*$//')
@@ -203,6 +178,9 @@ rm -rf %{buildroot}
%changelog
+* Wed Jan 08 2014 Remi Collet <remi@fedoraproject.org> - 2.3.1-1
+- Update to 2.3.1 (beta)
+
* Wed Jan 08 2014 Remi Collet <remi@fedoraproject.org> - 2.3.0-1
- Update to 2.3.0 (beta)
- install doc in pecl doc_dir