]> git.pld-linux.org Git - packages/kf5-extra-cmake-modules.git/commitdiff
- BR: qt5-assistant auto/th/kf5-extra-cmake-modules-5.24.0-1
authorWitold Filipczyk <witekfl@poczta.onet.pl>
Sun, 10 Jul 2016 09:43:53 +0000 (12:43 +0300)
committerWitold Filipczyk <witekfl@poczta.onet.pl>
Sun, 10 Jul 2016 09:44:46 +0000 (12:44 +0300)
- tests disabled (I don't know how to fix build)

kf5-extra-cmake-modules.spec

index 63818d8b230543b2e6a246dc63fc4f4ae7d4febc..0493c62c6281ef8ab443498c4cc6e971a50838fd 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Conditional build:
-%bcond_without tests           # build without tests
+%bcond_with    tests           # build without tests
 
 %define                orgname         extra-cmake-modules
 %define                kdeframever     5.24
@@ -14,6 +14,7 @@ Source0:      http://download.kde.org/stable/frameworks/%{kdeframever}/%{orgname}-%{v
 # Source0-md5: cd3b0c844234ad29cfdba89d63ccb2ae
 URL:           http://www.kde.org/
 BuildRequires: cmake >= 2.8.12
+BuildRequires: qt5-assistant
 BuildRequires: qt5-linguist
 BuildRequires: rpmbuild(macros) >= 1.698
 BuildRequires: sphinx-pdg
@@ -51,7 +52,7 @@ cd build
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__make} -C build/ install \
+%{__make} -C build install \
         DESTDIR=$RPM_BUILD_ROOT
 
 mv $RPM_BUILD_ROOT%{_docdir}/ECM ECM-doc
This page took 0.560664 seconds and 4 git commands to generate.