[Bug 474787] Review Requrest: stxxl - C++ STL drop-in replacement for extremely large datasets

bugzilla at redhat.com bugzilla at redhat.com
Wed May 27 11:13:08 UTC 2009


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 at m4x.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |denis.arnaud_fedora at m4x.org




--- Comment #10 from Denis Arnaud <denis.arnaud_fedora at m4x.org>  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.




More information about the package-review mailing list