]> git.pld-linux.org Git - packages/phpMyAdmin.git/blame_incremental - phpMyAdmin.spec
- updated to 2.6.4pl2 (security release)
[packages/phpMyAdmin.git] / phpMyAdmin.spec
... / ...
CommitLineData
1# TODO
2# - http://www.gentoo.org/security/en/glsa/glsa-200504-30.xml
3Summary: phpMyAdmin - web-based MySQL administration
4Summary(pl): phpMyAdmin - administracja bazami MySQL przez WWW
5Name: phpMyAdmin
6Version: 2.6.4
7%define _pl pl2
8#Release: 1
9Release: 2.%{_pl}.1
10License: GPL v2
11Group: Applications/Databases/Interfaces
12Source0: http://dl.sourceforge.net/phpmyadmin/%{name}-%{version}-%{_pl}.tar.bz2
13# Source0-md5: 7d0e0ac0ebf97be76043ed4cbba588c9
14#Source0: http://dl.sourceforge.net/phpmyadmin/%{name}-%{version}.tar.bz2
15Source1: %{name}.conf
16Patch0: %{name}-config.patch
17URL: http://www.phpmyadmin.net/
18#Requires: mysql
19Requires(postun): perl-base
20Requires: php-mysql
21Requires: php-pcre
22Requires: php
23Requires: webserver
24BuildArch: noarch
25BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27%define _myadmindir %{_datadir}/%{name}
28%define _sysconfdir /etc/%{name}
29
30%description
31phpMyAdmin can administer a whole MySQL-server (needs a super-user)
32but also a single database. To accomplish the latter you'll need a
33properly set up MySQL-user who can read/write only the desired
34database. It's up to you to look up the appropiate part in the MySQL
35manual. Currently phpMyAdmin can:
36- create and drop databases
37- create, copy, drop and alter tables
38- delete, edit and add fields
39- execute any SQL-statement, even batch-queries
40- manage keys on fields
41- load text files into tables
42- create (*) and read dumps of tables
43- export (*) and import data to CSV values
44- administer multiple servers and single databases
45- communicate in more than 20 different languages
46
47%description -l pl
48