# # spec file for package qsqlmon (Version 1.2.1) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild Name: qsqlmon Summary: QT Sql Monitoring tool Version: 1.2.1 Release: 0 Group: Productivity/Databases/Clients License: GPL Url: http://qsqlmon.sourceforge.net/ Source: %{name}-%{version}-src.tar.bz2 BuildRequires: libqt4-devel libQtWebKit-devel mysql-devel sqlite3-devel postgresql-devel libqt4-sql BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Qt4 Gui tool for SQL server administration. Currently supported servers are PostgreSQL, MySQL, Sqlite and FireBird %prep %setup -q -c %{name}-%{version} %build export CFLAGS="%{optflags}" export CXXFLAGS="%{optflags}" qmake make %{?jobs:-j%jobs} %install %makeinstall %clean rm -rf %{buildroot} %files %defattr(-,root,root) %changelog