[Bug 219873] Review Request: kio_sword - lightweight Sword front-end for KDE

bugzilla at redhat.com bugzilla at redhat.com
Sat Jan 13 06:15:58 UTC 2007


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 at gmail.com  2007-01-13 01:15 EST -------
Almost done, rpmlint is not satisfactorily silent on the binary rpm

[deji at 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.




More information about the Fedora-package-review mailing list