Summary: Powerful administration and development platform for the PostgreSQL Summary(pl): Potężna platforma do administrowania i programowania bazy PostgreSQL Name: pgadmin3 Version: 1.2.1 Release: 0.1 Epoch: 0 License: Artistic License Group: Applications/Databases Source0: ftp://ftp6.pl.postgresql.org/pub/postgresql/pgadmin3/release/v%{version}/src/%{name}-%{version}.tar.gz # Source0-md5: e12f7a3d0212f7ab96c3edaab1418361 Source1: %{name}.desktop Patch0: %{name}-wx26.patch URL: http://www.pgadmin.org/ BuildRequires: automake BuildRequires: postgresql-devel BuildRequires: wxGTK2-unicode-devel >= 2.5.3 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description pgAdmin III is designed to answer the needs of all users, from writing simple SQL queries to developing complex databases. The graphical interface supports all PostgreSQL features and makes administration easy. The application also includes a query builder, an SQL editor, a server-side code editor and much more. pgAdmin III is released with an installer and does not require any additional driver to communicate with the database server. %description -l pl pgAdmin III został zaprojektowany jako odpowiedź na potrzeby wszystkich użytkowników, od pisania prostych zapytań SQL do tworzenia skomplikowanych baz danych. Graficzny interfejs obsługuje wszystkie możliwości PostgreSQL-a i ułatwia administrowanie. Aplikacja zawiera także narzędzie do budowania zapytań, edytor SQL, edytor kodu po stronie serwera i wiele więcej. pgAdmin III został wydany z instalatorem i nie wymaga żadnego dodatkowego sterownika do komunikowania z serwerem baz danych. %prep %setup -q %patch0 -p0 %build cp /usr/share/automake/config.sub ./config %configure \ --with-wx-config=wx-gtk2-unicode-config %{__make} %install rm -rf $RPM_BUILD_ROOT install -d \ $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}} %{__make} install \ DESTDIR=$RPM_BUILD_ROOT install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir} cp -f ./src/include/images/pgAdmin3.xpm $RPM_BUILD_ROOT%{_pixmapsdir}/pgadmin3.xpm %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc LICENCE.txt README.txt %attr(755,root,root) %{_bindir}/* %{_datadir}/%{name} %{_desktopdir}/pgadmin3.desktop %{_pixmapsdir}/pgadmin3.xpm