]> git.pld-linux.org Git - packages/pgadmin3.git/blame - pgadmin3.spec
- LTS version - works with postgresql > 9.6
[packages/pgadmin3.git] / pgadmin3.spec
CommitLineData
7443083a 1Summary: Powerful administration and development platform for the PostgreSQL
e2d2e9e5 2Summary(pl.UTF-8): Potężna platforma do administrowania i programowania bazy PostgreSQL
7443083a 3Name: pgadmin3
89185f80 4Version: 1.22.2
c893680a 5Release: 1.1
4f03138d 6Epoch: 0
f63f3f7b 7License: Artistic
7443083a 8Group: Applications/Databases
4946b671 9Source0: http://ftp.postgresql.org/pub/pgadmin3/release/v%{version}/src/%{name}-%{version}.tar.gz
89185f80 10# Source0-md5: cc5ad37470e36b3353ab925a8e82eb35
c0767fbe 11Source1: %{name}.desktop
e07f8437 12Patch0: %{name}-m4.patch
c893680a
AZ
13Patch1: %{name}-LTS.patch
14URL: http://pgadmin3.org/
e07f8437 15BuildRequires: autoconf
c0767fbe 16BuildRequires: automake
94874554 17BuildRequires: libxml2-devel >= 2.6.18
dc989ee9 18BuildRequires: libxslt-devel >= 1.1
379ab5d2 19BuildRequires: openssl-devel
43dd912f 20BuildRequires: postgresql-backend-devel >= 8.3.0
5f81bd95 21BuildRequires: postgresql-devel >= 8.3.0
e07f8437 22BuildRequires: wxGTK2-unicode-gl-devel >= 2.8.0
a61c8310 23BuildRequires: wxWidgets-utils >= 2.8.0
7443083a 24BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
7f3795cc
AM
26%define _pgmoduledir %{_libdir}/postgresql
27
7443083a 28%description
9b0244b4
JB
29pgAdmin III is designed to answer the needs of all users, from writing
30simple SQL queries to developing complex databases. The graphical
31interface supports all PostgreSQL features and makes administration
32easy. The application also includes a query builder, an SQL editor, a
33server-side code editor and much more. pgAdmin III is released with an
34installer and does not require any additional driver to communicate
35with the database server.
36
6cbbcbfb
JR
37%description -l pl.UTF-8
38pgAdmin III został zaprojektowany jako odpowiedź na potrzeby
39wszystkich użytkowników, od pisania prostych zapytań SQL do tworzenia
40skomplikowanych baz danych. Graficzny interfejs obsługuje wszystkie
41możliwości PostgreSQL-a i ułatwia administrowanie. Aplikacja zawiera
42także narzędzie do budowania zapytań, edytor SQL, edytor kodu po
43stronie serwera i wiele więcej. pgAdmin III został wydany z
44instalatorem i nie wymaga żadnego dodatkowego sterownika do
9b0244b4 45komunikowania z serwerem baz danych.
7443083a 46
47%prep
ceb22224 48%setup -q
e07f8437 49%patch0 -p1
c893680a 50%patch1 -p1
7443083a 51
52%build
e07f8437 53rm -f config/*
c893680a 54./bootstrap
e07f8437
AM
55%{__aclocal}
56%{__autoconf}
150f5119 57cp -f config.rpath.in config/config.rpath
e07f8437 58%{__automake}
7235f6aa 59%configure \
e07f8437 60 --with-wx-config="%{_bindir}/wx-gtk2-unicode-config" \
a8867d6e 61 --with-wx-version="3.0"
7443083a 62%{__make}
63
64%install
65rm -rf $RPM_BUILD_ROOT
c0767fbe 66install -d \
7f3795cc 67 $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir},%{_pgmoduledir}}
7443083a 68
69%{__make} install \
70 DESTDIR=$RPM_BUILD_ROOT
932705e6
MK
71cp -p %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
72cp -p pkg/debian/pgadmin3.xpm $RPM_BUILD_ROOT%{_pixmapsdir}/pgadmin3.xpm
7f3795cc 73
7443083a 74%clean
75rm -rf $RPM_BUILD_ROOT
76
7443083a 77%files
78%defattr(644,root,root,755)
e07f8437 79%doc LICENSE README
7443083a 80%attr(755,root,root) %{_bindir}/*
81%{_datadir}/%{name}
c0767fbe
AZ
82%{_desktopdir}/pgadmin3.desktop
83%{_pixmapsdir}/pgadmin3.xpm
This page took 0.119568 seconds and 4 git commands to generate.