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=474787 Denis Arnaud <denis.arnaud_fedora@xxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |denis.arnaud_fedora@xxxxxxx --- Comment #10 from Denis Arnaud <denis.arnaud_fedora@xxxxxxx> 2009-05-27 07:13:06 EDT --- (In reply to comment #2) > Disabling the latex generation causes all arches to build successfully. > > Task info: http://koji.fedoraproject.org/koji/taskinfo?taskID=981048 Within Fedora versions prior to 10 (as well as for all the RedHat/CentOS versions, including EL-5), the Latex package was TeTex, whereas it is now TexLive. An example of how to handle the different packages corresponding to different versions is given in http://rmol.svn.sourceforge.net/viewvc/rmol/trunk/rmol/rmol.spec.in?revision=214&view=markup Basically, you may use the following: %if 0%{?fedora} >= 10 BuildArch: noarch BuildRequires: texlive-latex, texlive-dvips %endif %if 0%{?fedora} < 10 BuildRequires: tetex-latex, tetex-dvips %endif BuildRequires: doxygen, ghostscript -- 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-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review