current time in doxygen footer caused multilib difference - inserted empty footer instead
This commit is contained in:
parent
de337bec33
commit
7358da59b3
@ -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@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@redhat.com> - 1.2.4-3
|
||||
- Minor spec-file cleanup
|
||||
|
||||
|
12
multilib-doc.patch
Normal file
12
multilib-doc.patch
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user