diff --git a/README.md b/README.md index 78e2a17..a6ed3d8 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # kdbg +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. + diff --git a/kdbg.spec b/kdbg.spec new file mode 100644 index 0000000..c9dc449 --- /dev/null +++ b/kdbg.spec @@ -0,0 +1,111 @@ +Name: kdbg +Version: 2.5.4 +Release: 1mamba +Summary: A graphical user interface to gdb, the GNU debugger. +Group: Graphical Desktop/Applications/Development +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://www.kdbg.org/ +Source: http://downloads.sourceforge.net/sourceforge/kdbg/kdbg-%{version}.tar.gz +License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: kdelibs-devel >= 3.5.4 +BuildRequires: libart_lgpl-devel +BuildRequires: libexpat-devel +BuildRequires: libfontconfig-devel +BuildRequires: libfreetype-devel +BuildRequires: libgcc +BuildRequires: libGL-devel +BuildRequires: libICE-devel +BuildRequires: libidn-devel +BuildRequires: libjpeg-devel +BuildRequires: liblcms-devel +BuildRequires: libmng-devel +BuildRequires: libpng-devel +BuildRequires: libqt-devel +BuildRequires: libSM-devel +BuildRequires: libstdc++6-devel +BuildRequires: libX11-devel +BuildRequires: libXau-devel +BuildRequires: libxcb-devel +BuildRequires: libXcursor-devel +BuildRequires: libXdmcp-devel +BuildRequires: libXext-devel +BuildRequires: libXfixes-devel +BuildRequires: libXft-devel +BuildRequires: libXinerama-devel +BuildRequires: libXmu-devel +BuildRequires: libXrandr-devel +BuildRequires: libXrender-devel +BuildRequires: libXt-devel +BuildRequires: libz-devel +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + + +%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. + +%prep +%setup -q + +%build +%cmake_kde4 +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%find_lang %{name} + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files -f %{name}.lang +%defattr(-,root,root) +%{_kde4_bindir}/kdbg +%dir %{_kde4_datadir}/kdbg +%{_kde4_datadir}/kdbg/* +%{_kde4_xdgappsdir}/kdbg.desktop +%{_kde4_configdir}/kdbgrc +%lang(de) %{_kde4_htmldir}/de/* +%lang(en) %{_kde4_htmldir}/en/* +%lang(ru) %{_kde4_htmldir}/ru/* +%doc BUGS COPYING README TODO + +%changelog +* Mon Nov 11 2013 Automatic Build System 2.5.4-1mamba +- automatic version update by autodist + +* Thu Apr 04 2013 Automatic Build System 2.5.3-1mamba +- automatic version update by autodist + +* Wed Sep 05 2012 Automatic Build System 2.5.2-1mamba +- automatic version update by autodist + +* Thu Apr 26 2012 Automatic Build System 2.5.1-1mamba +- automatic version update by autodist + +* Wed Jun 29 2011 Automatic Build System 2.5.0-1mamba +- automatic update by autodist + +* Fri Jun 25 2010 Automatic Build System 2.2.2-1mamba +- automatic update by autodist + +* Wed Apr 14 2010 Automatic Build System 2.2.1-1mamba +- automatic update by autodist + +* Tue May 19 2009 Automatic Build System 2.1.1-2mamba +- automatic rebuild by autodist + +* Fri Jan 09 2009 Silvan Calarco 2.1.1-1mamba +- automatic update by autodist + +* Sat Jul 19 2008 gil 2.1.0-1mamba +- update to 2.1.0 + +* Sat Sep 02 2006 Silvan Calarco 2.0.4-1qilnx +- package created by autospec