File m17n-contrib.spec of Package m17n-contrib
#
# spec file for package m17n-contrib (Version 1.1.6)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: m17n-contrib
BuildRequires: m17n-db
Version: 1.1.6
Release: 1
License: LGPL v2.1 or later
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/
# CVS:
# cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/m17n login
# cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/m17n co m17n-lib
# cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/m17n co m17n-db
# cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/m17n co m17n-contrib
Source0: http://www.m17n.org/m17n-lib/download/m17n-contrib-%{version}.tar.bz2
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 -n %{name}-%{version}
%build
./bootstrap.sh
libtoolize --force
autoreconf --force --install --verbose
export CXXFLAGS="$RPM_OPT_FLAGS"
./configure --prefix=/usr \
--sysconfdir=%{_sysconfdir} \
--libdir=%{_libdir} \
--disable-nls
make
%install
make DESTDIR=${RPM_BUILD_ROOT} install
chmod 755 $RPM_BUILD_ROOT%{_datadir}/m17n/scripts/tbl2mim.awk
%clean
%files
%defattr(-, root, root)
%doc AUTHORS COPYING NEWS README ChangeLog
%dir %{_datadir}/m17n/
%{_datadir}/m17n/*
%changelog
* Fri Feb 29 2008 mfabian@suse.de
- update to 1.1.6:
• New input methods: vi-nom-vni.mim (Vietnamese ChuNom),
as-phonetic.mim (Assamese), as-inscript.mim (Assamese),
ml-mozhi.mim (Malayalam), te-pothana.mim, si-trans.mim.
* Wed Aug 01 2007 mfabian@suse.de
- update to 1.1.3:
• New input methods for Esperanto:
eo-h-f.mim, eo-h.mim, eo-plena.mim, eo-q.mim, eo-x.mim
• The installation directory of tbl2mim.awk is changed from
${bindir} to ${datadir}/m17n/scripts.
• New input methods:
tai-sonla.mim (Tai Viet)
vi-nom.mim (Vietnamese ChuNom)
vi-han.mim (Vietnamese Han)
* Tue Jan 09 2007 mfabian@suse.de
- new package: m17n-contrib, version 1.1.1.
- Use configure option "--disable-nls" for the momente because
xgettext crashes during the build. This is no problem, there
are currently no translations available anyway.
- remove file /usr/share/m17n/bn-itrans.mim because it conflicts
with the same file from the m17n-db package.