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