Author: neoclust Date: Sun Feb 18 22:47:56 2007 New Revision: 122570 Modified: packages/cooker/phpMyAdmin/current/SPECS/phpMyAdmin.spec
Log: - Fix typo found by berthy Modified: packages/cooker/phpMyAdmin/current/SPECS/phpMyAdmin.spec ============================================================================== --- packages/cooker/phpMyAdmin/current/SPECS/phpMyAdmin.spec (original) +++ packages/cooker/phpMyAdmin/current/SPECS/phpMyAdmin.spec Sun Feb 18 22:47:56 2007 @@ -1,7 +1,7 @@ Summary: PhpMyAdmin is intended to handle the adminstration of MySQL over the web Name: phpMyAdmin Version: 2.9.2 -Release: %mkrel 1 +Release: %mkrel 2 License: GPL Group: System/Servers URL: http://www.phpmyadmin.net/ @@ -30,7 +30,7 @@ %define randstr() %1=`perl -e 'for ($i = 0, $bit = "!", $key = ""; $i < %2; $i++) {while ($bit !~ /^[0-9A-Za-z]$/) { $bit = chr(rand(90) + 32); } $key .= $bit; $bit = "!"; } print "$key";'` %description -phpMyAdmin is intended to handle the adminstration of MySQL over +phpMyAdmin is intended to handle the administration of MySQL over the web. Currently it can : create and drop databases, create, copy, drop and alter tables, delete, edit and add fields, execute any SQL-statement, even batch-queries, manage keys on fields, load
