]> git.pld-linux.org Git - packages/phpMyAdmin.git/blame - phpMyAdmin.spec
- 2.9.1.1
[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
8960794d 4Version: 2.9.1.1
cf1b2e8c 5Release: 1
c6adf9fe 6License: GPL v2
78a895aa 7Group: Applications/Databases/Interfaces
fb6eaade 8Source0: http://dl.sourceforge.net/phpmyadmin/%{name}-%{version}-all-languages.tar.bz2
8960794d 9# Source0-md5: 954675b5da3f33c2d53ae4b5096dbb0e
aac07012 10Source1: %{name}.conf
d0c3620a 11Patch0: %{name}-config.patch
50091634 12URL: http://www.phpmyadmin.net/
72d7283c 13BuildRequires: rpmbuild(macros) >= 1.268
f935b243 14Requires(triggerpostun): sed >= 4.0
3bd8cf16 15Requires: php
261ef779 16Requires: php-mysql
7cfdc45d 17Requires: php-pcre
f935b243 18Requires: webapps
9c9eb38c 19Requires: webserver(access)
200a877c 20#Suggests: php-mbstring
89cacb94 21BuildArch: noarch
78a895aa
PG
22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
7e9b99de 24%define _appdir %{_datadir}/%{name}
f935b243
ER
25%define _webapps /etc/webapps
26%define _webapp %{name}
27%define _sysconfdir %{_webapps}/%{_webapp}
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