Add tables subpackage for the noarch data

This commit is contained in:
Jerry James 2024-01-03 09:19:40 -07:00
parent 58b9e99f51
commit a4bb33fadb

View File

@ -24,6 +24,8 @@ BuildRequires: python3-devel
Provides: bundled(gnulib)
Requires: %{name}-tables = %{version}-%{release}
%description
Liblouis is an open-source braille translator and back-translator named in
honor of Louis Braille. It features support for computer and literary braille,
@ -49,6 +51,24 @@ The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
%package tables
Summary: Data tables
# LGPL-2.1-or-later: most of the tables
# LGPL-3.0-or-later:
# - tables/Es-Es-G0.utb
# - tables/et-g0.utb
# - tables/is-chardefs6.cti
# - tables/is-chardefs8.cti
# - tables/pt-pt-g2.ctb
# - tables/sr-chardefs.cti
# - tables/sr-g1.ctb
License: LGPL-2.1-or-later AND LGPL-3.0-or-later
BuildArch: noarch
%description tables
Data tables for liblouis, containing attributes and dot patterns.
%package utils
Summary: Command-line utilities to test %{name}
Requires: %{name}%{?_isa} = %{version}-%{release}
@ -133,7 +153,6 @@ done
%doc README AUTHORS NEWS ChangeLog TODO
%license COPYING.LESSER
%{_libdir}/%{name}.so.*
%{_datadir}/%{name}/
%{_infodir}/%{name}.info*
%files devel
@ -142,6 +161,9 @@ done
%{_libdir}/pkgconfig/%{name}.pc
%{_libdir}/%{name}.so
%files tables
%{_datadir}/%{name}/
%files utils
%license COPYING
%{_bindir}/lou_*
@ -159,6 +181,7 @@ done
- Install internal.h for MuseScore
- Drop ancient obsoletes
- Build the python package with dist-info
- Add tables subpackage for the noarch data
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.25.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild