[Bug 217557] Review Request: keurocalc - KEuroCalc is a universal currency converter and calculator

bugzilla at redhat.com bugzilla at redhat.com
Sun Dec 3 00:13:11 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: keurocalc - KEuroCalc is a universal currency converter and calculator


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





------- Additional Comments From dennis at ausil.us  2006-12-02 19:13 EST -------
## 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  


Will make them relative 

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