hyphen-bn/hyphen-bn.spec

39 lines
1015 B
RPMSpec
Raw Normal View History

2020-07-09 19:41:21 +08:00
Name: hyphen-bn
Epoch: 1
Version: 0.7.0
2021-07-10 09:36:53 +08:00
Release: 14
2020-07-09 19:41:21 +08:00
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
2021-07-10 09:36:53 +08:00
BuildRequires: git
2020-07-09 19:41:21 +08:00
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
2021-07-10 09:36:53 +08:00
* Sat Jul 10 2021 wangyue <wangyue92@huawei.com> - 0.7.0-14
- Add git to build dependency
2020-07-09 19:41:21 +08:00
* Thu Apr 30 2020 Jeffery.Gao <gaojianxing@huawei.com> - 0.7.0-13
- Package init