!8 brltty: change the path for tcl

Merge pull request !8 from orange-snn/master
This commit is contained in:
openeuler-ci-bot 2020-03-18 10:38:13 +08:00 committed by Gitee
commit 7129e54d69

View File

@ -1,13 +1,13 @@
%define api_ver 0.6.7
%{!?tcl_sitearch: %global tcl_sitearch %{_prefix}/%{_lib}}
%define tcl_version tcl8.6
%{!?tcl_sitearch: %global tcl_sitearch %{_prefix}/%{_lib}/%{tcl_version}}
%bcond_with espeak
%bcond_with speech
Name: brltty
Version: 5.6
Release: 34
Release: 35
Summary: Braille display driver for Linux/Unix
License: LGPLv2+
URL: http://brltty.app/
@ -275,6 +275,9 @@ fi
%changelog
* Wed Mar 18 2020 songnannan <songnannan2@huawei.com> - 5.6-35
- change the path for tcl
* Tue Mar 17 2020 songnannan <songnannan2@huawei.com> - 5.6-34
- add gdb in buildrequires