[qt5-qtdeclarative] fix docs...

Rex Dieter rdieter at fedoraproject.org
Fri Dec 13 14:51:54 UTC 2013


commit 2126bdc7112255c63a237f8ddcf6163ec4119087
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Fri Dec 13 08:51:41 2013 -0600

    fix docs...
    
    and move to end of %build again

 qt5-qtdeclarative.spec |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/qt5-qtdeclarative.spec b/qt5-qtdeclarative.spec
index 945cda7..95ed6ab 100644
--- a/qt5-qtdeclarative.spec
+++ b/qt5-qtdeclarative.spec
@@ -76,10 +76,6 @@ popd
 
 make %{?_smp_mflags} -C %{_target_platform}
 
-%if 0%{?docs}
-make %{?_smp_mflags} docs %{_target_platform}
-%endif
-
 %ifarch %{ix86}
 # build libQt5Qml with no_sse2
 mkdir -p %{_target_platform}-no_sse2
@@ -90,6 +86,10 @@ make %{?_smp_mflags} -C src/qml
 popd
 %endif
 
+%if 0%{?docs}
+make %{?_smp_mflags} docs -C %{_target_platform}
+%endif
+
 
 %install
 make install INSTALL_ROOT=%{buildroot} -C %{_target_platform}


More information about the scm-commits mailing list