]> git.pld-linux.org Git - packages/phpMyAdmin.git/blame - phpMyAdmin.spec
- security up to 2.9.0.1 - XSRF (Cross Site Request Forgery) vulnerabilities
[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
cf1b2e8c 4Version: 2.9.0.1
5Release: 1
c6adf9fe 6License: GPL v2
78a895aa 7Group: Applications/Databases/Interfaces
52f3e0d7 8Source0: http://dl.sourceforge.net/phpmyadmin/%{name}-%{version}.tar.bz2
cf1b2e8c 9# Source0-md5: 006fe1dc2ac4e6b15f246fe798e0e68f
aac07012 10Source1: %{name}.conf
d0c3620a 11Patch0: %{name}-config.patch
50091634 12URL: http://www.phpmyadmin.net/
72d7283c 13BuildRequires: rpmbuild(macros) >= 1.268
f935b243 14Requires(triggerpostun): sed >= 4.0
3bd8cf16 15Requires: php
261ef779 16Requires: php-mysql
7cfdc45d 17Requires: php-pcre
f935b243 18Requires: webapps
200a877c 19#Suggests: php-mbstring
89cacb94 20BuildArch: noarch
78a895aa
PG
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
7e9b99de 23%define _appdir %{_datadir}/%{name}
f935b243
ER
24%define _webapps /etc/webapps
25%define _webapp %{name}
26%define _sysconfdir %{_webapps}/%{_webapp}
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:
1d23e58d 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
78a895aa
PG
44
45%description -l pl
46