multilib: don't embed creation dates in generated docs (#831399)

This commit is contained in:
Nils Philippsen 2012-06-15 14:38:07 +02:00
parent 43e255ad4c
commit 3550194a36
2 changed files with 32 additions and 1 deletions

View File

@ -0,0 +1,26 @@
diff -up lensfun-0.2.5/docs/manual-doc.conf.multilib lensfun-0.2.5/docs/manual-doc.conf
--- lensfun-0.2.5/docs/manual-doc.conf.multilib 2009-06-19 22:18:46.000000000 +0200
+++ lensfun-0.2.5/docs/manual-doc.conf 2012-06-15 14:32:25.236044866 +0200
@@ -766,7 +766,7 @@ HTML_HEADER =
# each generated HTML page. If it is left blank doxygen will generate a
# standard footer.
-HTML_FOOTER =
+HTML_FOOTER = static_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
diff -up lensfun-0.2.5/docs/static_footer.html.multilib lensfun-0.2.5/docs/static_footer.html
--- lensfun-0.2.5/docs/static_footer.html.multilib 2012-06-15 14:31:57.398020826 +0200
+++ lensfun-0.2.5/docs/static_footer.html 2012-06-15 14:27:49.445806076 +0200
@@ -0,0 +1,10 @@
+<hr class="footer"/>
+<address class="footer">
+ <small>
+ Generated for $projectname by
+ <a href="http://www.doxygen.org/index.html"><img class="footer" src="doxygen.png" alt="doxygen"/></a>
+ $doxygenversion
+ </small>
+</address>
+</body>
+</html>

View File

@ -4,12 +4,13 @@
Name: lensfun Name: lensfun
Version: 0.2.5 Version: 0.2.5
Summary: Library to rectify defects introduced by photographic lenses Summary: Library to rectify defects introduced by photographic lenses
Release: 6%{?dist} Release: 7%{?dist}
License: LGPLv3 and CC-BY-SA License: LGPLv3 and CC-BY-SA
Group: System Environment/Libraries Group: System Environment/Libraries
URL: http://lensfun.berlios.de/ URL: http://lensfun.berlios.de/
Source0: http://download.berlios.de/lensfun/lensfun-%{version}.tar.bz2 Source0: http://download.berlios.de/lensfun/lensfun-%{version}.tar.bz2
Patch0: lensfun-0.2.5-cpuid.patch Patch0: lensfun-0.2.5-cpuid.patch
Patch1: lensfun-0.2.5-multilib.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: doxygen BuildRequires: doxygen
@ -41,6 +42,7 @@ using lensfun.
%prep %prep
%setup -q %setup -q
%patch0 -p1 -b .cpuid %patch0 -p1 -b .cpuid
%patch1 -p1 -b .multilib
%build %build
@ -100,6 +102,9 @@ rm -rf %{buildroot}
%changelog %changelog
* Fri Jun 15 2012 Nils Philippsen <nils@redhat.com> - 0.2.5-7
- multilib: don't embed creation dates in generated docs (#831399)
* Tue Jan 10 2012 Nils Philippsen <nils@redhat.com> - 0.2.5-6 * Tue Jan 10 2012 Nils Philippsen <nils@redhat.com> - 0.2.5-6
- rebuild for gcc 4.7 - rebuild for gcc 4.7