From 9a5b3b9bb87b4ab6867604cd1c164c3d384b81c6b3032e9944b075a8c8456f98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Rodr=C3=ADguez?= Date: Mon, 23 May 2011 17:10:59 +0000 Subject: [PATCH] Accepting request 71082 from home:elvigia:branches:devel:libraries:c_c++ - Do not include build dates in documentation, messes up build-compare OBS-URL: https://build.opensuse.org/request/show/71082 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libwpg?expand=0&rev=4 --- libwpg-nodatetime.patch | 17 +++++++++++++++++ libwpg.changes | 5 +++++ libwpg.spec | 3 ++- 3 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 libwpg-nodatetime.patch diff --git a/libwpg-nodatetime.patch b/libwpg-nodatetime.patch new file mode 100644 index 0000000..d21057d --- /dev/null +++ b/libwpg-nodatetime.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/libwpg.changes b/libwpg.changes index 660c7eb..eb20737 100644 --- a/libwpg.changes +++ b/libwpg.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon May 23 17:01:37 UTC 2011 - crrodriguez@opensuse.org + +- Do not include build dates in documentation, messes up build-compare + ------------------------------------------------------------------- Tue Dec 7 09:22:43 CET 2010 - fstrba@novell.com diff --git a/libwpg.spec b/libwpg.spec index 2993d1b..a996876 100644 --- a/libwpg.spec +++ b/libwpg.spec @@ -34,6 +34,7 @@ Group: System/Libraries Url: http://libwpg.sourceforge.net/ Source: libwpg-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build +Patch0: libwpg-nodatetime.patch %define debug_package_requires libwpg-0_2-2 = %{version}-%{release} %description @@ -125,7 +126,7 @@ Authors: %prep %setup -q - +%patch0 %build %configure --disable-static --docdir=%_docdir/%name make %{?jobs:-j%jobs}