Browse Source

rebuilt without smp

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@833 ec354946-7b23-47d6-9f5a-488ba84defc7
owa 14 years ago
parent
commit
e0da7c352a
1 changed files with 9 additions and 2 deletions
  1. 9 2
      k/kdbg/kdbg-vl.spec

+ 9 - 2
k/kdbg/kdbg-vl.spec

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