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 "" > doc/empty_footer.html %build @@ -86,6 +89,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}.la %changelog +* Tue Dec 04 2012 Frantisek Kluknavsky - 1.2.4-4 +- current time in doxygen footer caused multilib difference - inserted empty footer instead + * Thu Nov 22 2012 Frantisek Kluknavsky - 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