]> git.pld-linux.org Git - packages/kmymoney2.git/commitdiff
- enable kbanking, BR: gwenhywfar-devel >= 3.10.1
authorlisu <lisu@pld-linux.org>
Fri, 3 Sep 2010 14:00:52 +0000 (14:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- BR: qt4-build

Changed files:
    kmymoney2.spec -> 1.32

kmymoney2.spec

index de6051dc26ac30303b8acdce0a1191e004adb258..e3298382afc5fa1d3b966a58b4ea2dc10e9da929 100644 (file)
@@ -21,12 +21,14 @@ Patch0:             %{name}-desktop.patch
 #BuildRequires:        artsc-devel
 BuildRequires: automoc4
 BuildRequires: cmake
+%{?with_kbanking:BuildRequires:        gwenhywfar-devel >= 3.10.1}
 BuildRequires: kde4-kdelibs-devel
 BuildRequires: kde4-kdepimlibs-devel
 BuildRequires: libassuan-devel
 BuildRequires: libofx-devel
 #BuildRequires:        libxml2-devel >= 2.0.0
 BuildRequires: pth-devel
+BuildRequires: qt4-build
 BuildRequires: rpmbuild(macros) >= 1.577
 BuildRequires: soprano-devel
 #BuildRequires:        xrender-devel
@@ -95,7 +97,8 @@ Wtyczka KBanking dla KMyMoney2.
 
 install -d build
 cd build
-%cmake ..
+%cmake .. \
+       %{?with_kbanking:-DENABLE_KBANKING="on"}
 
 %{__make}
 
This page took 0.094548 seconds and 4 git commands to generate.