]> git.pld-linux.org Git - packages/php.git/commitdiff
adapter
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 6 Jul 2017 15:01:03 +0000 (18:01 +0300)
committerElan Ruusamäe <glen@pld-linux.org>
Thu, 6 Jul 2017 15:01:03 +0000 (18:01 +0300)
php.spec

index b4e64f98e94f72e3c945064b33cc22f16753f301..73b959408696e8b0c9d8808d2495201b9ba91ea7 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -264,8 +264,8 @@ BuildRequires:      libxslt-devel >= 1.1.0
 %{?with_system_libzip:BuildRequires:   libzip-devel >= 0.10.1-2}
 %{?with_snmp:%{?with_tests:BuildRequires:      mibs-net-snmp}}
 %{?with_mm:BuildRequires:      mm-devel >= 1.3.0}
-%{!?with_pdo_mysql:BuildRequires:      mysql-devel}
 %{!?with_mysqli:BuildRequires: mysql-devel >= 4.1.13}
+%{!?with_pdo_mysql:BuildRequires:      mysql-devel}
 %{?with_snmp:BuildRequires:    net-snmp-devel >= 5.3}
 %{?with_ldap:BuildRequires:    openldap-devel >= 2.3.0}
 %if %{with openssl} || %{with ldap}
@@ -391,8 +391,8 @@ PHP - це мова написання скриптів, що вбудовуют
 Summary:       PHP support for Apache 2.x
 Summary(pl.UTF-8):     Wsparcie PHP dla Apache 2.x
 Group:         Development/Languages/PHP
-Requires:      apache-mod_%{name}-core = %{epoch}:%{version}-%{release}
 Requires:      %{name}-common = %{epoch}:%{version}-%{release}
+Requires:      apache-mod_%{name}-core = %{epoch}:%{version}-%{release}
 Provides:      webserver(php) = %{version}
 Obsoletes:     apache-mod_php < 4:5.3.28-7
 Obsoletes:     phpfi
This page took 0.058137 seconds and 4 git commands to generate.