Summary: Wrapper for the shared library for the Qt 3 GUI toolkit Name: qt3 Version: 3.3.3 Release: 2 License: QPL or GPLv2 or GPLv3 Group: System Environment/Libraries URL: http://www.troll.no BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch Requires: qt >= 1:%{version} %description Qt is a GUI software toolkit which simplifies the task of writing and maintaining GUI (Graphical User Interface) applications for the X Window System. Qt is written in C++ and is fully object-oriented. This package is a wrapper for the shared library needed to run Qt 3 applications. %package devel Summary: Wrapper for the development files for the Qt 3 GUI toolkit Group: Development/Libraries Requires: %{name} = %{?epoch:%{epoch}:}%{version}-%{release} Requires: qt-devel >= 1:%{version} %description devel The %{name}-devel package contains the files necessary to develop applications using the Qt GUI toolkit: the header files, the Qt meta object compiler. Install %{name}-devel if you want to develop GUI applications using the Qt 3 toolkit. %package MySQL Summary: MySQL drivers for Qt 3's SQL classes Group: System Environment/Libraries Requires: %{name} = %{?epoch:%{epoch}:}%{version}-%{release} Requires: qt-MySQL %description MySQL MySQL driver for Qt 3's SQL classes (QSQL) %prep %build %install rm -rf %{buildroot} %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %files devel %defattr(-,root,root,-) %files MySQL %defattr(-,root,root,-) %changelog * Thu May 1 2008 Axel Thimm - Initial build.