From 67973d1e2528dd53a32183a5924e0414a020b59b Mon Sep 17 00:00:00 2001 From: orange-snn Date: Wed, 18 Mar 2020 10:27:19 +0800 Subject: [PATCH] changethepathfortcl --- brltty.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/brltty.spec b/brltty.spec index 737f8e3..dba94ce 100644 --- a/brltty.spec +++ b/brltty.spec @@ -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 - 5.6-35 +- change the path for tcl + * Tue Mar 17 2020 songnannan - 5.6-34 - add gdb in buildrequires