-Initial Fedora release
This commit is contained in:
parent
da07c13651
commit
9769ebbfe6
136
hyph_mr_IN.dic
Normal file
136
hyph_mr_IN.dic
Normal file
@ -0,0 +1,136 @@
|
||||
UTF-8
|
||||
% Hyphenation for Marathi
|
||||
% Copyright (C) 2008-2009 Santhosh Thottingal <santhosh.thottingal@gmail.com>
|
||||
%
|
||||
% This library is free software; you can redistribute it and/or
|
||||
% modify it under the terms of the GNU General Public
|
||||
% License as published by the Free Software Foundation;
|
||||
% version 3 or later version of the License.
|
||||
%
|
||||
% This library is distributed in the hope that it will be useful,
|
||||
% but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
% Lesser General Public License for more details.
|
||||
%
|
||||
% You should have received a copy of the GNU General Public
|
||||
% License along with this library; if not, write to the Free Software
|
||||
% Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
%
|
||||
% GENERAL RULE
|
||||
% Do not break either side of ZERO-WIDTH JOINER
|
||||
% (U+200D) and ZERO-WIDTH NON-JOINER (U+200C)
|
||||
22
|
||||
22
|
||||
% Break before or after any independent vowel.
|
||||
1अ1
|
||||
1आ1
|
||||
1इ1
|
||||
1ई1
|
||||
1उ1
|
||||
1ऊ1
|
||||
1ऋ1
|
||||
1ॠ1
|
||||
1ऌ1
|
||||
1ॡ1
|
||||
1ए1
|
||||
1ऐ1
|
||||
1ओ1
|
||||
1औ1
|
||||
% Break after any dependent vowel but not before.
|
||||
2ा1
|
||||
2ि1
|
||||
2ी1
|
||||
2ु1
|
||||
2ू1
|
||||
2ृ1
|
||||
2ॄ1
|
||||
2ॢ1
|
||||
2ॣ1
|
||||
2े1
|
||||
2ै1
|
||||
2ो1
|
||||
2ौ1
|
||||
% Break before or after any consonant.
|
||||
1क1
|
||||
1ख1
|
||||
1ग1
|
||||
1घ1
|
||||
1ङ1
|
||||
1च1
|
||||
1छ1
|
||||
1ज1
|
||||
1झ1
|
||||
1ञ1
|
||||
1ट1
|
||||
1ठ1
|
||||
1ड1
|
||||
1ढ1
|
||||
1ण1
|
||||
1त1
|
||||
1थ1
|
||||
1द1
|
||||
1ध1
|
||||
1न1
|
||||
1प1
|
||||
1फ1
|
||||
1ब1
|
||||
1भ1
|
||||
1म1
|
||||
1य1
|
||||
1र1
|
||||
1ल1
|
||||
1ळ1
|
||||
1व1
|
||||
1श1
|
||||
1ष1
|
||||
1स1
|
||||
1ह1
|
||||
% Do not break before a final consonant or conjunct.
|
||||
2क्.
|
||||
2ख्.
|
||||
2ग्.
|
||||
2घ्.
|
||||
2ङ्.
|
||||
2च्.
|
||||
2छ्.
|
||||
2ज्.
|
||||
2झ्.
|
||||
2ञ्.
|
||||
2ट्.
|
||||
2ठ्.
|
||||
2ड्.
|
||||
2ढ्.
|
||||
2ण्.
|
||||
2त्.
|
||||
2थ्.
|
||||
2द्.
|
||||
2ध्.
|
||||
2न्.
|
||||
2प्.
|
||||
2फ्.
|
||||
2ब्.
|
||||
2भ्.
|
||||
2म्.
|
||||
2य्.
|
||||
2र्.
|
||||
2ल्.
|
||||
2ळ्.
|
||||
2व्.
|
||||
2श्.
|
||||
2ष्.
|
||||
2स्.
|
||||
2ह्.
|
||||
2र्क्.
|
||||
2र्ट्.
|
||||
2र्त्.
|
||||
2र्प्.
|
||||
% Do not break before chandrabindu, anusvara, visarga, avagraha
|
||||
% and accents.
|
||||
2ँ
|
||||
2ं
|
||||
2ः
|
||||
2ऽ
|
||||
2॑
|
||||
2॒
|
||||
% Do not break either side of virama (may be within conjunct).
|
||||
2्2
|
38
hyphen-mr.spec
Normal file
38
hyphen-mr.spec
Normal file
@ -0,0 +1,38 @@
|
||||
Name: hyphen-mr
|
||||
Summary: Marathi hyphenation rules
|
||||
%define upstreamid 20090813
|
||||
Version: 0.%{upstreamid}
|
||||
Release: 1%{?dist}
|
||||
Source: http://git.savannah.gnu.org/cgit/smc.git/plain/hyphenation/hyph_mr_IN.dic
|
||||
Group: Applications/Text
|
||||
URL: http://wiki.smc.org.in
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
License: LGPLv3+
|
||||
BuildArch: noarch
|
||||
|
||||
Requires: hyphen
|
||||
|
||||
%description
|
||||
Marathi hyphenation rules.
|
||||
|
||||
%prep
|
||||
%setup -T -q -c
|
||||
cp -p %{SOURCE0} .
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
||||
cp -p *.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%{_datadir}/hyphen/*
|
||||
|
||||
%changelog
|
||||
* Mon Aug 17 2009 Parag <pnemade@redhat.com> - 0.20090813-1
|
||||
- initial version
|
1
import.log
Normal file
1
import.log
Normal file
@ -0,0 +1 @@
|
||||
hyphen-mr-0_20090813-1_fc11:HEAD:hyphen-mr-0.20090813-1.fc11.src.rpm:1250746201
|
Loading…
Reference in New Issue
Block a user