Add no date footers to docs

epel9
Brendan Jones 13 years ago
parent bf6ee90263
commit 22be706740

@ -0,0 +1,22 @@
diff -Nurp a/doc/no_date_footer.html b/doc/no_date_footer.html
--- a/doc/no_date_footer.html 1970-01-01 01:00:00.000000000 +0100
+++ b/doc/no_date_footer.html 2012-06-13 06:39:11.894890732 +0200
@@ -0,0 +1,6 @@
+<hr size="1"><address style="text-align: right;"><small>
+Generated for $projectname by <a href="http://www.doxygen.org/
+index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a>
+$doxygenversion</small></address>
+</body>
+</html>
diff -Nurp a/doc/reference.doxygen.in b/doc/reference.doxygen.in
--- a/doc/reference.doxygen.in 2012-06-13 06:37:39.947704544 +0200
+++ b/doc/reference.doxygen.in 2012-06-13 06:38:32.184105951 +0200
@@ -801,7 +801,7 @@ HTML_HEADER =
# each generated HTML page. If it is left blank doxygen will generate a
# standard footer.
-HTML_FOOTER =
+HTML_FOOTER = no_date_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

@ -2,7 +2,7 @@
Name: lv2
Version: 1.0.0
Release: 6%{?dist}
Release: 7%{?dist}
Summary: Audio Plugin Standard
Group: System Environment/Libraries
@ -10,6 +10,7 @@ Group: System Environment/Libraries
License: ISC
URL: http://lv2plug.in
Source: http://lv2plug.in/spec/lv2-%{version}.tar.bz2
Patch0: lv2-1.0.0-doxy-no-date-footer.patch
# this package replaces lv2core
Provides: lv2core = 6.0-4
@ -51,6 +52,7 @@ header file.
%prep
%setup -q
%patch -p1
%build
./waf configure -vv --prefix=%{_prefix} --libdir=%{_libdir} --debug --no-plugins
@ -76,6 +78,9 @@ rm -rf %buildroot
%{_libdir}/pkgconfig/%{name}.pc
%changelog
* Wed Jun 13 2012 Brendan Jones <brendan.jones.it@gmail.com> 1.0.0-7
- Remove date from doxygen footers
* Sat Apr 21 2012 Brendan Jones <brendan.jones.it@gmail.com> - 1.0.0-6
- Re-suppress debuginfo

Loading…
Cancel
Save