[libburn] current time in doxygen footer caused multilib difference - inserted empty footer instead

Frantisek Kluknavsky fkluknav at fedoraproject.org
Tue Dec 4 10:03:06 UTC 2012


commit 7358da59b31b45d454bd5059b7e54647ecfd6d65
Author: Frantisek Kluknavsky <fkluknav at redhat.com>
Date:   Tue Dec 4 11:02:53 2012 +0100

    current time in doxygen footer caused multilib difference - inserted empty footer instead

 libburn.spec       |    8 +++++++-
 multilib-doc.patch |   12 ++++++++++++
 2 files changed, 19 insertions(+), 1 deletions(-)
---
diff --git a/libburn.spec b/libburn.spec
index de54b4a..44b9e92 100644
--- a/libburn.spec
+++ b/libburn.spec
@@ -1,12 +1,13 @@
 Name:           libburn
 Version:        1.2.4
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Library for reading, mastering and writing optical discs
 
 Group:          System Environment/Libraries
 License:        GPLv2+
 URL:            http://libburnia-project.org/
 Source0:        http://files.libburnia-project.org/releases/%{name}-%{version}.tar.gz
+Patch0:         multilib-doc.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libtool intltool gettext doxygen graphviz
@@ -45,6 +46,8 @@ features from the command line.
 
 %prep
 %setup -q
+%patch0 -p1 -b .backup
+echo "<!-- empty html footer do defeat multilib conflicts - do not insert current time -->" > doc/empty_footer.html
 
 
 %build
@@ -86,6 +89,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}.la
 
 
 %changelog
+* Tue Dec 04 2012 Frantisek Kluknavsky <fkluknav at redhat.com> - 1.2.4-4
+- current time in doxygen footer caused multilib difference - inserted empty footer instead
+
 * Thu Nov 22 2012 Frantisek Kluknavsky <fkluknav at redhat.com> - 1.2.4-3
 - Minor spec-file cleanup
 
diff --git a/multilib-doc.patch b/multilib-doc.patch
new file mode 100644
index 0000000..b3c7038
--- /dev/null
+++ b/multilib-doc.patch
@@ -0,0 +1,12 @@
+diff -up libburn-1.2.4/doc/doxygen.conf.in.backup libburn-1.2.4/doc/doxygen.conf.in
+--- libburn-1.2.4/doc/doxygen.conf.in.backup	2012-12-04 10:40:27.075353301 +0100
++++ libburn-1.2.4/doc/doxygen.conf.in	2012-12-04 10:40:53.833494434 +0100
+@@ -689,7 +689,7 @@ HTML_HEADER            =
+ # each generated HTML page. If it is left blank doxygen will generate a 
+ # standard footer.
+ 
+-HTML_FOOTER            = 
++HTML_FOOTER            = doc/empty_footer.html
+ 
+ # 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 


More information about the scm-commits mailing list