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