diff --git a/hyphen-ta-0.7.0.tar.bz2 b/hyphen-ta-0.7.0.tar.bz2 new file mode 100644 index 0000000..63419a4 Binary files /dev/null and b/hyphen-ta-0.7.0.tar.bz2 differ diff --git a/hyphen-ta.spec b/hyphen-ta.spec new file mode 100644 index 0000000..21ef9b5 --- /dev/null +++ b/hyphen-ta.spec @@ -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 - 1:0.7.0-13 +- Package init