From eae114f21f20fc2f41ae3d00276b08174f8f1dda Mon Sep 17 00:00:00 2001 From: Dan Kenigsberg Date: Sat, 15 Jul 2017 21:30:38 +0300 Subject: [PATCH] build when perl is in taint mode --- 0001-require-local-module-explicitly.patch | 54 ++++++++++++++++++++++ hspell.spec | 4 +- 2 files changed, 57 insertions(+), 1 deletion(-) create mode 100644 0001-require-local-module-explicitly.patch diff --git a/0001-require-local-module-explicitly.patch b/0001-require-local-module-explicitly.patch new file mode 100644 index 0000000..a02a581 --- /dev/null +++ b/0001-require-local-module-explicitly.patch @@ -0,0 +1,54 @@ +From 4573c39c4a5bfbcd36941c2ead3d4d93d9ac85e4 Mon Sep 17 00:00:00 2001 +From: Dan Kenigsberg +Date: Sat, 15 Jul 2017 21:28:03 +0300 +Subject: [PATCH] require local module explicitly + +this allows build hspell when perl runs in taint mode which does not +include the current directory in @INC +--- + binarize-desc.pl | 2 +- + genprefixes.pl | 2 +- + pmerge | 2 +- + 3 files changed, 3 insertions(+), 3 deletions(-) + +diff --git a/binarize-desc.pl b/binarize-desc.pl +index dbf0b1c..f62ebc6 100755 +--- a/binarize-desc.pl ++++ b/binarize-desc.pl +@@ -8,7 +8,7 @@ + + use Carp; + +-require "PrefixBits.pl"; ++require "./PrefixBits.pl"; + + # "perl -w" warns about variables only used once (it assumes they are a + # typo). This ugliness gets rid of this warning. Is there a more sensible way? +diff --git a/genprefixes.pl b/genprefixes.pl +index 450a7ca..9ae9e50 100755 +--- a/genprefixes.pl ++++ b/genprefixes.pl +@@ -1,6 +1,6 @@ + #!/usr/bin/perl -w + +-require "PrefixBits.pl"; ++require "./PrefixBits.pl"; + + sub find_prefixes { + my $INQUISITIVE_HE=shift; +diff --git a/pmerge b/pmerge +index 83ad949..9ceb9de 100755 +--- a/pmerge ++++ b/pmerge +@@ -8,7 +8,7 @@ + use IO::File; + use Carp; + +-require "PrefixBits.pl"; ++require "./PrefixBits.pl"; + + # "perl -w" warns about variables only used once (it assumes they are a + # typo). This ugliness gets rid of this warning. Is there a more sensible way? +-- +2.9.4 + diff --git a/hspell.spec b/hspell.spec index b40a474..95f1dc2 100644 --- a/hspell.spec +++ b/hspell.spec @@ -1,11 +1,12 @@ Summary: A Hebrew spell checker Name: hspell Version: 1.4 -Release: 1%{?dist} +Release: 2%{?dist} License: AGPLv3 Group: Applications/Text URL: http://hspell.ivrix.org.il/ Source: http://hspell.ivrix.org.il/%{name}-%{version}.tar.gz +Patch0: 0001-require-local-module-explicitly.patch BuildRequires: hunspell-devel, perl-generators, zlib-devel @@ -44,6 +45,7 @@ Hebrew hunspell dictionaries. %prep %setup -q +%patch0 -p1 -b .localreq /usr/bin/iconv -f hebrew -t utf8 -o WHATSNEW WHATSNEW %build