Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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





--- Comment #14 from Martin-Gomez Pablo <[EMAIL PROTECTED]>  2008-10-28 
13:20:15 EDT ---
Some comments:
1- When you make a change, you increase the "Dist" number, not the "Version"
one's.
2- Paste the following after the "%setup"
for i in $(ls OldStandard*.ttf.sfd);
   do sed -i -e 's/OldStandardTT/OldStandardSFD/'  -e 's/Old Standard TT/Old
Standard SFD/' $i;
done
It's the renaming of the font just before the building.
3- A little improvement to the fontconfig rules, add the following :
<alias binding="same">
  <family>Old Standard</family>
  <accept>
    <family>Old Standard SFD</family>
  </accept>
</alias>

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Fedora-fonts-bugs-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list

Reply via email to