Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > a8cf3809b05d1e0d65a8858a001ab990 > files > 1

libspe2-2.3.0.135-5.fc12.src.rpm

Patch by Robert Scheck <robert@fedoraproject.org> for libspe2 >= 2.2.80.95, which solves the
multilib/multiarch problem by removing the timestamp within the footer from the doxygen generated
files. It also removes the LATEX_HEADER definition in order to get doxygen successfully run.

--- libspe2-2.2.80/doc/Doxyfile					2008-05-31 15:22:22.000000000 +0200
+++ libspe2-2.2.80/doc/Doxyfile.doxygen				2008-05-31 16:17:00.000000000 +0200
@@ -603,7 +603,7 @@
 # each generated HTML page. If it is left blank doxygen will generate a 
 # standard footer.
 
-HTML_FOOTER            = 
+HTML_FOOTER            = footer_no_timestamp.html
 
 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading 
 # style sheet that is used by each HTML page. It can be used to 
--- libspe2-2.2.80/doc/Doxyfile					2007-03-21 15:49:59.000000000 +0100
+++ libspe2-2.2.80/doc/Doxyfile.doxygen				2008-05-31 15:22:22.000000000 +0200
@@ -732,7 +732,7 @@
 # the first chapter. If it is left blank doxygen will generate a 
 # standard header. Notice: only use this tag if you know what you are doing!
 
-LATEX_HEADER           = doc/LatexHeader
+LATEX_HEADER           = 
 
 # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated 
 # is prepared for conversion to pdf (using ps2pdf). The pdf file will 
--- libspe2-2.2.80/doc/footer_no_timestamp.html			1970-01-01 01:00:00.000000000 +0100
+++ libspe2-2.2.80/doc/footer_no_timestamp.html.multilib	2008-05-31 16:17:00.000000000 +0200
@@ -0,0 +1,5 @@
+<hr size="1"><address style="text-align: right;"><small>Generated for $projectname by&nbsp;
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> $doxygenversion </small></address>
+</body>
+</html>