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