]> git.pld-linux.org Git - packages/pgadmin3.git/blob - pgadmin3.spec
- up to 1.4.1
[packages/pgadmin3.git] / pgadmin3.spec
1 Summary:        Powerful administration and development platform for the PostgreSQL
2 Summary(pl):    Potê¿na platforma do administrowania i programowania bazy PostgreSQL
3 Name:           pgadmin3
4 Version:        1.4.1
5 Release:        1
6 Epoch:          0
7 License:        Artistic
8 Group:          Applications/Databases
9 Source0:        ftp://ftp6.pl.postgresql.org/pub/postgresql/pgadmin3/release/v%{version}/src/%{name}-%{version}.tar.gz
10 # Source0-md5:  bf78696c72acd782d63feb2bd5ce6f48
11 Source1:        %{name}.desktop
12 URL:            http://www.pgadmin.org/
13 BuildRequires:  automake
14 BuildRequires:  openssl-devel
15 BuildRequires:  postgresql-devel
16 BuildRequires:  wxGTK2-unicode-gl-devel >= 2.6.0
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 pgAdmin III is designed to answer the needs of all users, from writing
21 simple SQL queries to developing complex databases. The graphical
22 interface supports all PostgreSQL features and makes administration
23 easy. The application also includes a query builder, an SQL editor, a
24 server-side code editor and much more. pgAdmin III is released with an
25 installer and does not require any additional driver to communicate
26 with the database server.
27
28 %description -l pl
29 pgAdmin III zosta³ zaprojektowany jako odpowied¼ na potrzeby
30 wszystkich u¿ytkowników, od pisania prostych zapytañ SQL do tworzenia
31 skomplikowanych baz danych. Graficzny interfejs obs³uguje wszystkie
32 mo¿liwo¶ci PostgreSQL-a i u³atwia administrowanie. Aplikacja zawiera
33 tak¿e narzêdzie do budowania zapytañ, edytor SQL, edytor kodu po
34 stronie serwera i wiele wiêcej. pgAdmin III zosta³ wydany z
35 instalatorem i nie wymaga ¿adnego dodatkowego sterownika do
36 komunikowania z serwerem baz danych.
37
38 %prep
39 %setup -q
40
41 %build
42 cp /usr/share/automake/config.sub config
43 %configure \
44         --with-wx-config=wx-gtk2-unicode-config
45 %{__make}
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49 install -d \
50         $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
51
52 %{__make} install \
53         DESTDIR=$RPM_BUILD_ROOT
54 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
55 cp -f ./src/include/images/pgAdmin3.xpm $RPM_BUILD_ROOT%{_pixmapsdir}/pgadmin3.xpm
56
57 %clean
58 rm -rf $RPM_BUILD_ROOT
59
60 %files
61 %defattr(644,root,root,755)
62 %doc LICENCE.txt README.txt
63 %attr(755,root,root) %{_bindir}/*
64 %{_datadir}/%{name}
65 %{_desktopdir}/pgadmin3.desktop
66 %{_pixmapsdir}/pgadmin3.xpm
This page took 0.05039 seconds and 4 git commands to generate.