2007-07-25 02:57:42 +00:00
|
|
|
Name: m17n-db
|
|
|
|
Summary: Multilingualization datafiles for m17n-lib
|
2023-11-07 14:17:42 +00:00
|
|
|
Version: 1.8.5
|
2024-07-17 14:44:12 +00:00
|
|
|
Release: %autorelease
|
2022-11-30 13:57:47 +00:00
|
|
|
License: LGPL-2.1-or-later
|
2012-09-18 17:23:28 +00:00
|
|
|
URL: http://www.nongnu.org/m17n
|
2018-02-19 05:58:36 +00:00
|
|
|
|
2018-02-10 07:30:45 +00:00
|
|
|
Source0: http://download-mirror.savannah.gnu.org/releases/m17n/%{name}-%{version}.tar.gz
|
2015-02-25 13:04:27 +00:00
|
|
|
# Following is awaiting for upstream commit
|
2023-05-08 15:02:21 +00:00
|
|
|
Source1: https://raw.githubusercontent.com/gnuman/m17n-inglish-mims/master/minglish/minglish.mim
|
2018-02-19 05:58:36 +00:00
|
|
|
|
2007-07-25 02:57:42 +00:00
|
|
|
BuildArch: noarch
|
2021-01-06 21:20:26 +00:00
|
|
|
BuildRequires: make
|
2008-02-07 06:25:50 +00:00
|
|
|
BuildRequires: gettext
|
2016-04-23 08:37:05 +00:00
|
|
|
BuildRequires: glibc-locale-source
|
2018-02-19 05:58:36 +00:00
|
|
|
BuildRequires: gcc
|
2011-03-24 06:47:33 +00:00
|
|
|
|
2014-05-16 05:25:49 +00:00
|
|
|
Obsoletes: m17n-contrib < 1.1.14-4.fc20
|
|
|
|
Provides: m17n-contrib = 1.1.14-4.fc20
|
|
|
|
|
2005-12-16 03:37:27 +00:00
|
|
|
%description
|
|
|
|
This package contains multilingualization (m17n) datafiles for m17n-lib
|
2010-04-07 06:00:47 +00:00
|
|
|
which describe input maps, encoding maps, OpenType font data and
|
|
|
|
font layout text rendering for languages.
|
2005-12-16 03:37:27 +00:00
|
|
|
|
2010-04-07 06:00:47 +00:00
|
|
|
%package extras
|
|
|
|
Summary: Extra m17n-db files
|
2009-12-18 04:17:45 +00:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
2005-12-16 03:37:27 +00:00
|
|
|
|
2014-05-16 05:25:49 +00:00
|
|
|
Obsoletes: m17n-contrib-extras < 1.1.14-4.fc20
|
|
|
|
Provides: m17n-contrib-extras = 1.1.14-4.fc20
|
|
|
|
|
2010-04-07 06:00:47 +00:00
|
|
|
%description extras
|
|
|
|
m17n-db extra files for input maps that are less used.
|
2005-12-16 03:37:27 +00:00
|
|
|
|
2007-07-18 04:55:13 +00:00
|
|
|
%package devel
|
2007-07-25 02:57:42 +00:00
|
|
|
Summary: Development files for m17n-db
|
2007-07-25 08:30:39 +00:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
2007-07-18 04:55:13 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
m17n-db development files
|
|
|
|
|
|
|
|
|
2005-12-16 03:37:27 +00:00
|
|
|
%prep
|
2019-10-10 10:09:36 +00:00
|
|
|
%autosetup -N
|
2014-03-12 04:46:56 +00:00
|
|
|
|
2021-05-18 18:12:06 +00:00
|
|
|
%autopatch -p0
|
|
|
|
|
2005-12-16 03:37:27 +00:00
|
|
|
%build
|
|
|
|
%configure
|
2020-03-18 06:59:37 +00:00
|
|
|
%{make_build}
|
2005-12-16 03:37:27 +00:00
|
|
|
|
|
|
|
%install
|
2020-03-18 06:59:37 +00:00
|
|
|
%{make_install}
|
2005-12-16 03:37:27 +00:00
|
|
|
|
2010-07-07 13:24:36 +00:00
|
|
|
#removing ispell.mim for rh#587927
|
2018-01-03 16:49:39 +00:00
|
|
|
rm %{buildroot}%{_datadir}/m17n/ispell.mim
|
2010-07-07 13:24:36 +00:00
|
|
|
|
2015-02-25 13:04:27 +00:00
|
|
|
# install minglish keymap
|
2023-05-08 15:02:21 +00:00
|
|
|
/usr/bin/install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/m17n
|
2022-08-19 11:15:39 +00:00
|
|
|
|
2007-01-08 13:04:19 +00:00
|
|
|
# For installing the translation files
|
|
|
|
%find_lang %name
|
|
|
|
|
2010-04-07 06:00:47 +00:00
|
|
|
%files
|
2018-01-03 16:49:39 +00:00
|
|
|
%doc AUTHORS README
|
|
|
|
%license COPYING
|
2005-12-16 03:37:27 +00:00
|
|
|
%dir %{_datadir}/m17n
|
|
|
|
%{_datadir}/m17n/mdb.dir
|
|
|
|
%{_datadir}/m17n/*.tbl
|
2014-01-28 16:59:35 +00:00
|
|
|
%{_datadir}/m17n/scripts
|
2014-01-29 08:37:25 +00:00
|
|
|
%{_datadir}/m17n/*.flt
|
|
|
|
# keymaps
|
2014-01-28 16:59:35 +00:00
|
|
|
%{_datadir}/m17n/a*.mim
|
|
|
|
%{_datadir}/m17n/b*.mim
|
|
|
|
%{_datadir}/m17n/c*.mim
|
|
|
|
%{_datadir}/m17n/d*.mim
|
|
|
|
%{_datadir}/m17n/e*.mim
|
|
|
|
%{_datadir}/m17n/f*.mim
|
|
|
|
%{_datadir}/m17n/g*.mim
|
|
|
|
%{_datadir}/m17n/h*.mim
|
|
|
|
%{_datadir}/m17n/i*.mim
|
|
|
|
%{_datadir}/m17n/k*.mim
|
|
|
|
%{_datadir}/m17n/l*.mim
|
|
|
|
%{_datadir}/m17n/m*.mim
|
|
|
|
%{_datadir}/m17n/n*.mim
|
|
|
|
%{_datadir}/m17n/o*.mim
|
|
|
|
%{_datadir}/m17n/p*.mim
|
|
|
|
%{_datadir}/m17n/r*.mim
|
|
|
|
%{_datadir}/m17n/s*.mim
|
|
|
|
%{_datadir}/m17n/t*.mim
|
|
|
|
%{_datadir}/m17n/u*.mim
|
|
|
|
%{_datadir}/m17n/v*.mim
|
|
|
|
%{_datadir}/m17n/y*.mim
|
2014-01-29 08:37:25 +00:00
|
|
|
# icons for keymaps
|
Update to 1.8.4
- New input methods from https://github.com/indic-transliteration/m17n-db-indic "विश्वासो वासुकिजः (Vishvas Vasuki)"
sa-vedic-itrans, dra-iso-15919-itrans, hi-brahmi-itrans, ks-sharada-itrans,
mr-modi-itrans, sa-brahmi-itrans, sa-grantha-itrans, sa-iso-15919-itrans,
sa-sharada-itrans, sa-inscript, sa-iast-vedic
- hi-itrans: Updates from "विश्वासो वासुकिजः (Vishvas Vasuki)" <vishvas.vasuki@gmail.com>
- ne-trad-ttf: Update from author, Santosh Pradhan <sapradhan8@gmail.com>
- ja-trycode: Add icon.
- ks-inscript: Add icon.
- mai-inscript: Add icon.
- ml-enhanced-inscript: Add icon.
- mr-itrans: Add icon.
- hi-remington: Add icon.
- mr-typewriter: Add icon.
- mr-phonetic: Add icon.
- ne-rom-translit: Add icon.
- zh-pinyin-yi: Add icon.
- unicode: Add icon.
- da-post: Add icon.
- bo-ewts: Add icon.
- bo-tcrc: Add icon.
- kn-typewriter: Add icon.
- grc-mizuochi: Add icon.
- fr-azerty: Add icon.
- hi-optitransv2: Updates from https://github.com/indic-transliteration/m17n-db-indic "विश्वासो वासुकिजः (Vishvas Vasuki)"
- kn-optitransv2: Updates from https://github.com/indic-transliteration/m17n-db-indic "विश्वासो वासुकिजः (Vishvas Vasuki)"
- sa-itrans: Updates from https://github.com/indic-transliteration/m17n-db-indic "विश्वासो वासुकिजः (Vishvas Vasuki)"
- kn-itrans: Updates from "विश्वासो वासुकिजः (Vishvas Vasuki)" <vishvas.vasuki@gmail.com> and some extra bug fixes.
- lsymbol: Some additions from https://github.com/indic-transliteration/m17n-db-indic "विश्वासो वासुकिजः (Vishvas Vasuki)" and
some more improvements: Use emoji presentation when possible, better grouping in groups of 6, better description
- math-latex: Updates from https://github.com/indic-transliteration/m17n-db-indic "विश्वासो वासुकिजः (Vishvas Vasuki)"
New option "with-backslash-prefix".
- ks-kbd: Fix typo in description, add icon.
- ug-kbd: Add icon.
- tai-sonla-kbd.png: Add icon.
- mni-inscript2-mtei.png: Add icon.
- sat-inscript2-olck.png: Add icon.
- or-phonetic.png: Add icon.
- sa-harvard-kyoto.png: Add icon.
- pa-anmollipi.png: Add icon.
- pa-remington.png: Add icon.
- si-singlish.png: Add icon.
- ta-lk-renganathan.png: Add icon.
- te-rts.png: Add icon.
- vi-han.png: Add icon.
- vi-nomvni: Make existing icon work.
- vi-nomtelex: Make existing icon work.
- lsymbol: Add icon.
- ssymbol: Add icon.
2023-08-03 09:34:47 +00:00
|
|
|
%dir %{_datadir}/m17n/icons
|
2014-12-24 09:53:22 +00:00
|
|
|
%{_datadir}/m17n/icons/*.png
|
2010-07-08 02:00:45 +00:00
|
|
|
%exclude %{_datadir}/m17n/zh-*.mim
|
2014-12-24 09:53:22 +00:00
|
|
|
%exclude %{_datadir}/m17n/icons/zh*.png
|
2010-07-08 02:00:45 +00:00
|
|
|
%exclude %{_datadir}/m17n/ja-*.mim
|
2014-12-24 09:53:22 +00:00
|
|
|
%exclude %{_datadir}/m17n/icons/ja*.png
|
2007-01-11 06:47:19 +00:00
|
|
|
|
2010-04-07 06:00:47 +00:00
|
|
|
%files extras -f %{name}.lang
|
|
|
|
%{_datadir}/m17n/zh-*.mim
|
2014-12-24 09:53:22 +00:00
|
|
|
%{_datadir}/m17n/icons/zh*.png
|
2010-04-07 06:00:47 +00:00
|
|
|
%{_datadir}/m17n/ja*.mim
|
2014-12-24 09:53:22 +00:00
|
|
|
%{_datadir}/m17n/icons/ja*.png
|
2005-12-16 03:37:27 +00:00
|
|
|
%{_datadir}/m17n/*.fst
|
|
|
|
%{_datadir}/m17n/*.map
|
|
|
|
%{_datadir}/m17n/*.tab
|
2007-07-18 18:16:48 +00:00
|
|
|
%{_datadir}/m17n/*.lnm
|
2005-12-16 03:37:27 +00:00
|
|
|
%{_datadir}/m17n/LOCALE.*
|
|
|
|
|
2007-07-18 04:55:13 +00:00
|
|
|
%files devel
|
2008-10-15 07:49:13 +00:00
|
|
|
%{_bindir}/m17n-db
|
2007-07-18 04:55:13 +00:00
|
|
|
%{_datadir}/pkgconfig/m17n-db.pc
|
|
|
|
|
2007-07-25 02:57:42 +00:00
|
|
|
%changelog
|
2024-07-17 14:44:12 +00:00
|
|
|
%autochangelog
|