]> git.pld-linux.org Git - packages/phpMyAdmin.git/blame - phpMyAdmin.spec
- changing auth from config to http,
[packages/phpMyAdmin.git] / phpMyAdmin.spec
CommitLineData
d8c0193b
TO
1Summary: phpMyAdmin - web-based MySQL administration
2Summary(pl): phpMyAdmin - administracja bazami MySQL przez WWW
78a895aa 3Name: phpMyAdmin
7c196592 4Version: 2.4.0
be3e0398 5Release: 1
c6adf9fe 6License: GPL v2
78a895aa 7Group: Applications/Databases/Interfaces
50091634
JB
8Source0: http://dl.sourceforge.net/phpmyadmin/%{name}-%{version}-php.tar.bz2
9URL: http://www.phpmyadmin.net/
78a895aa 10Requires: mysql
261ef779 11Requires: php-mysql
78a895aa
PG
12Requires: webserver
13Buildarch: noarch
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
419de15f 16%define _myadmindir /home/services/httpd/html/myadmin
78a895aa
PG
17
18%description
19phpMyAdmin can administer a whole MySQL-server (needs a super-user)
20but also a single database. To accomplish the latter you'll need a
21properly set up MySQL-user who can read/write only the desired
22database. It's up to you to look up the appropiate part in the MySQL
23manual. Currently phpMyAdmin can:
24 - create and drop databases
25 - create, copy, drop and alter tables
26 - delete, edit and add fields
27 - execute any SQL-statement, even batch-queries
28 - manage keys on fields
29 - load text files into tables
30 - create (*) and read dumps of tables
31 - export (*) and import data to CSV values
32 - administer multiple servers and single databases
33 - communicate in more than 20 different languages
34
35%description -l pl
36