]> git.pld-linux.org Git - packages/phpMyAdmin.git/blame_incremental - phpMyAdmin.spec
- cleanup; php-mbstring can be suggested in future
[packages/phpMyAdmin.git] / phpMyAdmin.spec
... / ...
CommitLineData
1Summary: phpMyAdmin - web-based MySQL administration
2Summary(pl): phpMyAdmin - administracja bazami MySQL przez WWW
3Name: phpMyAdmin
4Version: 2.6.4
5%define _pl pl4
6#Release: 1
7Release: 2.%{_pl}.1
8License: GPL v2
9Group: Applications/Databases/Interfaces
10Source0: http://dl.sourceforge.net/phpmyadmin/%{name}-%{version}-%{_pl}.tar.bz2
11# Source0-md5: a49885849bec79d35f6bdae73cdb813d
12#Source0: http://dl.sourceforge.net/phpmyadmin/%{name}-%{version}.tar.bz2
13Source1: %{name}.conf
14Patch0: %{name}-config.patch
15URL: http://www.phpmyadmin.net/
16Requires(postun): perl-base
17Requires: php
18Requires: php-mysql
19Requires: php-pcre
20Requires: webserver
21#Suggests: php-mbstring
22BuildArch: noarch
23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25%define _myadmindir %{_datadir}/%{name}
26%define _sysconfdir /etc/%{name}
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:
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
44
45%description -l pl
46