RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/hyphen-mr#0ad27f51fba7416d4e408327ae1319d9d45dc7b0
This commit is contained in:
parent
c744b5ea3b
commit
69e313359d
2
.gitignore
vendored
2
.gitignore
vendored
@ -0,0 +1,2 @@
|
||||
hyph_mr_IN.dic
|
||||
/hyphen-mr-0.7.0.tar.bz2
|
97
hyph_mr_IN.dic
Normal file
97
hyph_mr_IN.dic
Normal file
@ -0,0 +1,97 @@
|
||||
UTF-8
|
||||
% Hyphenation for Marathi
|
||||
% Copyright (C) 2008-2010 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 Lesser 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 Lesser 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)
|
||||
22
|
||||
% Break on both sides of ZERO-WIDTH NON JOINER (U+200C)
|
||||
11
|
||||
% Break before or after any independent vowel.
|
||||
अ1
|
||||
आ1
|
||||
इ1
|
||||
ई1
|
||||
उ1
|
||||
ऊ1
|
||||
ऋ1
|
||||
ॠ1
|
||||
ऌ1
|
||||
ॡ1
|
||||
ए1
|
||||
ऐ1
|
||||
ओ1
|
||||
औ1
|
||||
% Break after any dependent vowel but not before.
|
||||
ा1
|
||||
ि1
|
||||
ी1
|
||||
ु1
|
||||
ू1
|
||||
ृ1
|
||||
ॄ1
|
||||
ॢ1
|
||||
ॣ1
|
||||
े1
|
||||
ै1
|
||||
ो1
|
||||
ौ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ह
|
||||
% Do not break before chandrabindu, anusvara, visarga, avagraha
|
||||
% and accents.
|
||||
2ँ1
|
||||
2ं1
|
||||
2ः1
|
||||
2ऽ1
|
||||
2॑1
|
||||
2॒1
|
||||
% Do not break either side of virama (may be within conjunct).
|
||||
2्2
|
101
hyphen-mr.spec
Normal file
101
hyphen-mr.spec
Normal file
@ -0,0 +1,101 @@
|
||||
Name: hyphen-mr
|
||||
Summary: Marathi hyphenation rules
|
||||
Epoch: 1
|
||||
Version: 0.7.0
|
||||
Release: 16%{?dist}
|
||||
Source: http://download.savannah.gnu.org/releases/smc/hyphenation/patterns/%{name}-%{version}.tar.bz2
|
||||
URL: http://wiki.smc.org.in
|
||||
License: LGPLv3+
|
||||
BuildArch: noarch
|
||||
Requires: hyphen
|
||||
Supplements: (hyphen and langpacks-mr)
|
||||
|
||||
%description
|
||||
Marathi hyphenation rules.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}/%{_datadir}/hyphen
|
||||
install -m644 -p *.dic %{buildroot}/%{_datadir}/hyphen
|
||||
|
||||
%files
|
||||
%doc README COPYING ChangeLog
|
||||
%{_datadir}/hyphen/*
|
||||
|
||||
%changelog
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.7.0-16
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.7.0-15
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.7.0-14
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.7.0-13
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.7.0-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.7.0-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.7.0-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.7.0-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Fri Feb 19 2016 Parag Nemade <pnemade AT redhat DOT com> - 1:0.7.0-8
|
||||
- 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> - 1:0.7.0-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.7.0-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.7.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.7.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.7.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Thu Nov 29 2012 Parag <pnemade AT redhat DOT com> - 1:0.7.0-2
|
||||
- Correct the changelog entry
|
||||
|
||||
* Tue Nov 27 2012 Parag <pnemade AT redhat DOT com> - 1:0.7.0-1
|
||||
- Resolves:rh#880129- package does not follow naming guidelines
|
||||
|
||||
* Wed Nov 21 2012 Parag <pnemade AT redhat DOT com> - 0.20111229-2
|
||||
- Add %%doc files
|
||||
|
||||
* Thu Aug 02 2012 Parag <pnemade AT redhat DOT com> - 0.20111229-1
|
||||
- Update to new upstream 0.7.0
|
||||
|
||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20100204-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20100204-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20100204-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Mon Feb 08 2010 Parag <pnemade AT redhat.com> - 0.20100204-1
|
||||
- update to 20100204
|
||||
|
||||
* Thu Sep 24 2009 Parag <pnemade@redhat.com> - 0.20090924-1
|
||||
- update to 20090924
|
||||
|
||||
* Mon Aug 17 2009 Parag <pnemade@redhat.com> - 0.20090813-1
|
||||
- initial version
|
Loading…
Reference in New Issue
Block a user