]> git.pld-linux.org Git - packages/owncloudclient.git/commitdiff
cleaner doc disable cmake
authorElan Ruusamäe <glen@delfi.ee>
Tue, 12 Apr 2016 21:56:13 +0000 (00:56 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 12 Apr 2016 21:56:44 +0000 (00:56 +0300)
owncloudclient.spec

index e988b7341243d7cb76b71999cef1556a93b69f5e..0a4ec28e591a1e032bfa7ef7704c0c8faace3a20 100644 (file)
@@ -41,9 +41,10 @@ BuildRequires:       rpmbuild(macros) >= 1.596
 BuildRequires: sqlite3-devel >= 3.8.0
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
+BuildRequires: zlib-devel
 %if %{with dolphin}
 BuildRequires: kf5-attica-devel >= 5.16
-BuildRequires: kf5-extra-cmake-modules >= 5.16
+BuildRequires: kf5-extra-cmake-modules >= 1.2.0
 BuildRequires: kf5-kconfig-devel >= 5.16
 BuildRequires: kf5-ki18n-devel >= 5.16
 BuildRequires: kf5-kio-devel >= 5.16
@@ -146,8 +147,9 @@ cd build
        -DCMAKE_INSTALL_DOCDIR=%{_docdir}/%{name} \
 %else
        -DWITH_DOC=NO \
-       -DSPHINX_FOUND=NO \
-       -DDOXYGEN_FOUND=NO \
+       -DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=TRUE \
+       -DCMAKE_DISABLE_FIND_PACKAGE_PdfLatex=TRUE \
+       -DCMAKE_DISABLE_FIND_PACKAGE_Sphinx=TRUE \
 %endif
 %if %{without dolphin}
        -DCMAKE_DISABLE_FIND_PACKAGE_ECM=TRUE \
This page took 0.150551 seconds and 4 git commands to generate.