[qoauth] Move doxygen to %build section

supercyper supercyper at fedoraproject.org
Tue Aug 10 01:43:15 UTC 2010


commit 7e4837d3a9bcbe0c4adb5b82d27d94990132e3fd
Author: Chen Lei <supercyper at 163.com>
Date:   Tue Aug 10 09:43:01 2010 +0800

    Move doxygen to %build section

 qoauth.spec |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/qoauth.spec b/qoauth.spec
index 84ee18c..7ae3b14 100644
--- a/qoauth.spec
+++ b/qoauth.spec
@@ -40,16 +40,15 @@ export PATH=%{_qt4_bindir}:$PATH
 %{_qt4_qmake} PREFIX="%{_prefix}"
 make %{?_smp_mflags}
 
-
-%install
-make install INSTALL="install -p" INSTALL_ROOT=%{buildroot}
 doxygen Doxyfile
-
 # fix the time stamp
 for file in doc/html/*; do
 	touch -r Doxyfile $file
 done
 
+%install
+make install INSTALL="install -p" INSTALL_ROOT=%{buildroot}
+
 %check
 make check || :
 


More information about the scm-commits mailing list