]> git.pld-linux.org Git - packages/phpMyAdmin.git/blame - phpMyAdmin.spec
- release 3 - trigger home/services too
[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
a7471e3c 4Version: 2.5.3
bcd6a163 5Release: 3
c6adf9fe 6License: GPL v2
78a895aa 7Group: Applications/Databases/Interfaces
7cd21c0e
AG
8Source0: http://dl.sourceforge.net/phpmyadmin/%{name}-%{version}-php.tar.bz2
9# Source0-md5: 1a7848cdb2e004ae07012f2306606e0f
aac07012 10Source1: %{name}.conf
d0c3620a 11Patch0: %{name}-config.patch
50091634 12URL: http://www.phpmyadmin.net/
5be347d5 13BuildRequires: rpm-php-pearprov
6fb06347 14#Requires: mysql
077ea1e9 15Requires(postun): perl
261ef779 16Requires: php-mysql
7cfdc45d 17Requires: php-pcre
d378c44b 18Requires: php
78a895aa
PG
19Requires: webserver
20Buildarch: noarch
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