From 7d525c60515124d4a7613aff9572cae97e5a0ad5 Mon Sep 17 00:00:00 2001 From: wu-leilei Date: Wed, 2 Jun 2021 14:36:06 +0800 Subject: [PATCH] fixes failed: usr/bin/perl: No such file or directory --- hyphen-tk.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/hyphen-tk.spec b/hyphen-tk.spec index f43199f..7c0c7fc 100644 --- a/hyphen-tk.spec +++ b/hyphen-tk.spec @@ -1,13 +1,13 @@ Name: hyphen-tk Version: 0.20110620 -Release: 15 +Release: 16 Summary: The rules for Turkmen hyphenation License: MIT URL: http://tug.org/tex-hyphen Source: http://ctan.math.illinois.edu/languages/hyph-utf8/tex/generic/hyph-utf8/patterns/tex/hyph-tk.tex BuildArch: noarch Requires: hyphen -BuildRequires: hyphen-devel +BuildRequires: hyphen-devel, perl Supplements: (hyphen and langpacks-tk) %description @@ -34,6 +34,9 @@ install -Dp hyph_tk_TM.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen/hyph_tk_TM.dic %{_datadir}/hyphen/hyph_tk_TM.dic %changelog +* Wed Jun 02 2021 wulei - 0.20110620-16 +- fixes failed: perl: bad interpreter: No such file or directory + * Fri Jan 08 2021 Ge Wang - 0.20110620-15 - Modify license information