Summary: KDbg - a graphical user interface to gdb Summary(ja): GDB のグラフィカルユーザインターフェイス Name: kdbg Version: 2.1.1 Release: 1%{?_dist_release} Group: Applications/Development License: GPL Source: %{name}-%{version}.tar.gz URL: http://www.kdbg.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: qt-devel >= 3.2.1 BuildRequires: kdelibs-devel >= 3.1.4 BuildRequires: libpng-devel zlib-devel libart_lgpl-devel Requires: gdb Requires: qt >= 3.2.1 Requires: kdelibs >= 3.1.4 %description KDbg is a graphical user interface to gdb, the GNU debugger. It provides an intuitive interface for setting breakpoints, inspecting variables, and stepping through code. KDbg requires KDE, the K Desktop Environment, but you can of course debug any program. %prep %setup -q %build %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc COPYING ChangeLog README %{_bindir}/kdbg %{_datadir}/applications/* %{_datadir}/apps/* %{_datadir}/config/* %{_datadir}/icons/*/*/*/* %{_datadir}/locale/* %doc %{_datadir}/doc/HTML/* %changelog * Sun May 10 2009 Ryoichi INAGAKI 2.1.1-1 - applied new versioning policy, spec in UTF-8 - new upstream release * Sun Dec 30 2007 Shu KONNO 2.0.4-0vl3 - changed configure to %%configure * Fri Jun 2 2006 AKIYAMA Kazuhito 2.0.4-0vl2 - rebuild for VineSeed * Fri Jun 2 2006 AKIYAMA Kazuhito 2.0.4-0vl1 - new upstream release - update URL * Tue Oct 18 2005 AKIYAMA Kazuhito 2.0.0-0vl1 - new upstream release * Sun Mar 20 2005 AKIYAMA Kazuhito 1.2.10-0vl3 - rebuild with kde-3.4.0 (VineSeed) * Sun Mar 20 2005 AKIYAMA Kazuhito 1.2.10-0vl2 - rebuild with kde-3.4.0 (Vine3.1) * Fri Oct 22 2004 AKIYAMA Kazuhito 1.2.10-0vl1 - source upgrade * Sat May 1 2004 AKIYAMA Kazuhito 1.2.9-0vl2 - use License tag - rebuild with qt-3.3.2 and kde-3.2.2 * Sun Sep 21 2003 AKIYAMA Kazuhito 1.2.9-0vl1 - source upgrade - change spec to build with gcc-3.2.3 * Mon Jul 21 2003 AKIYAMA Kazuhito 1.2.8-0vl1 - source upgrade - change spec to build with gcc295 - change make option for SMP and add script * Sun Jun 15 2003 AKIYAMA Kazuhito 1.2.7-0vl2 - rebuild with qt-3.1.2 and kde-3.1.2 * Tue Mar 3 2003 AKIYAMA Kazuhito 1.2.7-0vl1 - source upgrade - build with qt-3.1.1 and kde-3.1 * Mon Oct 14 2002 AKIYAMA Kazuhito 1.2.6-0vl1 - source upgrade - build with qt-3.0.5 and kde-3.0.4 * Tue Aug 6 2002 AKIYAMA Kazuhito 1.2.5-0vl1 - first release