Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b1b54d1b7c | ||
|
|
052b732df1 |
1 changed files with 20 additions and 8 deletions
28
brltty.spec
28
brltty.spec
|
|
@ -37,7 +37,7 @@
|
|||
|
||||
Name: brltty
|
||||
Version: 6.6
|
||||
Release: 20%{?dist}
|
||||
Release: 22%{?dist}
|
||||
License: LGPL-2.0-or-later AND LGPL-2.1-or-later AND GPL-2.0-or-later
|
||||
URL: http://brltty.app/
|
||||
Source0: http://brltty.app/archive/%{name}-%{version}.tar.xz
|
||||
|
|
@ -568,17 +568,23 @@ fi
|
|||
%{_bindir}/brltty-*
|
||||
%exclude %{_bindir}/brltty-minimal
|
||||
%{_libdir}/brltty/
|
||||
%if %{without java}
|
||||
%exclude %{_libdir}/brltty/libbrlttybba.so
|
||||
%exclude %{_libdir}/brltty/libbrlttybxw.so
|
||||
%exclude %{_libdir}/brltty/libbrlttyxa2.so
|
||||
%exclude %{_libdir}/brltty/libbrlttysen.so
|
||||
%exclude %{_libdir}/brltty/libbrlttyses.so
|
||||
%if %{with java}
|
||||
%exclude %{_libdir}/brltty/libbrlapi_java.so
|
||||
%endif
|
||||
# brlapi subpackage
|
||||
%exclude %{_libdir}/brltty/libbrlttybba.so
|
||||
# xw subpackage
|
||||
%exclude %{_libdir}/brltty/libbrlttybxw.so
|
||||
# at-spi2 subpackage
|
||||
%exclude %{_libdir}/brltty/libbrlttyxa2.so
|
||||
# espeak-ng subpackage
|
||||
%exclude %{_libdir}/brltty/libbrlttysen.so
|
||||
%if %{with espeak}
|
||||
%exclude %{_libdir}/brltty/libbrlttyses.so
|
||||
%endif
|
||||
%if %{with speech_dispatcher}
|
||||
%exclude %{_libdir}/brltty/libbrlttyssd.so
|
||||
%endif
|
||||
%endif
|
||||
%license LICENSE-LGPL
|
||||
%doc %{_mandir}/man[15]/brltty.*
|
||||
%{_sysconfdir}/X11/Xsession.d/90xbrlapi
|
||||
|
|
@ -677,6 +683,12 @@ fi
|
|||
%config(noreplace) %verify(not size md5 mtime) %{_sysconfdir}/brltty/Initramfs/cmdline
|
||||
|
||||
%changelog
|
||||
* Fri Jan 31 2025 Yaakov Selkowitz <yselkowi@redhat.com> - 6.6-22
|
||||
- Fix exclusions from main package
|
||||
|
||||
* Wed Jan 29 2025 Jerry James <loganjerry@gmail.com> - 6.6-21
|
||||
- OCaml 5.2.1 rebuild for Fedora 41
|
||||
|
||||
* Mon Aug 05 2024 Yaakov Selkowitz <yselkowi@redhat.com> - 6.6-20
|
||||
- Use bcond consistently
|
||||
- Disable java and ocaml bindings in RHEL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue