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: hevea - LaTeX to HTML translator


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





------- Additional Comments From [EMAIL PROTECTED]  2006-04-28 08:18 EST -------
I should have mentioned this - but you also need to
BuildRequires /usr/bin/kpsewhich

to use the _texmf macro - or else mock will fail.
Also - since the package installs a file into the texmf tree, you should have

%post
texhash >/dev/null 2>&1 || :

%postun
texhash >/dev/null 2>&1 || :

so that ls-R database gets updated.

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

_______________________________________________
Fedora-package-review mailing list
[email protected]
http://www.redhat.com/mailman/listinfo/fedora-package-review

Reply via email to