pkg://kdbg-2.0.5-2.fc7.src.rpm:868751/kdbg.spec
info downloads
Name: kdbg
Summary: A GUI for gdb, the GNU debugger, and KDE
Version: 2.0.5
Release: 2%{?dist}
Epoch: 1
Source: http://download.sourceforge.net/kdbg/%{name}-%{version}.tar.gz
License: GPL
URL: http://www.kdbg.org/
Group: Development/Debuggers
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: gdb
BuildRequires: kdelibs-devel
BuildRequires: desktop-file-utils
%description
KDbg is a K Desktop Environment (KDE) GUI for gdb, the GNU debugger.
KDbg provides the programmer with an intuitive interface for setting
breakpoints, inspecting variables, and stepping through code. KDbg
requires X and KDE to be installed in order to run.
%prep
%setup -q
%build
unset QTDIR || : ; source /etc/profile.d/qt.sh
%configure --disable-rpath
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install
%find_lang %{name}
%post
touch --no-create %{_datadir}/icons/hicolor ||:
gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||:
%postun
touch --no-create %{_datadir}/icons/hicolor ||:
gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||:
%clean
rm -rf $RPM_BUILD_ROOT
%files -f %{name}.lang
%doc BUGS ChangeLog COPYING README TODO
%defattr(-,root,root)
%{_bindir}/*
%{_datadir}/applications/kde/*
%{_datadir}/apps/%{name}
%{_datadir}/icons/*/*/*/*
%lang(de) %{_docdir}/HTML/de/%{name}
%lang(ru) %{_docdir}/HTML/ru/%{name}
%{_docdir}/HTML/en/%{name}
%config (noreplace) %{_datadir}/config/kdbgrc
%changelog
* Mon Mar 12 2007 Than Ngo <than@redhat.com> - 1:2.0.5-2.fc7
- cleanup specfile
* Wed Mar 07 2007 Than Ngo <than@redhat.com> - 1:2.0.5-1.fc7
- 2.0.5
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1:2.0.2-1.2.1
- rebuild
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1:2.0.2-1.2
- bump again for double-long bug on ppc(64)
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1:2.0.2-1.1
- rebuilt for new gcc4.1 snapshot and glibc changes
* Fri Dec 16 2005 Than Ngo <than@redhat.com> 1:2.0.2-1
- update to 2.0.2
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
- rebuilt
* Tue Nov 15 2005 Than Ngo <than@redhat.com> 1:2.0.0-2
- fix for modular X
* Mon Jul 18 2005 Than Ngo <than@redhat.com> 1:2.0.0-1
- 2.0.0
* Sat Mar 05 2005 Than Ngo <than@redhat.com> 1:1.2.10-2
- rebuilt
* Wed Feb 09 2005 Than Ngo <than@redhat.com> 1.2.10-1
- 1.2.10
- drop kdbg-1.2.9-warning.patch, it's included in new upstream
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Thu May 13 2004 Than Ngo <than@redhat.com> 1.2.9-5
- get rid of rpath
- add correct smp flags
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Tue Feb 03 2004 Than Ngo <than@redhat.com> 1.2.9-3
- added patch file from Marcelo Roberto
* Thu Nov 27 2003 Than Ngo <than@redhat.com> 1:1.2.9-2
- rebuild against KDE 3.2
* Tue Sep 09 2003 Than Ngo <than@redhat.com> 1:1.2.9-1
- 1.2.9
* Tue Aug 12 2003 Than Ngo <than@redhat.com> 1:1.2.8-3
- rebuilt
* Tue Aug 12 2003 Than Ngo <than@redhat.com> 1:1.2.8-2
- rebuilt
* Wed Jun 25 2003 Than Ngo <than@redhat.com> 1.2.8-1
- 1.2.8
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Wed May 7 2003 Than Ngo <than@redhat.com> 1.2.7-1
- 1.2.7
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
- rebuilt
* Mon Dec 9 2002 Than Ngo <than@redhat.com> 1.2.6-1
- update to 1.2.6
- use %%configure
- remove a patch file, which is in new upstream
* Sun Nov 10 2002 Than Ngo <than@redhat.com> 1.2.4-10.1
- clean up specfile
* Mon Aug 12 2002 Tim Powers <timp@redhat.com>
- rebuilt with gcc-3.2
* Tue Jul 23 2002 Than Ngo <than@redhat.com> 1.2.4-8
- fixed desktop file issue
- rebuild against gcc-3.2-0.1
* Tue Jul 09 2002 Than Ngo <than@redhat.com> 1.2.4-7
- use desktop-file-install
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
- automated rebuild
* Thu May 23 2002 Tim Powers <timp@redhat.com>
- automated rebuild
* Tue Apr 16 2002 Than Ngo <than@redhat.com> 1.2.4-4
- rebuild
* Tue Mar 7 2002 Than Ngo <than@redhat.com> 1.2.4-3
- fix to build in new enviroment
* Mon Jan 21 2002 Than Ngo <than@redhat.com> 1.2.4-1
- update to 1.2.4
- fix to build against kde3
* Fri Dec 7 2001 Than Ngo <than@redhat.com> 1.2.2-1
- update to 1.2.2, a stable release
- add missing po files bug #55957
* Wed Aug 14 2001 Than Ngo <than@redhat.com> 1.2.1-5
- add patch from leon@geon.donetsk.ua fixing broken russian desktop file (bug #51645)
* Tue Jul 24 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.1-4
- Rebuild with new kdelibs, remove kdesupport dependency
* Sun Jun 24 2001 Than Ngo <than@redhat.com>
- add buildprereq
* Wed Jun 20 2001 Than Ngo <than@redhat.com>
- rebuild in new enviroment
* Sun Apr 29 2001 Than Ngo <than@redhat.com>
- update to 1.2.1
- use %lang
* Wed Feb 28 2001 Trond Eivind Glomsrød <teg@redhat.com>
- rebuild
* Tue Dec 26 2000 Than Ngo <than@redhat.com>
- fixed dependency with kde-i18n
* Mon Dec 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 1.2.0
- bzip2 source
* Sun Nov 12 2000 Than Ngo <than@redhat.com>
- update to 1.1.7beta1
- build with kde2 final
* Wed Aug 2 2000 Tim Powers <timp@redhat.com>
- rebuilt against libpng-1.0.8
* Wed Aug 02 2000 Than Ngo <than@redhat.de>
- move back to powertools (kde1 ist now installed as default)
- rebuilt against the kde1
* Sun Jun 11 2000 Than Ngo <than@redhat.de>
- rebuild for 7.0
- use %%configure
- FHS fxies
- clean up specfile
- fix to build against new libstdc++
* Tue Feb 22 2000 Preston Brown <pbrown@redhat.com>
- fix kde_htmldir
* Thu Jan 13 2000 Ngo Than <than@redhat.de>
- updated to 1.0.2
* Fri Sep 10 1999 Preston Brown <pbrown@redhat.com>
- built for KDE 1.1.2 / RHL 6.1.
* Wed Apr 21 1999 Preston Brown <pbrown@redhat.com>
- initial RPM for PowerTools 6.0