!1 package init

Merge pull request !1 from small_leek/xsl
This commit is contained in:
openeuler-ci-bot 2020-07-10 17:44:33 +08:00 committed by Gitee
commit a68f4a60af
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