D: [iurt_root_command] chroot
Installing /home/pterjan/rpmbuild/SRPMS/perl-Text-Hunspell-2.160.0-2.mga10.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.SP6HJu
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/pterjan/rpmbuild/BUILD
+ rm -rf Text-Hunspell-2.16
+ /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/Text-Hunspell-2.16.tar.gz
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd Text-Hunspell-2.16
+ rm -rf /home/pterjan/rpmbuild/BUILD/Text-Hunspell-2.16-SPECPARTS
+ /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/Text-Hunspell-2.16-SPECPARTS
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.llQE6w
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD
+ cd Text-Hunspell-2.16
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
++ pkg-config --libs hunspell
++ sed 's/-l//; s/[[:space:]]*$//'
+ HUNSPELL_LIB_NAME=hunspell-1.7
+ /usr/bin/perl Makefile.PL INSTALLDIRS=vendor LIBS=-lhunspell-1.7 'OPTIMIZE=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full'
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Text::Hunspell
Writing MYMETA.yml and MYMETA.json
+ /usr/bin/make -O -j16 V=1 VERBOSE=1
cp Hunspell.pm blib/lib/Text/Hunspell.pm
Running Mkbootstrap for Hunspell ()
chmod 644 "Hunspell.bs"
"/usr/bin/perl5.38.2" -MExtUtils::Command::MM -e 'cp_nonempty' -- Hunspell.bs blib/arch/auto/Text/Hunspell/Hunspell.bs 644
"/usr/bin/perl5.38.2" "/usr/share/perl5/ExtUtils/xsubpp"  -C++ -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/home/pterjan/rpmbuild/BUILD/Text-Hunspell-2.16/perlobject.map' -typemap '/home/pterjan/rpmbuild/BUILD/Text-Hunspell-2.16/typemap' -typemap '/home/pterjan/rpmbuild/BUILD/Text-Hunspell-2.16/typemap'  Hunspell.xs > Hunspell.xsc
mv Hunspell.xsc Hunspell.c
c++ -c   -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/hunspell  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full   -DVERSION=\"2.16\" -DXS_VERSION=\"2.16\" -fPIC "-I/usr/lib64/perl5/CORE"   Hunspell.c
Hunspell.xs: In function 'void XS_Text__Hunspell_check(PerlInterpreter*, CV*)':
Hunspell.xs:69:29: warning: 'int Hunspell::spell(const char*, int*, char**)' is deprecated [-Wdeprecated-declarations]
   69 |         RETVAL = THIS->spell(buf);
      |                  ~~~~~~~~~~~^~~~~
In file included from Hunspell.xs:1:
/usr/include/hunspell/hunspell.hxx:132:20: note: declared here
  132 |   H_DEPRECATED int spell(const char* word, int* info = NULL, char** root = NULL);
      |                    ^~~~~
Hunspell.xs: In function 'void XS_Text__Hunspell_suggest(PerlInterpreter*, CV*)':
Hunspell.xs:81:28: warning: 'int Hunspell::suggest(char***, const char*)' is deprecated [-Wdeprecated-declarations]
   81 |         val = THIS->suggest(&wlsti, buf);
      |               ~~~~~~~~~~~~~^~~~~~~~~~~~~
/usr/include/hunspell/hunspell.hxx:142:20: note: declared here
  142 |   H_DEPRECATED int suggest(char*** slst, const char* word);
      |                    ^~~~~~~
Hunspell.xs:85:24: warning: 'void Hunspell::free_list(char***, int)' is deprecated [-Wdeprecated-declarations]
   85 |         THIS->free_list(&wlsti, val);
      |         ~~~~~~~~~~~~~~~^~~~~~~~~~~~~
/usr/include/hunspell/hunspell.hxx:156:21: note: declared here
  156 |   H_DEPRECATED void free_list(char*** slst, int n);
      |                     ^~~~~~~~~
Hunspell.xs: In function 'void XS_Text__Hunspell_analyze(PerlInterpreter*, CV*)':
Hunspell.xs:94:28: warning: 'int Hunspell::analyze(char***, const char*)' is deprecated [-Wdeprecated-declarations]
   94 |         val = THIS->analyze(&wlsti, buf);
      |               ~~~~~~~~~~~~~^~~~~~~~~~~~~
/usr/include/hunspell/hunspell.hxx:165:20: note: declared here
  165 |   H_DEPRECATED int analyze(char*** slst, const char* word);
      |                    ^~~~~~~
Hunspell.xs:98:24: warning: 'void Hunspell::free_list(char***, int)' is deprecated [-Wdeprecated-declarations]
   98 |         THIS->free_list(&wlsti, val);
      |         ~~~~~~~~~~~~~~~^~~~~~~~~~~~~
/usr/include/hunspell/hunspell.hxx:156:21: note: declared here
  156 |   H_DEPRECATED void free_list(char*** slst, int n);
      |                     ^~~~~~~~~
Hunspell.xs: In function 'void XS_Text__Hunspell_stem(PerlInterpreter*, CV*)':
Hunspell.xs:108:25: warning: 'int Hunspell::stem(char***, const char*)' is deprecated [-Wdeprecated-declarations]
  108 |         val = THIS->stem(&wlsti, buf);
      |               ~~~~~~~~~~^~~~~~~~~~~~~
/usr/include/hunspell/hunspell.hxx:169:20: note: declared here
  169 |   H_DEPRECATED int stem(char*** slst, const char* word);
      |                    ^~~~
Hunspell.xs:112:24: warning: 'void Hunspell::free_list(char***, int)' is deprecated [-Wdeprecated-declarations]
  112 |         THIS->free_list(&wlsti, val);
      |         ~~~~~~~~~~~~~~~^~~~~~~~~~~~~
/usr/include/hunspell/hunspell.hxx:156:21: note: declared here
  156 |   H_DEPRECATED void free_list(char*** slst, int n);
      |                     ^~~~~~~~~
Hunspell.xs: In function 'void XS_Text__Hunspell_generate(PerlInterpreter*, CV*)':
Hunspell.xs:123:29: warning: 'int Hunspell::generate(char***, const char*, const char*)' is deprecated [-Wdeprecated-declarations]
  123 |         val = THIS->generate(&wlsti, buf, sample);
      |               ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
/usr/include/hunspell/hunspell.hxx:182:20: note: declared here
  182 |   H_DEPRECATED int generate(char*** slst, const char* word, const char* word2);
      |                    ^~~~~~~~
Hunspell.xs:127:24: warning: 'void Hunspell::free_list(char***, int)' is deprecated [-Wdeprecated-declarations]
  127 |         THIS->free_list(&wlsti, val);
      |         ~~~~~~~~~~~~~~~^~~~~~~~~~~~~
/usr/include/hunspell/hunspell.hxx:156:21: note: declared here
  156 |   H_DEPRECATED void free_list(char*** slst, int n);
      |                     ^~~~~~~~~
Hunspell.xs: In function 'void XS_Text__Hunspell_generate2(PerlInterpreter*, CV*)':
Hunspell.xs:152:29: warning: 'int Hunspell::generate(char***, const char*, char**, int)' is deprecated [-Wdeprecated-declarations]
  152 |         val = THIS->generate(&wlsti, buf, array,  len);
      |               ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/hunspell/hunspell.hxx:192:20: note: declared here
  192 |   H_DEPRECATED int generate(char*** slst, const char* word, char** desc, int n);
      |                    ^~~~~~~~
Hunspell.xs:157:24: warning: 'void Hunspell::free_list(char***, int)' is deprecated [-Wdeprecated-declarations]
  157 |         THIS->free_list(&wlsti, val);
      |         ~~~~~~~~~~~~~~~^~~~~~~~~~~~~
/usr/include/hunspell/hunspell.hxx:156:21: note: declared here
  156 |   H_DEPRECATED void free_list(char*** slst, int n);
      |                     ^~~~~~~~~
rm -f blib/arch/auto/Text/Hunspell/Hunspell.so
c++  -lpthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -L/usr/local/lib -fstack-protector-strong  Hunspell.o  -o blib/arch/auto/Text/Hunspell/Hunspell.so  \
   -lhunspell-1.7 -lperl   \
  
chmod 755 blib/arch/auto/Text/Hunspell/Hunspell.so
Manifying 1 pod document
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.ohRZwn
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' /home/pterjan/rpmbuild/BUILDROOT/perl-Text-Hunspell-2.160.0-2.mga10.x86_64 '!=' / ']'
+ rm -rf /home/pterjan/rpmbuild/BUILDROOT/perl-Text-Hunspell-2.160.0-2.mga10.x86_64
++ dirname /home/pterjan/rpmbuild/BUILDROOT/perl-Text-Hunspell-2.160.0-2.mga10.x86_64
+ mkdir -p /home/pterjan/rpmbuild/BUILDROOT
+ mkdir /home/pterjan/rpmbuild/BUILDROOT/perl-Text-Hunspell-2.160.0-2.mga10.x86_64
+ cd Text-Hunspell-2.16
+ '[' 1 -eq 1 ']'
+ /usr/bin/make install DESTDIR=/home/pterjan/rpmbuild/BUILDROOT/perl-Text-Hunspell-2.160.0-2.mga10.x86_64 'INSTALL=/usr/bin/install -p'
"/usr/bin/perl5.38.2" -MExtUtils::Command::MM -e 'cp_nonempty' -- Hunspell.bs blib/arch/auto/Text/Hunspell/Hunspell.bs 644
Manifying 1 pod document
Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
Installing /home/pterjan/rpmbuild/BUILDROOT/perl-Text-Hunspell-2.160.0-2.mga10.x86_64/usr/lib64/perl5/vendor_perl/auto/Text/Hunspell/Hunspell.so
Installing /home/pterjan/rpmbuild/BUILDROOT/perl-Text-Hunspell-2.160.0-2.mga10.x86_64/usr/lib64/perl5/vendor_perl/Text/Hunspell.pm
Installing /home/pterjan/rpmbuild/BUILDROOT/perl-Text-Hunspell-2.160.0-2.mga10.x86_64/usr/share/man/man3/Text::Hunspell.3pm
Appending installation info to /home/pterjan/rpmbuild/BUILDROOT/perl-Text-Hunspell-2.160.0-2.mga10.x86_64/usr/lib64/perl5/perllocal.pod
+ /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 2.160.0-2.mga10 --unique-debug-suffix -2.160.0-2.mga10.x86_64 --unique-debug-src-base perl-Text-Hunspell-2.160.0-2.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/Text-Hunspell-2.16
find-debuginfo: starting

Extracting debug info from 1 files
objcopy: unable to copy file '/home/pterjan/rpmbuild/BUILDROOT/perl-Text-Hunspell-2.160.0-2.mga10.x86_64/usr/lib64/perl5/vendor_perl/auto/Text/Hunspell/Hunspell.so'; reason: Permission denied
objcopy: unable to copy file '/home/pterjan/rpmbuild/BUILDROOT/perl-Text-Hunspell-2.160.0-2.mga10.x86_64/usr/lib64/perl5/vendor_perl/auto/Text/Hunspell/Hunspell.so'; reason: Permission denied
DWARF-compressing 1 files
sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match.
Creating .debug symlinks for symlinks to ELF files
Copying sources found by 'debugedit -l' to /usr/src/debug/perl-Text-Hunspell-2.160.0-2.mga10.x86_64
38 blocks
find-debuginfo: done
+ /usr/lib/rpm/check-buildroot
+ '[' -n '' ']'
+ /usr/share/spec-helper/clean_files
+ '[' -n '' ']'
+ /usr/share/spec-helper/compress_files .xz
+ '[' -n '' ']'
+ /usr/share/spec-helper/relink_symlinks
+ '[' -n '' ']'
+ /usr/share/spec-helper/clean_perl
+ '[' -n '' ']'
+ /usr/share/spec-helper/lib_symlinks
+ '[' -n '' ']'
+ /usr/share/spec-helper/gprintify
+ '[' -n '' ']'
+ /usr/share/spec-helper/fix_mo
+ '[' -n '' ']'
+ /usr/share/spec-helper/fix_pamd
+ '[' -n '' ']'
+ /usr/share/spec-helper/remove_info_dir
+ '[' -n '' ']'
+ /usr/share/spec-helper/fix_eol
+ '[' -n '' ']'
+ /usr/share/spec-helper/check_desktop_files
+ '[' -n '' ']'
+ /usr/share/spec-helper/check_elf_files
+ /usr/lib/rpm/check-rpaths
+ /usr/lib/rpm/brp-remove-la-files
+ /usr/lib/rpm/redhat/brp-mangle-shebangs
+ env -u SOURCE_DATE_EPOCH /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j16
+ /usr/lib/rpm/redhat/brp-python-hardlink
Executing(%check): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.MlAQIb
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD
+ cd Text-Hunspell-2.16
+ '[' 1 -eq 1 ']'
+ LANG=en_US
+ make test TEST_POD=1 TEST_VERBOSE=1
"/usr/bin/perl5.38.2" -MExtUtils::Command::MM -e 'cp_nonempty' -- Hunspell.bs blib/arch/auto/Text/Hunspell/Hunspell.bs 644
PERL_DL_NONLAZY=1 PERL_USE_UNSAFE_INC=1 "/usr/bin/perl5.38.2" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t
t/01-use.t ............. 
1..1
ok 1 - use Text::Hunspell;
ok
t/02-pod.t ............. skipped: Test::Pod 1.14 required
t/05-core.t ............ 
1..5
ok 1 - Created a Text::Hunspell object [Text::Hunspell=SCALAR(0x1f56538)]
ok 2 - Word 'lótól' should be in the test dictionary
ok 3 - Word 'lóotól' shouldn't be in the test dictionary
ok 4 - Got some suggestions
ok 5 - List of suggestions should be correct
ok
# Analysis result: [ st:ló po:noun ts:NOM al:lovak is:ABL]
t/06-analyze.t ......... 
1..7
ok 1 - Created a Text::Hunspell object [Text::Hunspell=SCALAR(0x21f0538)]
ok 2 - Got something back
ok 3 - Stemming root
ok 4 - Word supposed to be a noun
ok 5 - Have no idea
ok 6 - Also here, no idea
ok 7 - Guess what?
ok
t/07-add-dictionary.t .. 
1..4
ok 1 - Created a Text::Hunspell object [Text::Hunspell=SCALAR(0x224f538)]
ok 2 - Word 'munkey' shouldn't be in the test dictionary
ok 3 - Added a supplemental dictionary
ok 4 - Word 'munkey' is in the supplemental dictionary
ok
t/08-two-dics.t ........ 
1..7
ok 1 - Created a Text::Hunspell object [Text::Hunspell=SCALAR(0x1572538)]
ok 2 - Word 'lótól' found in first dictionary
ok 3 - Created another Text::Hunspell object [Text::Hunspell=SCALAR(0x15728e0)]
ok 4 - Word 'lótól' found in first dictionary
ok 5 - Word 'lótól' not found in second dictionary
ok 6 - Word 'munkey' not found in first dictionary
ok 7 - Word 'munkey' found in second dictionary
ok
t/09-rt92820.t ......... 
1..3
ok 1 - Loaded the spanish dictionary
ok 2 - 'agarró' should be found in the spanish dictionary
ok 3 - 'agarróso' shouldn't be in the spanish dictionary
ok
t/10-generate.t ........ 
1..16
ok 1 - drink eat => drink
ok 2 - drink eats => drinks
ok 3 - drink ate => drank
ok 4 - drink eaten => drunk
ok 5 - drink eatable => drinkable
ok 6 - drink eatables => drinkables
ok 7 - drink phenomena => drinks
ok 8 - drinks eat => drink
ok 9 - drinks eats => drinks
ok 10 - drinks ate => drank
ok 11 - drinks eaten => drunk
ok 12 - drinks eatable => drinkable
ok 13 - drinks eatables => drinkables
ok 14 - drinks phenomena => drinks
ok 15 - undrinkable phenomena => undrinkables
ok 16 - phenomenon drinks => phenomena
ok
t/11-generate2.t ....... 
1..1
ok 1 -  phenomenon is:plur => phenomena
ok
All tests successful.
Files=9, Tests=44,  2 wallclock secs ( 0.08 usr  0.01 sys +  0.65 cusr  0.13 csys =  0.87 CPU)
Result: PASS
+ RPM_EC=0
++ jobs -p
+ exit 0
Processing files: perl-Text-Hunspell-2.160.0-2.mga10.x86_64
Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.gqffKf
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD
+ cd Text-Hunspell-2.16
+ DOCDIR=/home/pterjan/rpmbuild/BUILDROOT/perl-Text-Hunspell-2.160.0-2.mga10.x86_64/usr/share/doc/perl-Text-Hunspell
+ export LC_ALL=
+ LC_ALL=
+ export DOCDIR
+ /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/perl-Text-Hunspell-2.160.0-2.mga10.x86_64/usr/share/doc/perl-Text-Hunspell
+ cp -pr /home/pterjan/rpmbuild/BUILD/Text-Hunspell-2.16/Changes /home/pterjan/rpmbuild/BUILDROOT/perl-Text-Hunspell-2.160.0-2.mga10.x86_64/usr/share/doc/perl-Text-Hunspell
+ cp -pr /home/pterjan/rpmbuild/BUILD/Text-Hunspell-2.16/LICENSE /home/pterjan/rpmbuild/BUILDROOT/perl-Text-Hunspell-2.160.0-2.mga10.x86_64/usr/share/doc/perl-Text-Hunspell
+ cp -pr /home/pterjan/rpmbuild/BUILD/Text-Hunspell-2.16/META.json /home/pterjan/rpmbuild/BUILDROOT/perl-Text-Hunspell-2.160.0-2.mga10.x86_64/usr/share/doc/perl-Text-Hunspell
+ cp -pr /home/pterjan/rpmbuild/BUILD/Text-Hunspell-2.16/META.yml /home/pterjan/rpmbuild/BUILDROOT/perl-Text-Hunspell-2.160.0-2.mga10.x86_64/usr/share/doc/perl-Text-Hunspell
+ cp -pr /home/pterjan/rpmbuild/BUILD/Text-Hunspell-2.16/MYMETA.yml /home/pterjan/rpmbuild/BUILDROOT/perl-Text-Hunspell-2.160.0-2.mga10.x86_64/usr/share/doc/perl-Text-Hunspell
+ cp -pr /home/pterjan/rpmbuild/BUILD/Text-Hunspell-2.16/README /home/pterjan/rpmbuild/BUILDROOT/perl-Text-Hunspell-2.160.0-2.mga10.x86_64/usr/share/doc/perl-Text-Hunspell
+ cp -pr /home/pterjan/rpmbuild/BUILD/Text-Hunspell-2.16/examples /home/pterjan/rpmbuild/BUILDROOT/perl-Text-Hunspell-2.160.0-2.mga10.x86_64/usr/share/doc/perl-Text-Hunspell
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: perl(Text::Hunspell) = 2.160.0 perl-Text-Hunspell = 2.160.0-2.mga10 perl-Text-Hunspell(x86-64) = 2.160.0-2.mga10
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.34)(64bit) libc.so.6(GLIBC_2.4)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libhunspell-1.7.so.0()(64bit) libperl.so.5.38()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) perl(DynaLoader) perl(vars) perl-base >= 2:5.38.2
Processing files: perl-Text-Hunspell-debugsource-2.160.0-2.mga10.x86_64
Provides: perl-Text-Hunspell-debugsource = 2.160.0-2.mga10 perl-Text-Hunspell-debugsource(x86-64) = 2.160.0-2.mga10
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Processing files: perl-Text-Hunspell-debuginfo-2.160.0-2.mga10.x86_64
Provides: debuginfo(build-id) = ca04cafeca17cd0c50b547c90d325817b6a3a000 perl-Text-Hunspell-debuginfo = 2.160.0-2.mga10 perl-Text-Hunspell-debuginfo(x86-64) = 2.160.0-2.mga10
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Recommends: perl-Text-Hunspell-debugsource(x86-64) = 2.160.0-2.mga10
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILDROOT/perl-Text-Hunspell-2.160.0-2.mga10.x86_64
Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/perl-Text-Hunspell-debugsource-2.160.0-2.mga10.x86_64.rpm
Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/perl-Text-Hunspell-2.160.0-2.mga10.x86_64.rpm
Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/perl-Text-Hunspell-debuginfo-2.160.0-2.mga10.x86_64.rpm
Executing(%clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.WnjuqG
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD
+ cd Text-Hunspell-2.16
+ /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILDROOT/perl-Text-Hunspell-2.160.0-2.mga10.x86_64
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.qVUpcu
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD
+ rm -rf /home/pterjan/rpmbuild/BUILD/Text-Hunspell-2.16-SPECPARTS
+ rm -rf Text-Hunspell-2.16 Text-Hunspell-2.16.gemspec
+ RPM_EC=0
++ jobs -p
+ exit 0
D: [iurt_root_command] Success!