*** empty log message ***
This commit is contained in:
parent
b8010efa43
commit
05e51baf1f
83
hyph_pa_IN.dic
Normal file
83
hyph_pa_IN.dic
Normal file
@ -0,0 +1,83 @@
|
|||||||
|
UTF-8
|
||||||
|
% Hyphenation for Panjabi(Gurmughi)
|
||||||
|
% 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
|
||||||
|
੍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ਹ
|
45
hyphen-pa.spec
Normal file
45
hyphen-pa.spec
Normal file
@ -0,0 +1,45 @@
|
|||||||
|
Name: hyphen-pa
|
||||||
|
Summary: Punjabi hyphenation rules
|
||||||
|
%define upstreamid 20081213
|
||||||
|
Version: 0.%{upstreamid}
|
||||||
|
Release: 1%{?dist}
|
||||||
|
Source: http://git.savannah.gnu.org/cgit/smc.git/plain/hyphenation/hyph_pa_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
|
||||||
|
Punjabi 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
|
||||||
|
pushd $RPM_BUILD_ROOT/%{_datadir}/hyphen/
|
||||||
|
pa_IN_aliases="pa_PK"
|
||||||
|
for lang in $pa_IN_aliases; do
|
||||||
|
ln -s hyph_pa_IN.dic hyph_$lang.dic
|
||||||
|
done
|
||||||
|
popd
|
||||||
|
|
||||||
|
|
||||||
|
%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-pa-0_20081213-1_fc10:HEAD:hyphen-pa-0.20081213-1.fc10.src.rpm:1239178574
|
Loading…
Reference in New Issue
Block a user