Browse Source

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@1235 ec354946-7b23-47d6-9f5a-488ba84defc7

kudoh 14 years ago
parent
commit
4a002660af
1 changed files with 8 additions and 3 deletions
  1. 8 3
      s/scim-bridge/scim-bridge-vl.spec

+ 8 - 3
s/scim-bridge/scim-bridge-vl.spec

@@ -1,6 +1,6 @@
 %define name scim-bridge
 %define version 0.4.16
-%define release 9%{?_dist_release}
+%define release 10%{?_dist_release}
 
 # build qt3 immodule ("--without qt3" to disable qt3)
 %bcond_without qt3
@@ -149,7 +149,7 @@ export QT4_PREFIX=%{_qt4_prefix}
 %endif
         --enable-gtk2-immodule
 
-%__make
+%__make %{?_smp_mflags}
 
 %install
 %__rm -rf %{buildroot}
@@ -192,8 +192,13 @@ export QT4_PREFIX=%{_qt4_prefix}
 %endif
 
 %changelog
+* Tue Jun 22 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.4.16-10
+- used %{?_smp_mflags} macro on build
+- deleted in unused log in changelog
+  - Patch8 was none, forgot to delete...
+
 * Fri May 14 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.4.16-9
-- added Patch6,7 from Fedora development, Patch8 from Debian
+- added Patch6,7 from Fedora development
   - to fix Text input in firefox becomes increasingly sluggish (Patch6)
   - to fix Process /usr/bin/scim-bridge was killed by signal 11 (Patch7)
 - added configure --disable-static option