package init

This commit is contained in:
root 2020-07-04 10:42:04 +08:00
parent 3b627fe45c
commit 016857544d
2 changed files with 31 additions and 0 deletions

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

Binary file not shown.

31
hyphen-ta.spec Normal file
View File

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