]> git.pld-linux.org Git - packages/phpMyAdmin.git/blame - phpMyAdmin.spec
- pack more files.
[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
75d7b400 5%define _pl pl2
f935b243 6# release 1 is for Ra
75d7b400 7%define _rel 2
73e14f83 8Release: %{_pl}.%{_rel}
c6adf9fe 9License: GPL v2
78a895aa 10Group: Applications/Databases/Interfaces
a82f4120 11Source0: http://dl.sourceforge.net/phpmyadmin/%{name}-%{version}-%{_pl}.tar.bz2
75d7b400 12# Source0-md5: 19a46b06254276f4e7c3803ea2d9b335
a82f4120 13#Source0: http://dl.sourceforge.net/phpmyadmin/%{name}-%{version}.tar.bz2
aac07012 14Source1: %{name}.conf
d0c3620a 15Patch0: %{name}-config.patch
50091634 16URL: http://www.phpmyadmin.net/
f935b243 17Requires(triggerpostun): sed >= 4.0
3bd8cf16 18Requires: php
261ef779 19Requires: php-mysql
7cfdc45d 20Requires: php-pcre
f935b243 21Requires: webapps
200a877c 22#Suggests: php-mbstring
89cacb94 23BuildArch: noarch
78a895aa
PG
24BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
f935b243
ER
26%define _appdir %{_datadir}/%{name}
27%define _webapps /etc/webapps
28%define _webapp %{name}
29%define _sysconfdir %{_webapps}/%{_webapp}
78a895aa
PG
30
31%description
32phpMyAdmin can administer a whole MySQL-server (needs a super-user)
33but also a single database. To accomplish the latter you'll need a
34properly set up MySQL-user who can read/write only the desired
35database. It's up to you to look up the appropiate part in the MySQL
36manual. Currently phpMyAdmin can:
1d23e58d 37- create and drop databases
38- create, copy, drop and alter tables
39- delete, edit and add fields
40- execute any SQL-statement, even batch-queries
41- manage keys on fields
42- load text files into tables
43- create (*) and read dumps of tables
44- export (*) and import data to CSV values
45- administer multiple servers and single databases
46- communicate in more than 20 different languages
78a895aa
PG
47
48%description -l pl
49