]> git.pld-linux.org Git - packages/phpMyAdmin.git/blame - phpMyAdmin.spec
- updated to 2.7.0-pl1
[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
8af337c8 4Version: 2.7.0
5%define _pl pl1
a82f4120 6#Release: 1
2ef2d686 7Release: 2.%{_pl}.1
c6adf9fe 8License: GPL v2
78a895aa 9Group: Applications/Databases/Interfaces
a82f4120 10Source0: http://dl.sourceforge.net/phpmyadmin/%{name}-%{version}-%{_pl}.tar.bz2
8af337c8 11# Source0-md5: 39bfebd35f9a2de03504812df173f27d
a82f4120 12#Source0: http://dl.sourceforge.net/phpmyadmin/%{name}-%{version}.tar.bz2
aac07012 13Source1: %{name}.conf
d0c3620a 14Patch0: %{name}-config.patch
50091634 15URL: http://www.phpmyadmin.net/
6f6d7778 16Requires(postun): perl-base
3bd8cf16 17Requires: php
261ef779 18Requires: php-mysql
7cfdc45d 19Requires: php-pcre
78a895aa 20Requires: webserver
200a877c 21#Suggests: php-mbstring
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:
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