]> git.pld-linux.org Git - packages/qt5-qtdeclarative.git/commitdiff
- drop qch bcond
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 23 May 2017 09:31:21 +0000 (11:31 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Tue, 23 May 2017 09:31:21 +0000 (11:31 +0200)
qt5-qtdeclarative.spec

index e92c4a991df67b381e4d1d139b4850a5151b1b0d..774e60761f0729b60293b17499620d96b8797eaf 100644 (file)
@@ -2,14 +2,12 @@
 # Conditional build:
 %bcond_with    bootstrap       # disable features to able to build without installed qt5
 # -- build targets
-%bcond_without doc
-%bcond_without qch             # documentation in QCH format
+%bcond_without doc             # Documentation
 %bcond_without qm              # QM translations
 %bcond_without qtxmlpatterns   # XmlListModel plugin (Qt5XmlPatterns based)
 
 %if %{with bootstrap}
 %undefine      with_doc
-%undefine      with_qch
 %undefine      with_qm
 %undefine      with_qtxmlpatterns
 %endif
@@ -38,7 +36,7 @@ BuildRequires:        Qt5Sql-devel >= %{qtbase_ver}
 BuildRequires: Qt5Test-devel >= %{qtbase_ver}
 BuildRequires: Qt5Widgets-devel >= %{qtbase_ver}
 %{?with_qtxmlpatterns:BuildRequires:   Qt5XmlPatterns-devel >= %{qtxmlpatterns_ver}}
-%if %{with qch}
+%if %{with doc}
 BuildRequires: qt5-assistant >= %{qttools_ver}
 %endif
 BuildRequires: qt5-build >= %{qtbase_ver}
@@ -248,9 +246,7 @@ Przykłady do bibliotek Qt5 Declarative.
 qmake-qt5
 %{__make}
 
-%if %{with doc}
-%{__make} %{!?with_qch:html_}docs
-%endif
+%{?with_doc:%{__make} docs}
 
 %if %{with qm}
 cd qttranslations-opensource-src-%{version}
@@ -267,7 +263,7 @@ install -d $RPM_BUILD_ROOT%{_bindir}
        INSTALL_ROOT=$RPM_BUILD_ROOT
 
 %if %{with doc}
-%{__make} install_%{!?with_qch:html_}docs \
+%{__make} install_docs \
        INSTALL_ROOT=$RPM_BUILD_ROOT
 %endif
 
@@ -530,13 +526,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_docdir}/qt5-doc/qtqml
 %{_docdir}/qt5-doc/qtquick
 
-%if %{with qch}
 %files doc-qch
 %defattr(644,root,root,755)
 %{_docdir}/qt5-doc/qtqml.qch
 %{_docdir}/qt5-doc/qtquick.qch
 %endif
-%endif
 
 %files examples -f examples.files
 %defattr(644,root,root,755)
This page took 0.255619 seconds and 4 git commands to generate.