kdbg/kdbg.spec

131 lines
4.1 KiB
RPMSpec

Name: kdbg
Version: 2.9.1
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: 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
%{_kde4_sharedir}/icons/hicolor/128x128/apps/kdbg.png
%{_kde4_sharedir}/icons/hicolor/16x16/apps/kdbg.png
%{_kde4_sharedir}/icons/hicolor/22x22/actions/*
%{_kde4_sharedir}/icons/hicolor/*/apps/kdbg.png
%{_kde4_sharedir}/icons/oxygen/*/actions/brkpt.png
%{_kde4_sharedir}/icons/oxygen/*/actions/debug-run.png
%{_kde4_sharedir}/icons/oxygen/*/actions/document-open-executable.png
%lang(de) %{_kde4_htmldir}/de/*
%lang(en) %{_kde4_htmldir}/en/*
%lang(ru) %{_kde4_htmldir}/ru/*
%doc BUGS COPYING README TODO
%changelog
* 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