Summary: A MySQL server management, configuration and monitoring tool. Name: mysql-administrator Version: 1.0.19 Release: 1.n0i.1 Group: Applications/Databases Vendor: MySQL AB License: GPL URL: http://www.mysql.com/products/administrator Source: ftp://ftp.mysql.com/MySQLAdministrationSuite/%{name}-%{version}.tar.gz BuildRequires: pcre-devel >= 3.9 BuildRequires: libglade2-devel >= 2.0.0, gtkmm20-devel >= 2.2.0 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description MySQL Administrator is a powerful visual administration console that enables you to easily administer your MySQL environment and gain significantly better visibility into how your databases are operating. MySQL Administrator now integrates database management and maintenance into a single, seamless environment, with a clear and intuitive graphical user interface. It's part of the MySQL Administration Suite. %prep %setup %build pushd mysql-gui-common %configure --with-commondirname=administrator make %{?_smp_mflags} popd pushd mysql-administrator %configure --with-commondirname=administrator make %{?_smp_mflags} popd %install rm -rf $RPM_BUILD_ROOT pushd mysql-gui-common make install-strip DESTDIR=$RPM_BUILD_ROOT popd pushd mysql-administrator make install-strip DESTDIR=$RPM_BUILD_ROOT -i popd %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %{_bindir}/* %{_datadir}/applications/* %{_datadir}/mysql-gui %doc mysql-administrator/ChangeLog mysql-administrator/COPYING %doc mysql-administrator/res/FAQ mysql-administrator/res/*.txt %doc mysql-administrator/doc/* %changelog * Mon Jan 31 2005 Marius FERARU 1.0.19-1.n0i.1 - version 1.0.19 * Thu Dec 16 2004 Marius FERARU 1.0.17a-1.n0i.1 - version 1.0.17a - laundered vendor spec in Fedora style * Sat Apr 3 2004 Alfredo Kojima 1.0.3_alpha-1 - initial RPM packaging