|
@@ -2,7 +2,7 @@ Summary: KDbg - a graphical user interface to gdb
|
|
Summary(ja): GDB のグラフィカルユーザインターフェイス
|
|
Summary(ja): GDB のグラフィカルユーザインターフェイス
|
|
Name: kdbg
|
|
Name: kdbg
|
|
Version: 2.1.1
|
|
Version: 2.1.1
|
|
-Release: 2%{?_dist_release}
|
|
|
|
|
|
+Release: 3%{?_dist_release}
|
|
License: GPL
|
|
License: GPL
|
|
URL: http://www.kdbg.org/
|
|
URL: http://www.kdbg.org/
|
|
Group: Applications/Development
|
|
Group: Applications/Development
|
|
@@ -13,6 +13,7 @@ Patch0: kdbg-2.1.0-gcc44.patch
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: kdelibs3-devel
|
|
BuildRequires: kdelibs3-devel
|
|
BuildRequires: desktop-file-utils
|
|
BuildRequires: desktop-file-utils
|
|
|
|
+BuildRequires: arts-devel
|
|
Requires(post): desktop-file-utils
|
|
Requires(post): desktop-file-utils
|
|
Requires(postun): desktop-file-utils
|
|
Requires(postun): desktop-file-utils
|
|
Requires: gdb
|
|
Requires: gdb
|
|
@@ -36,7 +37,9 @@ unset QTDIR || : ; source /etc/profile.d/qt.sh
|
|
--disable-rpath \
|
|
--disable-rpath \
|
|
--enable-new-ldflags
|
|
--enable-new-ldflags
|
|
|
|
|
|
-make %{?_smp_mflags}
|
|
|
|
|
|
+# don't use parallel build
|
|
|
|
+#make %{?_smp_mflags}
|
|
|
|
+make
|
|
|
|
|
|
%install
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
rm -rf $RPM_BUILD_ROOT
|
|
@@ -72,6 +75,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
|
|
%doc %{_datadir}/doc/HTML/*
|
|
%doc %{_datadir}/doc/HTML/*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri Apr 16 2010 Shu KONNO <owa@bg.wakwak.com> 2.1.1-3
|
|
|
|
+- rebuilt without smp option
|
|
|
|
+- added BR: arts-devel
|
|
|
|
+
|
|
* Wed Mar 24 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.1.1-2
|
|
* Wed Mar 24 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.1.1-2
|
|
- rebuilt with new toolchain
|
|
- rebuilt with new toolchain
|
|
- added %%post, %%postun and %%posttrans section
|
|
- added %%post, %%postun and %%posttrans section
|