Summary: A graphical MySQL query shell. Name: mysql-query-browser Version: 1.1.5 Release: 1.n0i.2 Group: Applications/Databases License: GPL Vendor: MySQL AB URL: http://www.mysql.com/products/query-browser Source: ftp://ftp.mysql.com/MySQLAdministrationSuite/%{name}-%{version}.tar.gz BuildRequires: libglade2-devel >= 2.0.0, gtkmm20-devel >= 2.2.0 BuildRequires: pcre-devel >= 3.9, gettext, perl BuildRequires: gtkhtml3-devel > 3.3 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description MySQL Query Browser is a GUI tool for executing SQL queries. It will display the result in a list where you can edit its contents and save. It has several auxiliar features to facilitate work, such as query "bookmarking", query history, syntax highlighting and online help. It's part of the MySQL Developer Suite. %prep %setup perl -pi -e 's/libgtkhtml-3.0/libgtkhtml-3.6/g' mysql-query-browser/configure %build for dir in mysql-gui-common mysql-query-browser do pushd $dir %configure --with-commondirname=query-browser popd done make %{?_smp_mflags} -C mysql-gui-common make %{?_smp_mflags} -C mysql-query-browser %install rm -rf $RPM_BUILD_ROOT make install-strip DESTDIR=$RPM_BUILD_ROOT -C mysql-gui-common make install-strip DESTDIR=$RPM_BUILD_ROOT -C mysql-query-browser %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %{_bindir}/* %{_datadir}/applications/* %{_datadir}/mysql-gui %doc mysql-query-browser/COPYING mysql-query-browser/doc/* %changelog * Tue Feb 01 2005 Marius FERARU 1.1.5-1.n0i.2 - rebuild (gtkhtml3 3.6) * Mon Jan 10 2005 Marius FERARU 1.1.5-1.n0i.1 - version 1.1.5 * Thu Dec 16 2004 Marius FERARU 1.1.3a-1.n0i.1 - version 1.1.3a - laundered vendor spec in Fedora style * Sat Apr 3 2004 Alfredo Kojima 0.1.0_alpha-1 - initial RPM packaging