[podofo] disable timestamps in docs (#565683)

Dan Horák sharkcz at fedoraproject.org
Tue Jul 3 13:00:14 UTC 2012


commit eed02efd51d640751dc4e96bbb1f27a6b782df6d
Author: Dan Horák <dan at danny.cz>
Date:   Tue Jul 3 15:00:11 2012 +0200

    disable timestamps in docs (#565683)

 podofo.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/podofo.spec b/podofo.spec
index 428cdd9..f1a2281 100644
--- a/podofo.spec
+++ b/podofo.spec
@@ -1,6 +1,6 @@
 Name:           podofo
 Version:        0.9.1
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Tools and libraries to work with the PDF file format
 
 Group:          Applications/Publishing
@@ -59,6 +59,9 @@ Development files and documentation for the %{name} library.
 %setup -q
 %patch0 -p1 -b .unistd
 
+# disable timestamps in docs
+echo "HTML_TIMESTAMP = NO" >> Doxyfile
+
 
 %build
 %cmake -DPODOFO_BUILD_SHARED=1 \
@@ -107,6 +110,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Jul 03 2012 Dan Horák <dan[at]danny.cz> - 0.9.1-6
+- disable timestamps in docs (#565683)
+
 * Tue Feb 28 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.1-5
 - Rebuilt for c++ ABI breakage
 


More information about the scm-commits mailing list