Bug 427176

Summary: [PATCH] use fmtutil to generate ptex and platex formats
Product: [Fedora] Fedora Reporter: Patrice Dumas <pertusus>
Component: texliveAssignee: Jindrich Novy <jnovy>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: jonstanley, pertusus, pknirsch
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-01-03 23:19:10 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
patch for texlive.spec and texlive-2007-jp-platex209.patch
none
handle better ptex and platex in fmtutil
none
fmtutil configuration for ptex and platex
none
patch for texlive-texmf.spec to add fmtutil conf for p*tex none

Description Patrice Dumas 2008-01-01 23:43:10 UTC
Description of problem:

Currently the ptex and platex formats are generated during
the texlive build, it is wrong, they should be generated
by fmtutil in post scripts. This would allow to remove
the build dependency of texlive on texmf packages, and
therefore allow for the Requires(post) to be set 
rightly in the texmf packages.

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Patrice Dumas 2008-01-01 23:45:25 UTC
Created attachment 290622 [details]
patch for texlive.spec and texlive-2007-jp-platex209.patch

* remove BuildRequires on texmf packages
* don't create .fmt files during the build
* ship the ptex.pool file

Comment 2 Patrice Dumas 2008-01-01 23:46:07 UTC
Created attachment 290623 [details]
handle better ptex and platex in fmtutil

Comment 3 Patrice Dumas 2008-01-01 23:46:56 UTC
Created attachment 290624 [details]
fmtutil configuration for ptex and platex

Comment 4 Patrice Dumas 2008-01-01 23:47:58 UTC
Created attachment 290625 [details]
patch for texlive-texmf.spec to add fmtutil conf for p*tex

Comment 5 Patrice Dumas 2008-01-03 23:19:10 UTC
This is in rawhide, and may even be built, closing, thanks
Jindrich.