!6 brltty: bugfix about files in build process
Merge pull request !6 from orange-snn/master
This commit is contained in:
commit
fdf9a3b148
13
brltty.spec
13
brltty.spec
@ -1,14 +1,13 @@
|
|||||||
%define api_ver 0.6.7
|
%define api_ver 0.6.7
|
||||||
|
|
||||||
%{!?tcl_version: %global tcl_version %(echo 'puts $tcl_version' | tclsh)}
|
%{!?tcl_sitearch: %global tcl_sitearch %{_prefix}/%{_lib}}
|
||||||
%{!?tcl_sitearch: %global tcl_sitearch %{_prefix}/%{_lib}/tcl%{tcl_version}}
|
|
||||||
|
|
||||||
%bcond_with espeak
|
%bcond_with espeak
|
||||||
%bcond_with speech
|
%bcond_with speech
|
||||||
|
|
||||||
Name: brltty
|
Name: brltty
|
||||||
Version: 5.6
|
Version: 5.6
|
||||||
Release: 32
|
Release: 33
|
||||||
Summary: Braille display driver for Linux/Unix
|
Summary: Braille display driver for Linux/Unix
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://brltty.app/
|
URL: http://brltty.app/
|
||||||
@ -218,10 +217,8 @@ fi
|
|||||||
|
|
||||||
%{_libdir}/brltty/
|
%{_libdir}/brltty/
|
||||||
%{_libdir}/libbrlapi.so.*
|
%{_libdir}/libbrlapi.so.*
|
||||||
%exclude %{_libdir}/brltty/libbrlttyssd.so
|
|
||||||
%exclude %{_libdir}/brltty/libbrlttybxw.so
|
%exclude %{_libdir}/brltty/libbrlttybxw.so
|
||||||
%exclude %{_libdir}/brltty/libbrlttyxa2.so
|
%exclude %{_libdir}/brltty/libbrlttyxa2.so
|
||||||
%exclude %{_libdir}/brltty/libbrlttysen.so
|
|
||||||
%exclude %{_libdir}/brltty/libbrlapi_java.so
|
%exclude %{_libdir}/brltty/libbrlapi_java.so
|
||||||
|
|
||||||
%{_sysconfdir}/brltty/
|
%{_sysconfdir}/brltty/
|
||||||
@ -278,6 +275,12 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 14 2020 openEuler Buildteam <buildteam@openeuler.org> - 5.6-33
|
||||||
|
- Type:bugfix
|
||||||
|
- Id:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:bugfix about files in build process
|
||||||
|
|
||||||
* Fri Dec 27 2019 openEuler Buildteam <buildteam@openeuler.org> - 5.6-32
|
* Fri Dec 27 2019 openEuler Buildteam <buildteam@openeuler.org> - 5.6-32
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- Id:NA
|
- Id:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user