package init

This commit is contained in:
root 2020-07-06 10:30:04 +08:00
parent a9ba3567a8
commit 00733c203c
2 changed files with 31 additions and 0 deletions

BIN
hyphen-hi-0.7.0.tar.bz2 Normal file

Binary file not shown.

31
hyphen-hi.spec Normal file
View File

@ -0,0 +1,31 @@
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