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