]> git.pld-linux.org Git - packages/phpMyAdmin.git/blame - phpMyAdmin.spec
- release 2 (1 is for Ra)
[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
65e6e589 4Version: 2.6.2
6a12476e 5#%define _pl rc1
d40fa4c7 6Release: 2
c6adf9fe 7License: GPL v2
78a895aa 8Group: Applications/Databases/Interfaces
6a12476e
SP
9#Source0: http://dl.sourceforge.net/phpmyadmin/%{name}-%{version}-%{_pl}.tar.bz2
10Source0: http://dl.sourceforge.net/phpmyadmin/%{name}-%{version}.tar.bz2
11# Source0-md5: 7fc8cf4e7f9a84d725b159176e0621e1
aac07012 12Source1: %{name}.conf
d0c3620a 13Patch0: %{name}-config.patch
50091634 14URL: http://www.phpmyadmin.net/
6fb06347 15#Requires: mysql
6f6d7778 16Requires(postun): perl-base
261ef779 17Requires: php-mysql
7cfdc45d 18Requires: php-pcre
d378c44b 19Requires: php
78a895aa 20Requires: webserver
89cacb94 21BuildArch: noarch
78a895aa
PG
22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
aac07012
TO
24%define _myadmindir %{_datadir}/%{name}
25%define _sysconfdir /etc/%{name}
78a895aa
PG
26
27%description
28phpMyAdmin can administer a whole MySQL-server (needs a super-user)
29but also a single database. To accomplish the latter you'll need a
30properly set up MySQL-user who can read/write only the desired
31database. It's up to you to look up the appropiate part in the MySQL
32manual. Currently phpMyAdmin can:
1d23e58d 33- create and drop databases
34- create, copy, drop and alter tables
35- delete, edit and add fields
36- execute any SQL-statement, even batch-queries
37- manage keys on fields
38- load text files into tables
39- create (*) and read dumps of tables
40- export (*) and import data to CSV values
41- administer multiple servers and single databases
42- communicate in more than 20 different languages
78a895aa
PG
43
44%description -l pl
45