Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Review Request: kio_sword - lightweight Sword front-end for KDE https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=219873 ------- Additional Comments From dakingun@xxxxxxxxx 2007-01-13 01:15 EST ------- Almost done, rpmlint is not satisfactorily silent on the binary rpm [deji@agape deji]$ rpmlint kio_sword-0.3-2.fc7.x86_64.rpm W: kio_sword dangling-symlink /usr/share/doc/HTML/en/kio_sword/common /usr/share/doc/HTML/en/common W: kio_sword symlink-should-be-relative /usr/share/doc/HTML/en/kio_sword/common /usr/share/doc/HTML/en/common The first can be ignored (knowing the target is there), the following patch fix the second warning; >> --- kio_sword.spec 2007-01-13 01:13:05.000000000 -0500 +++ kio_sword.spec.new 2007-01-13 01:16:41.000000000 -0500 @@ -37,6 +37,11 @@ make DESTDIR=$RPM_BUILD_ROOT install +#Fix symlink relative +pushd $RPM_BUILD_ROOT%{_datadir}/doc/HTML/en/kio_sword/ +ln -sf ../common common +popd + %find_lang kio_sword || touch kio_sword.lang HTML_DIR=$(kde-config --expandvars --install html) if [ -d $RPM_BUILD_ROOT/$HTML_DIR ]; then << -- Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review