32 lines
744 B
RPMSpec
32 lines
744 B
RPMSpec
Name: hyphen-kn
|
|
Summary: Rules for Kannada hyphenation
|
|
Epoch: 1
|
|
Version: 0.7.0
|
|
Release: 13
|
|
Source: http://download.savannah.gnu.org/releases/smc/hyphenation/patterns/%{name}-%{version}.tar.bz2
|
|
URL: http://extensions.services.openoffice.org/project/kitandin
|
|
License: LGPLv3+
|
|
BuildArch: noarch
|
|
Requires: hyphen
|
|
Supplements: (hyphen and langpacks-kn)
|
|
|
|
%description
|
|
Rules for Kannada hyphenation.
|
|
|
|
%prep
|
|
%autosetup -n %{name}-%{version} -p1
|
|
|
|
%build
|
|
|
|
%install
|
|
install -d %{buildroot}/%{_datadir}/hyphen
|
|
install -m644 -p *.dic %{buildroot}/%{_datadir}/hyphen
|
|
|
|
%files
|
|
%doc README COPYING ChangeLog
|
|
%{_datadir}/hyphen/*
|
|
|
|
%changelog
|
|
* Fri Apr 24 2020 wutao <wutao61@huawei.com> - 1:0.7.0-13
|
|
- Package init
|