hyphen-ta/hyphen-ta.spec
2020-07-04 10:42:04 +08:00

32 lines
738 B
RPMSpec

Name: hyphen-ta
Version: 0.7.0
Release: 13
Summary: The Rules for Tamil hyphenation
License: LGPLv3+
URL: http://wiki.smc.org.in
Source: http://download.savannah.gnu.org/releases/smc/hyphenation/patterns/hyphen-ta-%{version}.tar.bz2
Requires: hyphen
Epoch: 1
BuildArch: noarch
Supplements: (hyphen and langpacks-ta)
%description
The Rules for Tamil hyphenation
%prep
%autosetup -n hyphen-ta-%{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 Jul 03 2020 yaokai<yaokai13@huawei.com> - 1:0.7.0-13
- Package init