diff --git a/hyphen-bn-0.7.0.tar.bz2 b/hyphen-bn-0.7.0.tar.bz2 new file mode 100644 index 0000000..f45af95 Binary files /dev/null and b/hyphen-bn-0.7.0.tar.bz2 differ diff --git a/hyphen-bn.spec b/hyphen-bn.spec new file mode 100644 index 0000000..79cf65a --- /dev/null +++ b/hyphen-bn.spec @@ -0,0 +1,34 @@ +Name: hyphen-bn +Epoch: 1 +Version: 0.7.0 +Release: 13 +Summary: Rules for bengali hyphenation rules +License: LGPLv3+ +URL: http://wiki.smc.org.in +Source: http://download.savannah.gnu.org/releases/smc/hyphenation/patterns/hyphen-bn-%{version}.tar.bz2 +Requires: hyphen +BuildArch: noarch +Supplements: (hyphen and langpacks-bn) + +%description +Rules for bengali hyphenation. + +%prep +%autosetup -n hyphen-bn-%{version} -p1 -S git + +%build + +%install +install -d %{buildroot}/%{_datadir}/hyphen +install -m644 -p *.dic %{buildroot}/%{_datadir}/hyphen +cd %{buildroot}/%{_datadir}/hyphen/ +ln -s hyph_bn_IN.dic hyph_bn_BD.dic +cd - + +%files +%doc README COPYING ChangeLog +%{_datadir}/hyphen/* + +%changelog +* Thu Apr 30 2020 Jeffery.Gao - 0.7.0-13 +- Package init