[lv2] Add no date footers to docs

Brendan Jones bsjones at fedoraproject.org
Wed Jun 13 04:46:05 UTC 2012


commit 22be706740d6a92e5d686f386649cb7786307e78
Author: Brendan Jones <brendan.jones.it at gmail.com>
Date:   Wed Jun 13 06:45:19 2012 +0200

    Add no date footers to docs

 lv2-1.0.0-doxy-no-date-footer.patch |   22 ++++++++++++++++++++++
 lv2.spec                            |    7 ++++++-
 2 files changed, 28 insertions(+), 1 deletions(-)
---
diff --git a/lv2-1.0.0-doxy-no-date-footer.patch b/lv2-1.0.0-doxy-no-date-footer.patch
new file mode 100644
index 0000000..a111673
--- /dev/null
+++ b/lv2-1.0.0-doxy-no-date-footer.patch
@@ -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 
diff --git a/lv2.spec b/lv2.spec
index 9c56da4..b73f247 100644
--- a/lv2.spec
+++ b/lv2.spec
@@ -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 at gmail.com> 1.0.0-7
+- Remove date from doxygen footers
+
 * Sat Apr 21 2012 Brendan Jones <brendan.jones.it at gmail.com> - 1.0.0-6
 - Re-suppress debuginfo
 


More information about the scm-commits mailing list