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