]> git.pld-linux.org Git - packages/phpMyAdmin.git/commitdiff
- ... so really depend on php 5.2+
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 1 Oct 2008 10:04:08 +0000 (10:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    phpMyAdmin.spec -> 1.200

phpMyAdmin.spec

index 4b5298833f8c992aef8498730ae1e6a01c4a6dcd..4a8a79f128cc285277f37a6f8aee827825d1ebfb 100644 (file)
@@ -12,17 +12,17 @@ Source0:    http://dl.sourceforge.net/phpmyadmin/%{name}-%{version}-all-languages.t
 Source1:       %{name}.conf
 Source2:       %{name}-lighttpd.conf
 Patch0:                %{name}-config.patch
-Patch1:                %{name}-ServerSelectDisplayName.patch
-Patch2:                %{name}-ServerSelectDisplayName-config.patch
 URL:           http://www.phpmyadmin.net/
 BuildRequires: rpmbuild(macros) >= 1.268
+Patch1:                %{name}-ServerSelectDisplayName.patch
+Patch2:                %{name}-ServerSelectDisplayName-config.patch
 Requires(triggerpostun):       sed >= 4.0
-Requires:      php-common >= 5.2
-Requires:      php(ctype)
-Requires:      php(mbstring)
-Requires:      php(mcrypt)
-Requires:      php(mysql)
-Requires:      php(pcre)
+Requires:      php-common >= 4:5.2
+Requires:      php-ctype
+Requires:      php-mbstring
+Requires:      php-mcrypt
+Requires:      php-mysql
+Requires:      php-pcre
 Requires:      webapps
 Requires:      webserver(access)
 Requires:      webserver(alias)
This page took 0.026273 seconds and 4 git commands to generate.