]> git.pld-linux.org Git - packages/phpMyAdmin.git/blame_incremental - phpMyAdmin.spec
- spelling fixes, uppercases, etc.
[packages/phpMyAdmin.git] / phpMyAdmin.spec
... / ...
CommitLineData
1Summary: phpMyAdmin - web-based MySQL administration
2Summary(pl): phpMyAdmin - administracja bazami MySQL przez WWW
3Name: phpMyAdmin
4%define _pl pl2
5%define _rel 3
6# NOTE: bump _rel with every new patchlevel
7Version: 2.6.0
8#Release: 1
9Release: %{_rel}.%{_pl}
10#Release: 0.%{_pl}.%{_rel}
11License: GPL v2
12Group: Applications/Databases/Interfaces
13Source0: http://dl.sourceforge.net/phpmyadmin/%{name}-%{version}-%{_pl}.tar.bz2
14# Source0-md5: f9000262ce736ec21369e1be1522ea0d
15# Source0-size: 1278267
16#Source0: http://dl.sourceforge.net/phpmyadmin/%{name}-%{version}.tar.bz2
17Source1: %{name}.conf
18Patch0: %{name}-config.patch
19URL: http://www.phpmyadmin.net/
20#Requires: mysql
21Requires(postun): perl-base
22Requires: php-mysql
23Requires: php-pcre
24Requires: php
25Requires: webserver
26BuildArch: noarch
27BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
28
29%define _myadmindir %{_datadir}/%{name}
30%define _sysconfdir /etc/%{name}
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:
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
48
49%description -l pl
50