Accepting request 243985 from M17N
1 OBS-URL: https://build.opensuse.org/request/show/243985 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ibus?expand=0&rev=55
This commit is contained in:
commit
1100f45d6e
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 5 08:48:21 UTC 2014 - fcrozat@suse.com
|
||||
|
||||
- Do not build with python3 or wayland on SLE12.
|
||||
- Fix file list when building with python2.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 31 12:07:24 UTC 2014 - ftake@geeko.jp
|
||||
|
||||
|
@ -17,8 +17,12 @@
|
||||
|
||||
|
||||
%define gtk_binary_version %(pkg-config --variable=gtk_binary_version gtk+-2.0)
|
||||
%if 0%{?suse_version} == 1315
|
||||
%define with_python3 0
|
||||
%else
|
||||
%define with_python3 1
|
||||
%if 0%{?suse_version} >= 1310
|
||||
%endif
|
||||
%if 0%{?suse_version} > 1315
|
||||
%define with_wayland 1
|
||||
%else
|
||||
%define with_wayland 0
|
||||
@ -390,6 +394,7 @@ dconf update
|
||||
%files -n python-ibus
|
||||
%defattr(-,root,root)
|
||||
%{python_sitearch}/ibus
|
||||
%{python_sitearch}/gi/overrides/*
|
||||
|
||||
%endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user