Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/serafettin-cartoon-fonts.spec'], chrootPath='/var/lib/mock/module-a1fe8f7d589eb0b1-build-10320047-804534/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/serafettin-cartoon-fonts.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/serafettin-cartoon-fonts-0.6-12.module_a1fe8f7d.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/serafettin-cartoon-fonts.spec'], chrootPath='/var/lib/mock/module-a1fe8f7d589eb0b1-build-10320047-804534/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/serafettin-cartoon-fonts.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.8A4TvC + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf serafettin-cartoon-fonts-0.6 + /usr/bin/xz -dc /builddir/build/SOURCES/serafettin-cartoon-fonts-0.6.tar.xz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd serafettin-cartoon-fonts-0.6 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.mbbxH1 + umask 022 + cd /builddir/build/BUILD + cd serafettin-cartoon-fonts-0.6 + export FONTFORGE_VERBOSE=1 + FONTFORGE_VERBOSE=1 + make fontforge sfd2.ff serafettin-cartoon.sfd GPLv2+ 0.6 Copyright (c) 2000-2014 by George Williams. See AUTHORS for Contributors. License GPLv3+: GNU GPL version 3 or later with many parts BSD . Please read LICENSE. Based on sources from 03:12 UTC 3-Aug-2017-ML-D. Based on source from git with hash: #!/usr/bin/fontforge if ($argc > 1) Open($argv[1]) ttfile = $fontname Print("Making ",ttfile) Making SerafettinCartoon SetFontNames(ttfile,$familyname,$familyname,"Book",$copyright,$argv[3]) SetUniqueID(0) SetTTFName(0x409,2,"Book") SetTTFName(0x409,5,$argv[3]) SetTTFName(0x409,13,$argv[2]) SetTTFName(0x409,16,$familyname) SetTTFName(0x409,17,"Book") SetOS2Value("Weight",400) SetMacStyle(-1) SelectAll() Save(ttfile+".sfd") Close() else Print("Usage: $0 font.sfd") endif ��fontforge sfd2bold.ff serafettin-cartoon.sfd GPLv2+ 0.6 Copyright (c) 2000-2014 by George Williams. See AUTHORS for Contributors. License GPLv3+: GNU GPL version 3 or later with many parts BSD . Please read LICENSE. Based on sources from 03:12 UTC 3-Aug-2017-ML-D. Based on source from git with hash: #!/usr/bin/fontforge if ($argc > 1) Open($argv[1]) ttfile = $fontname + "-Bold" Print("Making ",ttfile) Making SerafettinCartoon-Bold SetFontNames(ttfile,$familyname,$familyname+" Bold","Bold",$copyright,$argv[3]) SetUniqueID(0) SetTTFName(0x409,2,"Bold") SetTTFName(0x409,5,$argv[3]) SetTTFName(0x409,13,$argv[2]) SetTTFName(0x409,16,$familyname) SetTTFName(0x409,17,"Bold") SetOS2Value("Weight",700) SetMacStyle(-1) SelectAll() if ($argc > 4) ExpandStroke($2,0,0,0,5) else ExpandStroke(59,0,0,0,5) endif Save(ttfile+".sfd") Close() else Print("Usage: $0 font.sfd [width, default 59]") endif ��fontforge sfd2extralight.ff serafettin-cartoon.sfd GPLv2+ 0.6 Copyright (c) 2000-2014 by George Williams. See AUTHORS for Contributors. License GPLv3+: GNU GPL version 3 or later with many parts BSD . Please read LICENSE. Based on sources from 03:12 UTC 3-Aug-2017-ML-D. Based on source from git with hash: #!/usr/bin/fontforge if ($argc > 1) Open($argv[1]) ttfile = $fontname + "-ExtraLight" Print("Making ",ttfile) Making SerafettinCartoon-ExtraLight SetFontNames(ttfile,$familyname,$familyname+" ExtraLight","Extra-Light",$copyright,$argv[3]) SetUniqueID(0) SetTTFName(0x409,2,"ExtraLight") SetTTFName(0x409,5,$argv[3]) SetTTFName(0x409,13,$argv[2]) SetTTFName(0x409,16,$familyname) SetTTFName(0x409,17,"ExtraLight") SetOS2Value("Weight",200) SetMacStyle(-1) SelectAll() if ($argc > 4) ExpandStroke($2,0,0,0,6) else ExpandStroke(59,0,0,0,6) endif Save(ttfile+".sfd") Close() else Print("Usage: $0 font.sfd [width, default 59]") endif ��fontforge sfd2condensed.ff serafettin-cartoon.sfd GPLv2+ 0.6 Copyright (c) 2000-2014 by George Williams. See AUTHORS for Contributors. License GPLv3+: GNU GPL version 3 or later with many parts BSD . Please read LICENSE. Based on sources from 03:12 UTC 3-Aug-2017-ML-D. Based on source from git with hash: #!/usr/bin/fontforge if ($argc > 1) Open($argv[1]) ttfile = $fontname + "Condensed" Print("Making ",ttfile) Making SerafettinCartoonCondensed SetFontNames(ttfile,$familyname+" Condensed",$familyname+" Condensed","Book",$copyright,$argv[3]) SetUniqueID(0) SetTTFName(0x409,2,"Regular") SetTTFName(0x409,5,$argv[3]) SetTTFName(0x409,13,$argv[2]) SetTTFName(0x409,16,$familyname) SetTTFName(0x409,17,"Regular") SetOS2Value("Weight",400) SetMacStyle(-1) SelectAll() if ($argc > 4) Scale($2,100,0,0) else Scale(80,100,0,0) endif Save(ttfile+".sfd") Close() else Print("Usage: $0 font.sfd [condense, default 80%]") endif ��fontforge sfd2italic.ff serafettin-cartoon-italic.sfd GPLv2+ 0.6 Copyright (c) 2000-2014 by George Williams. See AUTHORS for Contributors. License GPLv3+: GNU GPL version 3 or later with many parts BSD . Please read LICENSE. Based on sources from 03:12 UTC 3-Aug-2017-ML-D. Based on source from git with hash: #!/usr/bin/fontforge if ($argc > 1) Open($argv[1]) ttfile = "SerafettinCartoon" + "-Italic" Print("Making ",ttfile) Making SerafettinCartoon-Italic SetFontNames(ttfile,$familyname,$familyname+" Italic","Book",$copyright,$argv[3]) SetUniqueID(0) SetTTFName(0x409,2,"Italic") SetTTFName(0x409,5,$argv[3]) SetTTFName(0x409,13,$argv[2]) SetTTFName(0x409,16,$familyname) SetTTFName(0x409,17,"Italic") SetOS2Value("Weight",400) SetMacStyle(-1) SelectAll() Save(ttfile+".sfd") Close() else Print("Usage: $0 font.sfd") endif ��fontforge sfd2bolditalic.ff serafettin-cartoon-italic.sfd GPLv2+ 0.6 Copyright (c) 2000-2014 by George Williams. See AUTHORS for Contributors. License GPLv3+: GNU GPL version 3 or later with many parts BSD . Please read LICENSE. Based on sources from 03:12 UTC 3-Aug-2017-ML-D. Based on source from git with hash: #!/usr/bin/fontforge if ($argc > 1) Open($argv[1]) ttfile = "SerafettinCartoon" + "-BoldItalic" Print("Making ",ttfile) Making SerafettinCartoon-BoldItalic SetFontNames(ttfile,$familyname,$familyname+" BoldItalic","Bold",$copyright,$argv[3]) SetUniqueID(0) SetTTFName(0x409,2,"Bold Italic") SetTTFName(0x409,5,$argv[3]) SetTTFName(0x409,13,$argv[2]) SetTTFName(0x409,16,$familyname) SetTTFName(0x409,17,"Bold Italic") SetOS2Value("Weight",700) SetMacStyle(-1) SelectAll() if ($argc > 4) ExpandStroke($2,0,0,0,5) else ExpandStroke(59,0,0,0,5) endif Save(ttfile+".sfd") Close() else Print("Usage: $0 font.sfd [width, default 59]") endif ��fontforge sfd2extralightitalic.ff serafettin-cartoon-italic.sfd GPLv2+ 0.6 Copyright (c) 2000-2014 by George Williams. See AUTHORS for Contributors. License GPLv3+: GNU GPL version 3 or later with many parts BSD . Please read LICENSE. Based on sources from 03:12 UTC 3-Aug-2017-ML-D. Based on source from git with hash: #!/usr/bin/fontforge if ($argc > 1) Open($argv[1]) ttfile = "SerafettinCartoon" + "-ExtraLightItalic" Print("Making ",ttfile) Making SerafettinCartoon-ExtraLightItalic SetFontNames(ttfile,$familyname,$familyname+" ExtraLightItalic","Extra-Light",$copyright,$argv[3]) SetUniqueID(0) SetTTFName(0x409,2,"ExtraLight Italic") SetTTFName(0x409,5,$argv[3]) SetTTFName(0x409,13,$argv[2]) SetTTFName(0x409,16,$familyname) SetTTFName(0x409,17,"ExtraLight Italic") SetOS2Value("Weight",200) SetMacStyle(-1) SelectAll() if ($argc > 4) ExpandStroke($2,0,0,0,6) else ExpandStroke(59,0,0,0,6) endif Save(ttfile+".sfd") Close() else Print("Usage: $0 font.sfd [width, default 59]") endif ��fontforge sfd2condenseditalic.ff serafettin-cartoon-italic.sfd GPLv2+ 0.6 Copyright (c) 2000-2014 by George Williams. See AUTHORS for Contributors. License GPLv3+: GNU GPL version 3 or later with many parts BSD . Please read LICENSE. Based on sources from 03:12 UTC 3-Aug-2017-ML-D. Based on source from git with hash: #!/usr/bin/fontforge if ($argc > 1) Open($argv[1]) ttfile = "SerafettinCartoon" + "Condensed-Italic" Print("Making ",ttfile) Making SerafettinCartoonCondensed-Italic SetFontNames(ttfile,$familyname+" Condensed",$familyname+" CondensedItalic","Book",$copyright,$argv[3]) SetUniqueID(0) SetTTFName(0x409,2,"Italic") SetTTFName(0x409,5,$argv[3]) SetTTFName(0x409,13,$argv[2]) SetTTFName(0x409,16,$familyname) SetTTFName(0x409,17,"Italic") SetOS2Value("Weight",400) SetMacStyle(-1) SelectAll() if ($argc > 4) Scale($2,100,0,0) else Scale(80,100,0,0) endif Save(ttfile+".sfd") Close() else Print("Usage: $0 font.sfd [condense, default 80%]") endif ��fontforge ConvertFont.ff SerafettinCartoon.sfd Copyright (c) 2000-2014 by George Williams. See AUTHORS for Contributors. License GPLv3+: GNU GPL version 3 or later with many parts BSD . Please read LICENSE. Based on sources from 03:12 UTC 3-Aug-2017-ML-D. Based on source from git with hash: #!/usr/bin/fontforge if ($argc > 1) i = 1; while ( i < $argc ) Open($argv[i]) ttfile = $fontname + ".ttf" Print("Converting ",ttfile) Converting SerafettinCartoon.ttf Generate(ttfile,"ttf") SCUndoAct() ut_state case, layer:1 sc:0x100370f32e0 scn:periodcentered scw:1000 uw:1000 SCUndoAct() ut_state case, layer:1 sc:0x1003710a980 scn:Ccedilla scw:1388 uw:1388 Close() i++ endloop ( i < $argc ) Open($argv[i]) ttfile = $fontname + ".ttf" Print("Converting ",ttfile) Generate(ttfile,"ttf") Close() i++ endloop else Print("Usage: $0 font.sfd [font.sfd ...]") endif ��fontforge ConvertFont.ff SerafettinCartoon-Bold.sfd Copyright (c) 2000-2014 by George Williams. See AUTHORS for Contributors. License GPLv3+: GNU GPL version 3 or later with many parts BSD . Please read LICENSE. Based on sources from 03:12 UTC 3-Aug-2017-ML-D. Based on source from git with hash: #!/usr/bin/fontforge if ($argc > 1) i = 1; while ( i < $argc ) Open($argv[i]) ttfile = $fontname + ".ttf" Print("Converting ",ttfile) Converting SerafettinCartoon-Bold.ttf Generate(ttfile,"ttf") SCUndoAct() ut_state case, layer:1 sc:0x10035f25c50 scn:periodcentered scw:1000 uw:1000 SCUndoAct() ut_state case, layer:1 sc:0x10035f54b30 scn:Ccedilla scw:1388 uw:1388 Close() i++ endloop ( i < $argc ) Open($argv[i]) ttfile = $fontname + ".ttf" Print("Converting ",ttfile) Generate(ttfile,"ttf") Close() i++ endloop else Print("Usage: $0 font.sfd [font.sfd ...]") endif ��fontforge ConvertFont.ff SerafettinCartoon-ExtraLight.sfd Copyright (c) 2000-2014 by George Williams. See AUTHORS for Contributors. License GPLv3+: GNU GPL version 3 or later with many parts BSD . Please read LICENSE. Based on sources from 03:12 UTC 3-Aug-2017-ML-D. Based on source from git with hash: #!/usr/bin/fontforge if ($argc > 1) i = 1; while ( i < $argc ) Open($argv[i]) ttfile = $fontname + ".ttf" Print("Converting ",ttfile) Converting SerafettinCartoon-ExtraLight.ttf Generate(ttfile,"ttf") SCUndoAct() ut_state case, layer:1 sc:0x100096a64f0 scn:periodcentered scw:1000 uw:1000 SCUndoAct() ut_state case, layer:1 sc:0x100096d02b0 scn:Ccedilla scw:1388 uw:1388 Close() i++ endloop ( i < $argc ) Open($argv[i]) ttfile = $fontname + ".ttf" Print("Converting ",ttfile) Generate(ttfile,"ttf") Close() i++ endloop else Print("Usage: $0 font.sfd [font.sfd ...]") endif ��fontforge ConvertFont.ff SerafettinCartoonCondensed.sfd Copyright (c) 2000-2014 by George Williams. See AUTHORS for Contributors. License GPLv3+: GNU GPL version 3 or later with many parts BSD . Please read LICENSE. Based on sources from 03:12 UTC 3-Aug-2017-ML-D. Based on source from git with hash: #!/usr/bin/fontforge if ($argc > 1) i = 1; while ( i < $argc ) Open($argv[i]) ttfile = $fontname + ".ttf" Print("Converting ",ttfile) Converting SerafettinCartoonCondensed.ttf Generate(ttfile,"ttf") SCUndoAct() ut_state case, layer:1 sc:0x100300e3300 scn:periodcentered scw:800 uw:800 SCUndoAct() ut_state case, layer:1 sc:0x100300fa9a0 scn:Ccedilla scw:1110 uw:1110 Close() i++ endloop ( i < $argc ) Open($argv[i]) ttfile = $fontname + ".ttf" Print("Converting ",ttfile) Generate(ttfile,"ttf") Close() i++ endloop else Print("Usage: $0 font.sfd [font.sfd ...]") endif ��fontforge ConvertFont.ff SerafettinCartoon-Italic.sfd Copyright (c) 2000-2014 by George Williams. See AUTHORS for Contributors. License GPLv3+: GNU GPL version 3 or later with many parts BSD . Please read LICENSE. Based on sources from 03:12 UTC 3-Aug-2017-ML-D. Based on source from git with hash: #!/usr/bin/fontforge if ($argc > 1) i = 1; while ( i < $argc ) Open($argv[i]) ttfile = $fontname + ".ttf" Print("Converting ",ttfile) Converting SerafettinCartoon-Italic.ttf Generate(ttfile,"ttf") Close() i++ endloop ( i < $argc ) Open($argv[i]) ttfile = $fontname + ".ttf" Print("Converting ",ttfile) Generate(ttfile,"ttf") Close() i++ endloop else Print("Usage: $0 font.sfd [font.sfd ...]") endif ��fontforge ConvertFont.ff SerafettinCartoon-BoldItalic.sfd Copyright (c) 2000-2014 by George Williams. See AUTHORS for Contributors. License GPLv3+: GNU GPL version 3 or later with many parts BSD . Please read LICENSE. Based on sources from 03:12 UTC 3-Aug-2017-ML-D. Based on source from git with hash: #!/usr/bin/fontforge if ($argc > 1) i = 1; while ( i < $argc ) Open($argv[i]) ttfile = $fontname + ".ttf" Print("Converting ",ttfile) Converting SerafettinCartoon-BoldItalic.ttf Generate(ttfile,"ttf") Close() i++ endloop ( i < $argc ) Open($argv[i]) ttfile = $fontname + ".ttf" Print("Converting ",ttfile) Generate(ttfile,"ttf") Close() i++ endloop else Print("Usage: $0 font.sfd [font.sfd ...]") endif ��fontforge ConvertFont.ff SerafettinCartoon-ExtraLightItalic.sfd Copyright (c) 2000-2014 by George Williams. See AUTHORS for Contributors. License GPLv3+: GNU GPL version 3 or later with many parts BSD . Please read LICENSE. Based on sources from 03:12 UTC 3-Aug-2017-ML-D. Based on source from git with hash: #!/usr/bin/fontforge if ($argc > 1) i = 1; while ( i < $argc ) Open($argv[i]) ttfile = $fontname + ".ttf" Print("Converting ",ttfile) Converting SerafettinCartoon-ExtraLightItalic.ttf Generate(ttfile,"ttf") Close() i++ endloop ( i < $argc ) Open($argv[i]) ttfile = $fontname + ".ttf" Print("Converting ",ttfile) Generate(ttfile,"ttf") Close() i++ endloop else Print("Usage: $0 font.sfd [font.sfd ...]") endif ��fontforge ConvertFont.ff SerafettinCartoonCondensed-Italic.sfd Copyright (c) 2000-2014 by George Williams. See AUTHORS for Contributors. License GPLv3+: GNU GPL version 3 or later with many parts BSD . Please read LICENSE. Based on sources from 03:12 UTC 3-Aug-2017-ML-D. Based on source from git with hash: #!/usr/bin/fontforge if ($argc > 1) i = 1; while ( i < $argc ) Open($argv[i]) ttfile = $fontname + ".ttf" Print("Converting ",ttfile) Converting SerafettinCartoonCondensed-Italic.ttf Generate(ttfile,"ttf") Close() i++ endloop ( i < $argc ) Open($argv[i]) ttfile = $fontname + ".ttf" Print("Converting ",ttfile) Generate(ttfile,"ttf") Close() i++ endloop else Print("Usage: $0 font.sfd [font.sfd ...]") endif ��+ exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.OMDMMA + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/serafettin-cartoon-fonts-0.6-12.module_a1fe8f7d.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/serafettin-cartoon-fonts-0.6-12.module_a1fe8f7d.noarch ++ dirname /builddir/build/BUILDROOT/serafettin-cartoon-fonts-0.6-12.module_a1fe8f7d.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/serafettin-cartoon-fonts-0.6-12.module_a1fe8f7d.noarch + cd serafettin-cartoon-fonts-0.6 + DESTDIR=/builddir/build/BUILDROOT/serafettin-cartoon-fonts-0.6-12.module_a1fe8f7d.noarch + make install install -dm 0755 /builddir/build/BUILDROOT/serafettin-cartoon-fonts-0.6-12.module_a1fe8f7d.noarch//usr/share/fonts/serafettin-cartoon install -m 0644 *.ttf /builddir/build/BUILDROOT/serafettin-cartoon-fonts-0.6-12.module_a1fe8f7d.noarch//usr/share/fonts/serafettin-cartoon + install -m 0755 -d /builddir/build/BUILDROOT/serafettin-cartoon-fonts-0.6-12.module_a1fe8f7d.noarch/usr/share/fontconfig/conf.avail /builddir/build/BUILDROOT/serafettin-cartoon-fonts-0.6-12.module_a1fe8f7d.noarch/etc/fonts/conf.d + install -m 0644 -p serafettin-cartoon.conf /builddir/build/BUILDROOT/serafettin-cartoon-fonts-0.6-12.module_a1fe8f7d.noarch/usr/share/fontconfig/conf.avail/66-serafettin-cartoon.conf + ln -s /usr/share/fontconfig/conf.avail/66-serafettin-cartoon.conf /builddir/build/BUILDROOT/serafettin-cartoon-fonts-0.6-12.module_a1fe8f7d.noarch/etc/fonts/conf.d/66-serafettin-cartoon.conf + install -Dm 0644 -p /builddir/build/SOURCES/serafettin-cartoon.metainfo.xml /builddir/build/BUILDROOT/serafettin-cartoon-fonts-0.6-12.module_a1fe8f7d.noarch/usr/share/appdata/serafettin-cartoon.metainfo.xml + install -Dm 0644 -p /builddir/build/SOURCES/serafettin-cartoon-condensed.metainfo.xml /builddir/build/BUILDROOT/serafettin-cartoon-fonts-0.6-12.module_a1fe8f7d.noarch/usr/share/appdata/serafettin-cartoon-condensed.metainfo.xml + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0.6-12.module_a1fe8f7d --unique-debug-suffix -0.6-12.module_a1fe8f7d.noarch --unique-debug-src-base serafettin-cartoon-fonts-0.6-12.module_a1fe8f7d.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/serafettin-cartoon-fonts-0.6 + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink Processing files: serafettin-cartoon-fonts-0.6-12.module_a1fe8f7d.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.qMgYU9 + umask 022 + cd /builddir/build/BUILD + cd serafettin-cartoon-fonts-0.6 + DOCDIR=/builddir/build/BUILDROOT/serafettin-cartoon-fonts-0.6-12.module_a1fe8f7d.noarch/usr/share/doc/serafettin-cartoon-fonts + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/serafettin-cartoon-fonts-0.6-12.module_a1fe8f7d.noarch/usr/share/doc/serafettin-cartoon-fonts + cp -pr ChangeLog.txt /builddir/build/BUILDROOT/serafettin-cartoon-fonts-0.6-12.module_a1fe8f7d.noarch/usr/share/doc/serafettin-cartoon-fonts + cp -pr COPYING.txt /builddir/build/BUILDROOT/serafettin-cartoon-fonts-0.6-12.module_a1fe8f7d.noarch/usr/share/doc/serafettin-cartoon-fonts + cp -pr FONTLOG.txt /builddir/build/BUILDROOT/serafettin-cartoon-fonts-0.6-12.module_a1fe8f7d.noarch/usr/share/doc/serafettin-cartoon-fonts + cp -pr README.txt /builddir/build/BUILDROOT/serafettin-cartoon-fonts-0.6-12.module_a1fe8f7d.noarch/usr/share/doc/serafettin-cartoon-fonts + exit 0 Provides: config(serafettin-cartoon-fonts) = 0.6-12.module_a1fe8f7d font(:lang=aa) font(:lang=af) font(:lang=an) font(:lang=ay) font(:lang=bi) font(:lang=br) font(:lang=bs) font(:lang=ca) font(:lang=ch) font(:lang=co) font(:lang=crh) font(:lang=cs) font(:lang=csb) font(:lang=da) font(:lang=de) font(:lang=en) font(:lang=eo) font(:lang=es) font(:lang=et) font(:lang=eu) font(:lang=fi) font(:lang=fil) font(:lang=fj) font(:lang=fo) font(:lang=fr) font(:lang=fur) font(:lang=fy) font(:lang=gd) font(:lang=gl) font(:lang=gv) font(:lang=ho) font(:lang=hr) font(:lang=hsb) font(:lang=ht) font(:lang=hu) font(:lang=ia) font(:lang=id) font(:lang=ie) font(:lang=io) font(:lang=it) font(:lang=jv) font(:lang=ki) font(:lang=kj) font(:lang=kl) font(:lang=ku-tr) font(:lang=kwm) font(:lang=la) font(:lang=lb) font(:lang=lg) font(:lang=li) font(:lang=lt) font(:lang=lv) font(:lang=mg) font(:lang=mh) font(:lang=ms) font(:lang=mt) font(:lang=na) font(:lang=nb) font(:lang=nds) font(:lang=ng) font(:lang=nl) font(:lang=nn) font(:lang=no) font(:lang=nr) font(:lang=nso) font(:lang=ny) font(:lang=oc) font(:lang=om) font(:lang=pap-an) font(:lang=pap-aw) font(:lang=pl) font(:lang=pt) font(:lang=rm) font(:lang=rn) font(:lang=rw) font(:lang=sc) font(:lang=se) font(:lang=sg) font(:lang=sk) font(:lang=sl) font(:lang=sma) font(:lang=smj) font(:lang=smn) font(:lang=sn) font(:lang=so) font(:lang=sq) font(:lang=ss) font(:lang=st) font(:lang=su) font(:lang=sv) font(:lang=sw) font(:lang=ta) font(:lang=tk) font(:lang=tl) font(:lang=tn) font(:lang=tr) font(:lang=ts) font(:lang=ty) font(:lang=uz) font(:lang=vo) font(:lang=vot) font(:lang=wa) font(:lang=wen) font(:lang=wo) font(:lang=xh) font(:lang=yap) font(:lang=za) font(:lang=zu) font(serafettincartoon) font(serafettincartooncondensed) metainfo() metainfo(serafettin-cartoon-condensed.metainfo.xml) metainfo(serafettin-cartoon.metainfo.xml) serafettin-cartoon-fonts = 0.6-12.module_a1fe8f7d Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/serafettin-cartoon-fonts-0.6-12.module_a1fe8f7d.noarch Wrote: /builddir/build/RPMS/serafettin-cartoon-fonts-0.6-12.module_a1fe8f7d.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.zRGYaJ + umask 022 + cd /builddir/build/BUILD + cd serafettin-cartoon-fonts-0.6 + /usr/bin/rm -rf /builddir/build/BUILDROOT/serafettin-cartoon-fonts-0.6-12.module_a1fe8f7d.noarch + exit 0 Child return code was: 0