]> git.pld-linux.org Git - packages/phpPgAdmin.git/blob - phpPgAdmin.spec
- Updated descriptions in specfile
[packages/phpPgAdmin.git] / phpPgAdmin.spec
1 Summary:        phpPgAdmin - web-based PostgreSQL administration
2 Summary(pl):    phpPgAdmin - administracja bazami PostgreSQL przez WWW
3 Name:           phpPgAdmin
4 Version:        2.3.1
5 Release:        1
6 License:        GPL v2
7 Group:          Applications/Databases/Interfaces
8 Group(de):      Applikationen/Dateibanken/Schnittstellen
9 Group(pl):      Aplikacje/Bazy danych/Interfejsy
10 Source:         http://prdownloads.sourceforge.net/phppgadmin/%{name}_2-3-1.tar.gz
11 URL:            http://sourceforge.net/projects/phppgadmin/
12 Requires:       postgresql
13 Requires:       php >= 4
14 Requires:       webserver
15 Buildarch:      noarch
16 BuildRoot:      /tmp/%{name}-%{version}-root
17
18
19 %define         _pgadmindir     /home/httpd/html/pgadmin
20
21 %description
22 phpPgAdmin is a fully functional web-based administration utility for a
23 PostgreSQL database server. It handles all the basic functionality as well
24 as some advanced features such as triggers, views and functions (stored
25 procs)
26
27 %description -l pl
28 phpPgAdmin jest w pelni funkcjonalnym bazowanym na WWW narzedziem
29 administracyjnym dla serwera baz danych PostgreSQL. Posiada wszystkie
30 podstawowe mozliwosc, jak i czesc bardziej zaawansowanych jak przelaczniki,
31 widoki i funkcje(zapisane procedury)
32
33 %prep
34 %setup -q -n phpPgAdmin
35 %build
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39 install -d $RPM_BUILD_ROOT%{_pgadmindir}/{lang,images,libraries}
40
41 cp *.php $RPM_BUILD_ROOT%{_pgadmindir}
42 cp *.html $RPM_BUILD_ROOT%{_pgadmindir}
43 cp images/*.gif $RPM_BUILD_ROOT%{_pgadmindir}/images
44
45 gzip -9nf Documentation.html BUGS DEVELOPERS INSTALL README TODO ChangeLog
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc *.gz
53 %dir %{_pgadmindir}
54 %attr(640,root,http) %config(noreplace) %verify(not size mtime md5) %{_pgadmindir}/config.inc.php
55 %{_pgadmindir}/all_db.php
56 %{_pgadmindir}/db*.php
57 %{_pgadmindir}/fil*.php
58 %{_pgadmindir}/fun*.php
59 %{_pgadmindir}/grp*.php
60 %{_pgadmindir}/ldi*.php
61 %{_pgadmindir}/left.php
62 %{_pgadmindir}/main.php
63 %{_pgadmindir}/oper*.php
64 %{_pgadmindir}/rep*.php
65 %{_pgadmindir}/seq*.php
66 %{_pgadmindir}/sql.php
67 %{_pgadmindir}/tbl*.php
68 %{_pgadmindir}/trig*.php
69 %{_pgadmindir}/user*.php
70 %{_pgadmindir}/view*.php
71 %{_pgadmindir}/footer.inc.php
72 %{_pgadmindir}/header.inc.php
73 %{_pgadmindir}/index.php
74 %{_pgadmindir}/*.html
75 %{_pgadmindir}/images
76 %{_pgadmindir}/chinese*.php
77 %{_pgadmindir}/danish*.php
78 %{_pgadmindir}/catala*.php
79 %{_pgadmindir}/english*.php
80 %{_pgadmindir}/german*.php
81 %{_pgadmindir}/italian*.php
82 %{_pgadmindir}/lib.inc.php
83 %{_pgadmindir}/login*.php
84 %{_pgadmindir}/old.chinese*.php
85 %{_pgadmindir}/portu*.php
86 %{_pgadmindir}/russ*.php
87 %{_pgadmindir}/spanish*.php
This page took 0.045301 seconds and 4 git commands to generate.