[Bug 191473] Review Request: kdiff3-0.9.88-1.src.rpm

bugzilla at redhat.com bugzilla at redhat.com
Fri May 12 13:02:02 UTC 2006


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: kdiff3-0.9.88-1.src.rpm


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=191473





------- Additional Comments From rdieter at math.unl.edu  2006-05-12 09:01 EST -------
The symlink thing is *that* important, but it's fixable.  I use this snippet in
my KDE rpms: (you already use something close to this)
in %%install:

## File lists
# locale's
%find_lang %{name} || touch %{name}.lang
# HTML (1.0)
HTML_DIR=$(kde-config --expandvars --install html)
if [ -d $RPM_BUILD_ROOT$HTML_DIR ]; then
for lang_dir in $RPM_BUILD_ROOT$HTML_DIR/* ; do
  if [ -d $lang_dir ]; then
    lang=$(basename $lang_dir)
    echo "%lang($lang) $HTML_DIR/$lang/*" >> %{name}.lang
    # replace absolute symlinks with relative ones
    pushd $lang_dir
      for i in *; do
        [ -d $i -a -L $i/common ] && rm -f $i/common && ln -sf ../common $i/common
      done
    popd
  fi
done
fi




-- 
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