]> git.pld-linux.org Git - packages/phpMyAdmin.git/blame - phpMyAdmin.spec
- updated to FINAL 2.6.1; STBR
[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
d462ca8b 4Version: 2.6.1
c9e8d159 5Release: 1
c6adf9fe 6License: GPL v2
78a895aa 7Group: Applications/Databases/Interfaces
c9e8d159
SP
8Source0: http://dl.sourceforge.net/phpmyadmin/%{name}-%{version}.tar.bz2
9# Source0-md5: eaa23b48760f2b31a8725bf85b0acecd
73625459 10#Source0: http://dl.sourceforge.net/phpmyadmin/%{name}-%{version}.tar.bz2
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:
1d23e58d 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
78a895aa
PG
42
43%description -l pl
44