diff --git a/brltty.spec b/brltty.spec index 0b20a0c..6a68fbc 100644 --- a/brltty.spec +++ b/brltty.spec @@ -22,7 +22,7 @@ Name: brltty Version: %{pkg_version} -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ Group: System Environment/Daemons URL: http://mielke.cc/brltty/ @@ -233,6 +233,8 @@ configure_opts=" \ JAVA_JNI_DIR=%{_libdir}/brltty \ JAVA_JNI=yes" +export PYTHONCOERCECLOCALE=0 + # First build everything with Python 2 support %configure $configure_opts PYTHON=%{__python2} # Parallel build seems broken, thus disabling it @@ -351,6 +353,10 @@ fi %endif %doc LICENSE-GPL LICENSE-LGPL %doc %{_mandir}/man[15]/brltty.* +%{_sysconfdir}/X11/Xsession.d/60xbrlapi +%{_datadir}/metainfo/org.a11y.brltty.metainfo.xml +%{_datadir}/polkit-1/actions/org.a11y.brlapi.policy + %if %{with_speech_dispatcher} %files speech-dispatcher @@ -417,6 +423,9 @@ fi %endif %changelog +* Thu Jun 22 2017 Gwyn Ciesla - 5.5-3 +- Fix Python-related FTBFS. + * Fri May 12 2017 Richard W.M. Jones - 5.5-2 - OCaml 4.04.1 rebuild.