m17n-db/m17n-db.spec
Takashi Iwai e146c4e8ba Accepting request 1125266 from home:dirkmueller:Factory
- update to 1.8.5:
  * new-newa-traditional-extended: New input method
  * ml-pn-c: New input method for Malayalam
  * en-pn-eqf: This is a slightly modified version of the QWERTY
    English layout to be used along with the ml-pn-c input method
  * ** New input methods are added.
  * 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.
  * kok-inscript2-deva, mr-inscript, mr-inscript2: Fix digit 0
  * ta-vutam: Change the header comment to a description
  * mr-gamabhana: icon resized to 48x48
  * latn1-pre: add icon
  * ar-translit: add icon
  * ath-phonetic: add icon
  * bla-phonetic: add icon

OBS-URL: https://build.opensuse.org/request/show/1125266
OBS-URL: https://build.opensuse.org/package/show/M17N/m17n-db?expand=0&rev=26
2023-11-13 11:47:02 +00:00

62 lines
1.6 KiB
RPMSpec

#
# spec file for package m17n-db
#
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: m17n-db
Version: 1.8.5
Release: 0
Summary: Database Needed by the m17n Library m17n-lib
License: GPL-2.0-or-later AND LGPL-2.1-or-later AND SUSE-Public-Domain AND MIT
Group: System/I18n/Japanese
URL: https://www.m17n.org/m17n-lib/
Source0: http://download.savannah.gnu.org/releases/m17n/%{name}-%{version}.tar.gz
Patch0: bnc429430-ar-kbd.patch
BuildRequires: glibc-i18ndata
BuildRequires: pkgconfig
Provides: m17n-contrib > 1.1.14
Obsoletes: m17n-contrib <= 1.1.14
BuildArch: noarch
%description
Database that is needed by the m17n library "m17n-lib".
%lang_package
%prep
%autosetup -p1
%build
%configure
%make_build
%install
%make_install
%find_lang m17n-db
%files
%license COPYING
%doc AUTHORS NEWS README ChangeLog
%dir %{_datadir}/m17n/
%{_datadir}/m17n/*
%{_bindir}/*
%{_datadir}/pkgconfig/m17n-db.pc
%files lang -f m17n-db.lang
%changelog