]> git.pld-linux.org Git - packages/phpMyAdmin.git/blame - phpMyAdmin.spec
- added missing js dir
[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
52f3e0d7 4Version: 2.8.0.1
f935b243 5# release 1 is for Ra
daca66e6 6Release: 2
c6adf9fe 7License: GPL v2
78a895aa 8Group: Applications/Databases/Interfaces
52f3e0d7 9Source0: http://dl.sourceforge.net/phpmyadmin/%{name}-%{version}.tar.bz2
10# Source0-md5: 1ef0b82402b1d43c2be32521baef8b7e
aac07012 11Source1: %{name}.conf
d0c3620a 12Patch0: %{name}-config.patch
50091634 13URL: http://www.phpmyadmin.net/
72d7283c 14BuildRequires: rpmbuild(macros) >= 1.268
f935b243 15Requires(triggerpostun): sed >= 4.0
3bd8cf16 16Requires: php
261ef779 17Requires: php-mysql
7cfdc45d 18Requires: php-pcre
f935b243 19Requires: webapps
200a877c 20#Suggests: php-mbstring
89cacb94 21BuildArch: noarch
78a895aa
PG
22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
f935b243
ER
24%define _appdir %{_datadir}/%{name}
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