]> git.pld-linux.org Git - packages/phpMyAdmin.git/blame - phpMyAdmin.spec
- use %service in trigger to respect skip auto restarts of services; rel 3
[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
72d7283c 7%define _rel 3
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/
72d7283c 17BuildRequires: rpmbuild(macros) >= 1.268
f935b243 18Requires(triggerpostun): sed >= 4.0
3bd8cf16 19Requires: php
261ef779 20Requires: php-mysql
7cfdc45d 21Requires: php-pcre
f935b243 22Requires: webapps
200a877c 23#Suggests: php-mbstring
89cacb94 24BuildArch: noarch
78a895aa
PG
25BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
f935b243
ER
27%define _appdir %{_datadir}/%{name}
28%define _webapps /etc/webapps
29%define _webapp %{name}
30%define _sysconfdir %{_webapps}/%{_webapp}
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:
1d23e58d 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
78a895aa
PG
48
49%description -l pl
50