Accepting request 138450 from home:douglarek:branches:M17N
.spec file optimization OBS-URL: https://build.opensuse.org/request/show/138450 OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=51
This commit is contained in:
parent
25dde9ffb7
commit
b44a9c6610
@ -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
|
||||
|
||||
|
@ -31,8 +31,6 @@ Source3: xim.ibus.suse.template
|
||||
Source4: xim.d-ibus-121
|
||||
Patch0: ibus-python-install-dir.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
|
||||
License: LGPL-2.1+
|
||||
Group: System/I18n/Chinese
|
||||
@ -142,7 +140,7 @@ intltoolize -f
|
||||
--disable-gobject-introspection \
|
||||
--enable-gtk-doc \
|
||||
--libexecdir=%{_prefix}/%{_lib}/ibus
|
||||
make %{?jobs:-j %jobs}
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
|
Loading…
Reference in New Issue
Block a user