automatic version update by autodist [release 2.5.4-1mamba;Mon Nov 11 2013]
This commit is contained in:
parent
66ceb43065
commit
58949102ce
@ -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.
|
||||
|
||||
|
111
kdbg.spec
Normal file
111
kdbg.spec
Normal file
@ -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 <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
|
||||
%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 <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
|
Loading…
Reference in New Issue
Block a user