Accepting request 243770 from home:fcrozat:branches:M17N

- Do not build with python3 or wayland on SLE12.
- Fix file list when building with python2.

OBS-URL: https://build.opensuse.org/request/show/243770
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=117
This commit is contained in:
Fuminobu Takeyama 2014-08-08 14:44:14 +00:00 committed by Git OBS Bridge
parent 523f6d1e1e
commit afe957b669
2 changed files with 12 additions and 1 deletions

View File

@ -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

View File

@ -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