[Bug 696052] Review Request: texlive-tetex-cmsuper - The CM-Super font set

bugzilla at redhat.com bugzilla at redhat.com
Sun May 29 15:02:18 UTC 2011


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

Mohamed El Morabity <pikachu.2014 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
               Flag|needinfo?(pikachu.2014 at gmai |
                   |l.com)                      |

--- Comment #6 from Mohamed El Morabity <pikachu.2014 at gmail.com> 2011-05-29 11:02:18 EDT ---

Sorry for this late answer, the promotion of the Fedora 15 release took me much
time ^^

The job you've done with this new version is really impressive! We are near to
approve this package :)

Just some comments anyway:

* in %post, you can summarize all the updmap-sys calls with a for loop:

   %post -n %{texfontpkg}
   texhash
   conffile="$(texconfig-sys conf | grep updmap.cfg)"
   if [ "$1" -eq "1" ]; then
       for map_file in cm-super-{t1,t2a,t2b,t2c,ts1,x2}; do
          updmap-sys --quiet --nohash --cnffile ${conffile} --enable Map
$map_file
       done
   fi

   You can do the same in %postun

* Don't forget to install the type1ec.sty package file provided in the archive
(in %{buildroot}%{texfonts}/tex/latex/%{fontpkg}/).

* In the tex-cm-super subpackage, you can remove the following Provides:
   Provides: tetex-font-cm-super = %{version}-%{release}
   It was a legacy from the time when TeX packages not part of teTeX where name
tetex-something instead of tex-something nowadays.

> 2. I'm not sure if these fonts are required in /usr/share/fonts at all, since
> the use for them outside of TeX seems to be very limited.
These fonts can be used outside the TeX world, as for the LGC ones. So they
should be available to anyone wanting to use such fonts without using LaTeX.

> Also please note, that installation of ctan-cm-super-*-fonts-* packages may
> cause BIG X11 hangups (up to dozens of seconds). Don't know if this can be
> fixed, seems to be Gnome/X11 issue, not the font packages.
It comes probably from the post-actions automatically added to the font
packages (call of fc-cache). Since these packages contain a huge number of
fonts to be analysed, this may be understable.

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



More information about the package-review mailing list