File m17n-contrib.spec of Package m17n-contrib
#
# spec file for package m17n-contrib
#
# Copyright (c) 2011 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/
#
# norootforbuild
Name: m17n-contrib
BuildRequires: m17n-db
Version: 1.1.12
Release: 1
License: LGPLv2.1+
Group: System/I18n/Japanese
AutoReqProv: on
Provides: locale(m17n-db:as;bn;gu;hi;kn;ml;mr;ne;or;pa;ta;te;ur)
Url: http://www.m17n.org/m17n-lib/
Source0: http://www.m17n.org/m17n-lib/download/m17n-contrib-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: A collection of contributed works to be used with the m17n library
%description
A collection of contributed works to be used with the m17n library,
mainly additional Indic input methods.
Authors:
--------
Kenichi Handa <handa@m17n.org>
Mikiko Nishikimi <nisikimi@m17n.org>
Naoto Takahashi <ntakahas@m17n.org>
Satoru Tomura <tomura@m17n.org>
Amanpreet Singh Brar <apbrar@gmail.com>
Harshula Jayasuriya
Chaitanya Kamisetty <chaitanya@atc.tcs.co.in>
Suraj N. Kurapati <skurapat@ucsc.edu>
Tahir Abdul Rauf Butt <linux_kernel_worm@yahoo.com>
Suyash Shrestha <suyash.shr@gmail.com>
Subhransu Behera <sbehera@redhat.com>
Rahul Bhalerao <rbhalera@redhat.com>
Runa Bhattacharjee <runab@redhat.com>
I. Felix <ifelix@redhat.com>
Jatin Nansi <jnansi@redhat.com>
Ani Peter <apeter@redhat.com>
Jens Petersen <petersen@redhat.com>
Amitakhya Phukan <aphukan@redhat.com>
Ankitkumar Rameshchandra Patel <ankit@redhat.com>
Rajesh Ranjan <rranjan@redhat.com>
Jaswinder Singh <jsingh@redhat.com>
Sree Thottempudi <sthottem@redhat.com>
%prep
%setup -q
%build
%configure --disable-nls
%{__make}
%install
make DESTDIR=${RPM_BUILD_ROOT} install
chmod 755 $RPM_BUILD_ROOT%{_datadir}/m17n/scripts/tbl2mim.awk
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-, root, root)
%doc AUTHORS COPYING NEWS README ChangeLog
%dir %{_datadir}/m17n/
%{_datadir}/m17n/*
%changelog