Accepting request 71084 from devel:libraries:c_c++
- Do not include build dates in docs, messes up build-compare (forwarded request 71083 from elvigia) OBS-URL: https://build.opensuse.org/request/show/71084 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libwpd?expand=0&rev=21
This commit is contained in:
commit
9bbd343e58
17
libwpd-0.9-nobuilddatetime.patch
Normal file
17
libwpd-0.9-nobuilddatetime.patch
Normal 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
|
@ -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
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user