]> git.pld-linux.org Git - packages/phpMyAdmin.git/blame - phpMyAdmin.spec
- adapterized (sorted %verify flags)
[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
bd318a98 5%define _pl pl4
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
bd318a98 11# Source0-md5: a49885849bec79d35f6bdae73cdb813d
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/
6f6d7778 16Requires(postun): perl-base
3bd8cf16
ER
17#Requires: mysql
18Requires: php
261ef779 19Requires: php-mysql
7cfdc45d 20Requires: php-pcre
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