Accepting request 139146 from M17N

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/139146
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ibus?expand=0&rev=27
This commit is contained in:
Stephan Kulow 2012-10-24 15:04:28 +00:00 committed by Git OBS Bridge
commit b67f703c68
2 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Oct 17 04:20:14 UTC 2012 - douglarek@outlook.com
- .spec file optimization
* remove commented patch lines
* use `make %{?_smp_mflags}` instead of `make %{?jobs:-j%jobs}`
see: http://en.opensuse.org/openSUSE:Specfile_guidelines#Parallel_make
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Aug 25 20:25:17 CST 2012 - hillwood@linuxfans.org Sat Aug 25 20:25:17 CST 2012 - hillwood@linuxfans.org

View File

@ -31,8 +31,6 @@ Source3: xim.ibus.suse.template
Source4: xim.d-ibus-121 Source4: xim.d-ibus-121
Patch0: ibus-python-install-dir.patch Patch0: ibus-python-install-dir.patch
Patch1: ibus-fix-default-preload-engines.patch Patch1: ibus-fix-default-preload-engines.patch
#Patch2: ibus-src-Makefile.am.diff
#Patch3: ibus-fsf-address.patch
Summary: Intelligent Input Bus for Linux OS Summary: Intelligent Input Bus for Linux OS
License: LGPL-2.1+ License: LGPL-2.1+
Group: System/I18n/Chinese Group: System/I18n/Chinese
@ -142,7 +140,7 @@ intltoolize -f
--disable-gobject-introspection \ --disable-gobject-introspection \
--enable-gtk-doc \ --enable-gtk-doc \
--libexecdir=%{_prefix}/%{_lib}/ibus --libexecdir=%{_prefix}/%{_lib}/ibus
make %{?jobs:-j %jobs} make %{?_smp_mflags}
%install %install
%makeinstall %makeinstall