120 lines
3.8 KiB
RPMSpec
120 lines
3.8 KiB
RPMSpec
Name: kdbg
|
|
Version: 3.1.0
|
|
Release: 1mamba
|
|
Summary: A graphical user interface to gdb, the GNU debugger.
|
|
Group: Graphical Desktop/Applications/Development
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://www.kdbg.org/
|
|
Source: http://downloads.sourceforge.net/sourceforge/kdbg/kdbg-%{version}.tar.gz
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libX11-devel
|
|
BuildRequires: libgcc
|
|
BuildRequires: libkauth-devel
|
|
BuildRequires: libkcodecs-devel
|
|
BuildRequires: libkconfig-devel
|
|
BuildRequires: libkconfigwidgets-devel
|
|
BuildRequires: libkcoreaddons-devel
|
|
BuildRequires: libki18n-devel
|
|
BuildRequires: libkiconthemes-devel
|
|
BuildRequires: libkwidgetsaddons-devel
|
|
BuildRequires: libkwindowsystem-devel
|
|
BuildRequires: libkxmlgui-devel
|
|
BuildRequires: libstdc++6-devel
|
|
BuildRequires: qt5-qtbase-devel
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
%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_kde5
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
%find_lang %{name}
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files -f %{name}.lang
|
|
%defattr(-,root,root)
|
|
%{_kde5_bindir}/kdbg
|
|
%dir %{_kde5_datadir}/kdbg
|
|
%{_kde5_datadir}/kdbg/*
|
|
%{_kde5_xdgappsdir}/kdbg.desktop
|
|
%{_kde5_configdir}/kdbgrc
|
|
%{_datadir}/kxmlgui5/kdbg/kdbgui.rc
|
|
%{_kde5_sharedir}/icons/hicolor/*/apps/kdbg.png
|
|
%{_datadir}/icons/hicolor/scalable/apps/kdbg.svgz
|
|
%{_kde5_sharedir}/icons/hicolor/*/apps/kdbg.png
|
|
%lang(de) %{_kde5_htmldir}/de/*
|
|
%lang(en) %{_kde5_htmldir}/en/*
|
|
%lang(ru) %{_kde5_htmldir}/ru/*
|
|
%doc BUGS COPYING README TODO
|
|
|
|
%changelog
|
|
* Mon Dec 04 2023 Automatic Build System <autodist@mambasoft.it> 3.1.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Jan 02 2020 Automatic Build System <autodist@mambasoft.it> 3.0.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Jan 06 2018 Automatic Build System <autodist@mambasoft.it> 3.0.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Aug 24 2017 Automatic Build System <autodist@mambasoft.it> 2.9.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Jan 24 2017 Automatic Build System <autodist@mambasoft.it> 2.9.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Nov 23 2016 Automatic Build System <autodist@mambasoft.it> 2.5.6-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Feb 25 2015 Automatic Build System <autodist@mambasoft.it> 2.5.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Nov 11 2013 Automatic Build System <autodist@mambasoft.it> 2.5.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Apr 04 2013 Automatic Build System <autodist@mambasoft.it> 2.5.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Sep 05 2012 Automatic Build System <autodist@mambasoft.it> 2.5.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Apr 26 2012 Automatic Build System <autodist@mambasoft.it> 2.5.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jun 29 2011 Automatic Build System <autodist@mambasoft.it> 2.5.0-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Fri Jun 25 2010 Automatic Build System <autodist@mambasoft.it> 2.2.2-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Wed Apr 14 2010 Automatic Build System <autodist@mambasoft.it> 2.2.1-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Tue May 19 2009 Automatic Build System <autodist@mambasoft.it> 2.1.1-2mamba
|
|
- automatic rebuild by autodist
|
|
|
|
* Fri Jan 09 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.1-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Sat Jul 19 2008 gil <puntogil@libero.it> 2.1.0-1mamba
|
|
- update to 2.1.0
|
|
|
|
* Sat Sep 02 2006 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.4-1qilnx
|
|
- package created by autospec
|