commit
c78cc648ba
@ -0,0 +1,81 @@
|
||||
--- hyph-sa.tex.clean 2009-03-16 16:47:30.000000000 +0000
|
||||
+++ hyph-sa.tex 2009-03-16 17:04:03.000000000 +0000
|
||||
@@ -15,7 +15,6 @@
|
||||
% Copyright 2006-2011 Yves Codet.
|
||||
% You may freely use, copy, modify and/or distribute this file.
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
-\patterns{
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
% GENERAL RULE
|
||||
% Do not break either side of ZERO-WIDTH JOINER
|
||||
@@ -565,10 +564,10 @@
|
||||
1ಮ1
|
||||
1ಯ1
|
||||
1ರ1
|
||||
-1ಱ1 % can occur in Sanskrit?
|
||||
+1ಱ1
|
||||
1ಲ1
|
||||
1ಳ1
|
||||
-1ೞ1 % can occur in Sanskrit?
|
||||
+1ೞ1
|
||||
1ವ1
|
||||
1ಶ1
|
||||
1ಷ1
|
||||
@@ -602,7 +601,7 @@
|
||||
2ಮ್.
|
||||
2ಯ್.
|
||||
2ರ್.
|
||||
-2ಱ್. % can occur in Sanskrit?
|
||||
+2ಱ್.
|
||||
2ಲ್.
|
||||
2ಳ್.
|
||||
2ವ್.
|
||||
@@ -686,10 +685,10 @@
|
||||
1മ1
|
||||
1യ1
|
||||
1ര1
|
||||
-1റ1 % can occur in Sanskrit?
|
||||
+1റ1
|
||||
1ല1
|
||||
1ള1
|
||||
-1ഴ1 % can occur in Sanskrit?
|
||||
+1ഴ1
|
||||
1വ1
|
||||
1ശ1
|
||||
1ഷ1
|
||||
@@ -723,10 +722,10 @@
|
||||
2മ്.
|
||||
2യ്.
|
||||
2ര്.
|
||||
-2റ്. % can occur in Sanskrit?
|
||||
+2റ്.
|
||||
2ല്.
|
||||
2ള്.
|
||||
-2ഴ്. % can occur in Sanskrit?
|
||||
+2ഴ്.
|
||||
2വ്.
|
||||
2ശ്.
|
||||
2ഷ്.
|
||||
@@ -819,7 +818,7 @@
|
||||
1మ1
|
||||
1య1
|
||||
1ర1
|
||||
-1ఱ1 % can occur in Sanskrit?
|
||||
+1ఱ1
|
||||
1ల1
|
||||
1ళ1
|
||||
1వ1
|
||||
@@ -855,7 +854,7 @@
|
||||
2మ్.
|
||||
2య్.
|
||||
2ర్.
|
||||
-2ఱ్. % can occur in Sanskrit?
|
||||
+2ఱ్.
|
||||
2ల్.
|
||||
2ళ్.
|
||||
2వ్.
|
||||
@@ -876,4 +875,3 @@
|
||||
2ౖ
|
||||
% Do not break either side of virama (may be within conjunct).
|
||||
2్2
|
||||
-}
|
@ -0,0 +1,101 @@
|
||||
%global upstreamid 20110915
|
||||
|
||||
Name: hyphen-sa
|
||||
Summary: Sanskrit hyphenation rules
|
||||
Version: 0.%{upstreamid}
|
||||
Release: 13%{?dist}
|
||||
#? in a url causes trouble
|
||||
#http://tug.org/svn/texhyphen/trunk/hyph-utf8/tex/generic/hyph-utf8/patterns/tex/hyph-sa.tex?view=co
|
||||
Source: hyph-sa.tex
|
||||
URL: http://tug.org/tex-hyphen
|
||||
License: LPPL
|
||||
BuildArch: noarch
|
||||
BuildRequires: hyphen-devel
|
||||
Requires: hyphen
|
||||
Supplements: (hyphen and langpacks-sa)
|
||||
Patch0: hyphen-sa-cleantex.patch
|
||||
|
||||
%description
|
||||
Sanskrit hyphenation rules.
|
||||
|
||||
%prep
|
||||
%setup -T -q -c -n hyphen-sa
|
||||
cp -p %{SOURCE0} .
|
||||
%patch0 -p0 -b .clean
|
||||
|
||||
%build
|
||||
substrings.pl hyph-sa.tex hyph_sa_IN.dic UTF-8
|
||||
echo "Created with substring.pl by substrings.pl hyph-sa.tex hyph_sa_IN.dic UTF-8" > README
|
||||
echo "Original in-line credits were:" >> README
|
||||
echo "" >> README
|
||||
head -n 17 hyph-sa.tex >> README
|
||||
|
||||
%install
|
||||
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
||||
cp -p hyph_sa_IN.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
||||
|
||||
%files
|
||||
%doc README
|
||||
%{_datadir}/hyphen/hyph_sa_IN.dic
|
||||
|
||||
%changelog
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.20110915-13
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.20110915-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.20110915-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Fri Feb 19 2016 Parag Nemade <pnemade AT redhat DOT com> - 0.20110915-10
|
||||
- Add Supplements: tag for langpacks naming guidelines
|
||||
- Clean the specfile to follow current packaging guidelines
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.20110915-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Fri Dec 25 2015 Parag Nemade <pnemade AT redhat DOT com> - 0.20110915-8
|
||||
- Clean the spec as per current packaging guidelines
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20110915-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20110915-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20110915-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20110915-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20110915-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20110915-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Mon Oct 17 2011 Caolan McNamara <caolanm@redhat.com> - 0.20110915-1
|
||||
- latest version
|
||||
|
||||
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20100531-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Tue Jun 01 2010 Caolan McNamara <caolanm@redhat.com> - 0.20100531-1
|
||||
- latest version
|
||||
|
||||
* Thu Mar 04 2010 Caolan McNamara <caolanm@redhat.com> - 0.20100304-1
|
||||
- latest version
|
||||
|
||||
* Wed Aug 19 2009 Caolan McNamara <caolanm@redhat.com> - 0.20090412-3
|
||||
- Related: rhbz#517821 drop hyphen-bn alias
|
||||
|
||||
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20090412-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
* Sun May 03 2009 Caolan McNamara <caolanm@redhat.com> - 0.20090412-1
|
||||
- latest version
|
||||
|
||||
* Mon Apr 06 2009 Caolan McNamara <caolanm@redhat.com> - 0.20081010-1
|
||||
- initial version
|
Loading…
Reference in new issue