diff --git a/cloudy-doxygen.patch b/cloudy-doxygen.patch index 1b2e8fe..3e6c4e4 100644 --- a/cloudy-doxygen.patch +++ b/cloudy-doxygen.patch @@ -1,7 +1,7 @@ -diff -ur c07.02.01/doxygen/Doxyfile c07.02.01.new/doxygen/Doxyfile ---- c07.02.01/doxygen/Doxyfile 2007-07-09 04:28:29.000000000 +0200 -+++ c07.02.01.new/doxygen/Doxyfile 2008-02-13 22:33:21.000000000 +0100 -@@ -5,7 +5,7 @@ +diff -ur c07.02.01.old/doxygen/Doxyfile c07.02.01/doxygen/Doxyfile +--- c07.02.01.old/doxygen/Doxyfile 2007-07-09 04:28:29.000000000 +0200 ++++ c07.02.01/doxygen/Doxyfile 2008-03-27 12:15:44.000000000 +0100 +@@ -5,10 +5,10 @@ #--------------------------------------------------------------------------- PROJECT_NAME = cloudy PROJECT_NUMBER = trunk @@ -9,12 +9,18 @@ diff -ur c07.02.01/doxygen/Doxyfile c07.02.01.new/doxygen/Doxyfile +OUTPUT_DIRECTORY = . CREATE_SUBDIRS = NO OUTPUT_LANGUAGE = English - USE_WINDOWS_ENCODING = YES -@@ -25,7 +25,7 @@ +-USE_WINDOWS_ENCODING = YES ++USE_WINDOWS_ENCODING = NO + BRIEF_MEMBER_DESC = YES + REPEAT_BRIEF = YES + ABBREVIATE_BRIEF = "The $name class" \ +@@ -24,8 +24,8 @@ + the ALWAYS_DETAILED_SEC = NO INLINE_INHERITED_MEMB = NO - FULL_PATH_NAMES = YES +-FULL_PATH_NAMES = YES -STRIP_FROM_PATH = c:/projects/ ++FULL_PATH_NAMES = NO +STRIP_FROM_PATH = STRIP_FROM_INC_PATH = SHORT_NAMES = NO @@ -28,3 +34,12 @@ diff -ur c07.02.01/doxygen/Doxyfile c07.02.01.new/doxygen/Doxyfile FILE_PATTERNS = *.c \ *.cc \ *.cxx \ +@@ -145,7 +145,7 @@ + HTML_OUTPUT = html + HTML_FILE_EXTENSION = .html + HTML_HEADER = +-HTML_FOOTER = ++HTML_FOOTER = ../cloudy_no_date_footer.html + HTML_STYLESHEET = + HTML_ALIGN_MEMBERS = YES + GENERATE_HTMLHELP = NO diff --git a/cloudy.spec b/cloudy.spec index ae16075..0ccdd35 100644 --- a/cloudy.spec +++ b/cloudy.spec @@ -1,6 +1,6 @@ Name: cloudy Version: 07.02.01 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Spectral synthesis code to simulate conditions in interstellar matter %define upversion 07_02_01 @@ -49,7 +49,6 @@ interstellar matter. This package contains the %{name} run-time library %package docs Summary: Documentation for %{name}, includes full API docs Group: Documentation -BuildArch: noarch %description docs This package contains the full API documentation for %{name}. @@ -122,8 +121,11 @@ find -name installdox -exec rm '{}' ';' %doc doxygen/html %changelog +* Thu Mar 27 2008 Sergio Pascual 07.02.01-4 +- Timestamps in footer of doxygen docs removed (bz #436495) + * Thu Mar 27 2008 Sergio Pascual 07.02.01-3 -- Docs package is noarch +- Docs package is noarch (reverted) * Sat Feb 24 2008 Sergio Pascual 07.02.01-2 - Too much files in docs diff --git a/sources b/sources index bd54ce2..4d5a115 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ +98ac4a08813e89789bda1ab0c2dbb6b0 cloudy_no_date_footer.tar.gz a3fac860aad241da9bc21b5a37f6c8cb cloudy_v07_02_01.tar.gz