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
This commit is contained in:
Cristian Rodríguez 2011-05-23 17:10:59 +00:00 committed by Git OBS Bridge
parent 73eef46c6f
commit 9a5b3b9bb8
3 changed files with 24 additions and 1 deletions

17
libwpg-nodatetime.patch Normal file
View File

@ -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

View File

@ -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

View File

@ -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}