diff --git a/libwpd-0.9-nobuilddatetime.patch b/libwpd-0.9-nobuilddatetime.patch new file mode 100644 index 0000000..d21057d --- /dev/null +++ b/libwpd-0.9-nobuilddatetime.patch @@ -0,0 +1,17 @@ +--- docs/doxygen/doxygen.cfg.orig ++++ docs/doxygen/doxygen.cfg +@@ -674,7 +674,7 @@ HTML_HEADER = header.html.in + # each generated HTML page. If it is left blank doxygen will generate a + # standard footer. + +-HTML_FOOTER = footer.html.in ++#HTML_FOOTER = footer.html.in + + # 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 +@@ -1256,3 +1256,5 @@ DOT_CLEANUP = YES + # used. If set to NO the values of all tags below this one will be ignored. + + SEARCHENGINE = NO ++ ++HTML_TIMESTAMP = NO diff --git a/libwpd.changes b/libwpd.changes index 22cb889..a28bf9c 100644 --- a/libwpd.changes +++ b/libwpd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon May 23 17:07:53 UTC 2011 - crrodriguez@opensuse.org + +- Do not include build dates in docs, messes up build-compare + ------------------------------------------------------------------- Wed May 4 11:26:00 CEST 2011 - fstrba@novell.com diff --git a/libwpd.spec b/libwpd.spec index 9fd04b0..cfd1e00 100644 --- a/libwpd.spec +++ b/libwpd.spec @@ -30,6 +30,7 @@ Summary: Library for Importing WordPerfect (tm) Documents Source: libwpd-%{version}.tar.bz2 Url: http://libwpd.sourceforge.net BuildRoot: %{_tmppath}/%{name}-%{version}-build +Patch0: libwpd-0.9-nobuilddatetime.patch %define debug_package_requires libwpd-0_9-9 = %{version}-%{release} %description @@ -126,7 +127,7 @@ Authors: %prep %setup -q - +%patch0 %build %configure --disable-static --docdir=%_docdir/%name make %{?jobs:-j%jobs}