hyphen-hi/hyphen-hi.spec
2020-07-06 10:30:04 +08:00

32 lines
715 B
RPMSpec

Name: hyphen-hi
Summary: The hyphenation rules of Hindi
Epoch: 1
Version: 0.7.0
Release: 13
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-hi)
%description
The hyphenation rules of Hindi.
%prep
%autosetup -n hyphen-hi-%{version} -p1
%build
%install
install -d %{buildroot}/%{_datadir}/hyphen
install -m644 -p *.dic %{buildroot}/%{_datadir}/hyphen
%files
%doc README COPYING ChangeLog
%{_datadir}/hyphen/*
%changelog
* Wed Apr 15 2020 wangyue<wangyue92@huawei.com> - 1:0.7.0-13
- Package init