*** empty log message ***
This commit is contained in:
parent
b1e4ec05f1
commit
c3dbc21fa0
91
hyph_te_IN.dic
Normal file
91
hyph_te_IN.dic
Normal file
@ -0,0 +1,91 @@
|
||||
UTF-8
|
||||
% Hyphenation for Telugu
|
||||
% Copyright (C) 2008 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
|
||||
%
|
||||
|
||||
అ1
|
||||
ఆ1
|
||||
ఇ1
|
||||
ఈ1
|
||||
ఉ1
|
||||
ఊ1
|
||||
ఋ1
|
||||
ఎ1
|
||||
ఏ1
|
||||
ఐ1
|
||||
ఒ1
|
||||
ఔ1
|
||||
ా1
|
||||
ి1
|
||||
ీ1
|
||||
ు1
|
||||
ూ1
|
||||
ృ1
|
||||
ె1
|
||||
ే1
|
||||
ొ1
|
||||
ో1
|
||||
ై1
|
||||
ౌ1
|
||||
్2
|
||||
ః1
|
||||
ం1
|
||||
1న
|
||||
న్2
|
||||
2న్
|
||||
1ర
|
||||
ర్2
|
||||
2ర్
|
||||
1ల
|
||||
ల్2
|
||||
2ల్
|
||||
1ళ
|
||||
ళ్2
|
||||
2ళ్
|
||||
1ణ
|
||||
ణ్2
|
||||
2ణ్
|
||||
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ఱ
|
38
hyphen-te.spec
Normal file
38
hyphen-te.spec
Normal file
@ -0,0 +1,38 @@
|
||||
Name: hyphen-te
|
||||
Summary: Telugu hyphenation rules
|
||||
%define upstreamid 20081213
|
||||
Version: 0.%{upstreamid}
|
||||
Release: 1%{?dist}
|
||||
Source: http://git.savannah.gnu.org/cgit/smc.git/plain/hyphenation/hyph_te_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
|
||||
Telugu 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 Apr 06 2009 Caolan McNamara <caolanm@redhat.com> - 0.20081213-1
|
||||
- initial version
|
1
import.log
Normal file
1
import.log
Normal file
@ -0,0 +1 @@
|
||||
hyphen-te-0_20081213-1_fc10:HEAD:hyphen-te-0.20081213-1.fc10.src.rpm:1239177966
|
Loading…
Reference in New Issue
Block a user