Ludwig Nussel 2014-08-11 10:30:24 +00:00 committed by Git OBS Bridge
commit 1100f45d6e
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