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