]> git.pld-linux.org Git - packages/phpMyAdmin.git/blame - phpMyAdmin.spec
- simplified prep
[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
7b026d67 4%define _pl rc2
a8ddd490 5%define _rel 3
d9908956 6# NOTE: bump _rel with every new patchlevel
7b026d67 7Version: 2.6.0
226c706b 8#Release: 0.%{_pl}.%{_rel}
9Release: 1
c6adf9fe 10License: GPL v2
78a895aa 11Group: Applications/Databases/Interfaces
226c706b 12#Source0: http://dl.sourceforge.net/phpmyadmin/%{name}-%{version}-%{_pl}.tar.bz2
13Source0: http://dl.sourceforge.net/phpmyadmin/%{name}-%{version}.tar.bz2
14# Source0-md5: 7d8dc68a88aca0c5f36c5d8996bb563f
aac07012 15Source1: %{name}.conf
d0c3620a 16Patch0: %{name}-config.patch
50091634 17URL: http://www.phpmyadmin.net/
6fb06347 18#Requires: mysql
6f6d7778 19Requires(postun): perl-base
261ef779 20Requires: php-mysql
7cfdc45d 21Requires: php-pcre
d378c44b 22Requires: php
78a895aa 23Requires: webserver
89cacb94 24BuildArch: noarch
78a895aa
PG
25BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
aac07012
TO
27%define _myadmindir %{_datadir}/%{name}
28%define _sysconfdir /etc/%{name}
78a895aa
PG
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