2eb18d3 Resolves: #1864057 - require perl(English) for build

Authored and Committed by kdudka 3 years ago
    Resolves: #1864057 - require perl(English) for build
    
    ... to avoid the following build failure:
    
    perl -w ../scripts/trimheader.pl
    Can't locate English.pm in @INC (you may need to install the English module) (@INC contains: /usr/local/lib64/perl5/5.32 /usr/local/share/perl5/5.32 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5) at ../scripts/trimheader.pl line 1.
    BEGIN failed--compilation aborted at ../scripts/trimheader.pl line 1.
    make[1]: *** [Makefile:26: libtrash.so.3.3] Error 2
    make[1]: Leaving directory '/home/kdudka/rpmbuild/BUILD/libtrash-3.3/src'
    make: *** [Makefile:2: all] Error 2
    error: Bad exit status from /var/tmp/rpm-tmp.NfEAXx (%build)
    
        
file modified
+5 -1