enable php-fpm on secondary arch (#849490)
This commit is contained in:
parent
8a7f0643a6
commit
f8329d77b5
9
php.spec
9
php.spec
@ -18,11 +18,7 @@
|
|||||||
# arch detection heuristic used by bindir/mysql_config.
|
# arch detection heuristic used by bindir/mysql_config.
|
||||||
%global mysql_config %{_libdir}/mysql/mysql_config
|
%global mysql_config %{_libdir}/mysql/mysql_config
|
||||||
|
|
||||||
%ifarch %{ix86} x86_64
|
|
||||||
%global with_fpm 1
|
%global with_fpm 1
|
||||||
%else
|
|
||||||
%global with_fpm 0
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%if 0%{?__isa:1}
|
%if 0%{?__isa:1}
|
||||||
%global isasuffix -%{__isa}
|
%global isasuffix -%{__isa}
|
||||||
@ -56,7 +52,7 @@
|
|||||||
Summary: PHP scripting language for creating dynamic web sites
|
Summary: PHP scripting language for creating dynamic web sites
|
||||||
Name: php
|
Name: php
|
||||||
Version: 5.4.6
|
Version: 5.4.6
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: PHP
|
License: PHP
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
URL: http://www.php.net/
|
URL: http://www.php.net/
|
||||||
@ -1287,6 +1283,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 20 2012 Remi Collet <remi@fedoraproject.org> 5.4.6-2
|
||||||
|
- enable php-fpm on secondary arch (#849490)
|
||||||
|
|
||||||
* Fri Aug 17 2012 Remi Collet <remi@fedoraproject.org> 5.4.6-1
|
* Fri Aug 17 2012 Remi Collet <remi@fedoraproject.org> 5.4.6-1
|
||||||
- update to 5.4.6
|
- update to 5.4.6
|
||||||
- update to v9 of systzdata patch
|
- update to v9 of systzdata patch
|
||||||
|
Loading…
Reference in New Issue
Block a user