]> git.pld-linux.org Git - packages/phpMyAdmin.git/blame - phpMyAdmin.spec
- updated to 2.6.0-rc please note two things (please comment):
[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
7b026d67 4%define _pl rc2
5%define _rel 2
d9908956 6# NOTE: bump _rel with every new patchlevel
7b026d67 7Version: 2.6.0
8Release: 0.%{_pl}.%{_rel}
c6adf9fe 9License: GPL v2
78a895aa 10Group: Applications/Databases/Interfaces
d9908956 11Source0: http://dl.sourceforge.net/phpmyadmin/%{name}-%{version}-%{_pl}.tar.bz2
7b026d67 12# Source0-md5: 134fcb19e76a4bbab121d4aeefd2422b
aac07012 13Source1: %{name}.conf
d0c3620a 14Patch0: %{name}-config.patch
50091634 15URL: http://www.phpmyadmin.net/
6fb06347 16#Requires: mysql
6f6d7778 17Requires(postun): perl-base
261ef779 18Requires: php-mysql
7cfdc45d 19Requires: php-pcre
d378c44b 20Requires: php
78a895aa 21Requires: webserver
89cacb94 22BuildArch: noarch
78a895aa
PG
23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
aac07012
TO
25%define _myadmindir %{_datadir}/%{name}
26%define _sysconfdir /etc/%{name}
78a895aa
PG
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