https://bugzilla.novell.com/show_bug.cgi?id=338994 Summary: Bug in the Realplayer-10.0.5-90.1 SPEC file (~YOU). Product: SUSE Linux 10.1 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Enhancement Priority: P5 - None Component: X11 3rd Party AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: balazs.melikant@univie.ac.at QAContact: sndirsch@novell.com CC: balazs.melikant@univie.ac.at Found By: --- balazs@buedoeske:~> diff -u RealPlayer.spec.orig RealPlayer.spec.mod --- RealPlayer.spec.orig 2007-08-08 01:23:00.000000000 +0200 +++ RealPlayer.spec.mod 2007-11-04 18:45:06.016418736 +0100 @@ -223,7 +223,7 @@ for MIME in $(cd share/icons ; ls -1 mime-* | sed 's/mime-//;s/_[0-9]*x[0-9]*.png//' | sort -u) ;do ICON="./share/icons/mime-${MIME}_$SIZE.png" cp "$ICON" "$RPM_BUILD_ROOT/opt/gnome/share/icons/hicolor/$SIZE/mimetypes/realplay-${MIME}.png" - cp "share/icons/crystalsvg/mime-real_${SIZE}.png" "$RPM_BUILD_ROOT/etc/opt/kde3/share/icons/crystalsvg/$SIZE/apps/realplay-${MIME}.png" + cp "$ICON" "$RPM_BUILD_ROOT/etc/opt/kde3/share/icons/crystalsvg/$SIZE/apps/realplay-${MIME}.png" done done for SIZE in "16x16" "32x32" "48x48" "192x192" ; do Short comment: copying something from "share/icons/crystalsvg" I would consider generally wrong, because that folder simply doesn't exist. Please note, that for the above cycle $SIZE is always 48x48! (+There are also other minor error messages during the build process in case it doesn't run through the "build" tool, but purely via rpm building.) Thank you. Ps. I wanted to present this problem with the most recent file, theoretically accessible via ftp://ftp.suse.com/pub/suse/i386/update/10.1/rpm/src/RealPlayer-10.0.9-2.2.nosrc.rpm and linked e.g. at http://www.novell.com/linux/download/updates/101_i386.html , but none of my attempted downloads worked:( -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.