File m17n-contrib.spec of Package m17n-contrib
#
# spec file for package m17n-contrib
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# 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 http://bugs.opensuse.org/
#
Name: m17n-contrib
Version: 1.1.14
Release: 0
Summary: A collection of contributed works to be used with the m17n library
License: LGPL-2.1+
Group: System/I18n/Japanese
Url: http://www.m17n.org/m17n-lib/
Source0: http://download.savannah.gnu.org/releases/m17n/%{name}-%{version}.tar.gz
BuildRequires: fdupes
BuildRequires: m17n-db
Provides: locale(m17n-db:as;bn;gu;hi;kn;ml;mr;ne;or;pa;ta;te;ur)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
A collection of contributed works to be used with the m17n library,
mainly additional Indic input methods.
%prep
%setup -q
%build
%configure --disable-nls
make %{?_sm_mflags}
%install
%makeinstall
chmod 755 %{buildroot}%{_datadir}/m17n/scripts/tbl2mim.awk
%fdupes %{buildroot}
%files
%defattr(-, root, root)
%doc AUTHORS COPYING NEWS README ChangeLog
%dir %{_datadir}/m17n/
%{_datadir}/m17n/*
%changelog