]> git.pld-linux.org Git - packages/kmymoney2.git/commitdiff
- build without kbanking by default (try to fix it in the future) auto/th/kmymoney2-4_5-1 auto/ti/kmymoney2-4_5-1
authorlisu <lisu@pld-linux.org>
Fri, 3 Sep 2010 18:08:30 +0000 (18:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- clean up

Changed files:
    kmymoney2.spec -> 1.33

kmymoney2.spec

index e3298382afc5fa1d3b966a58b4ea2dc10e9da929..30a8b174a5919576ecb03d8fa5d543f27c7d42a3 100644 (file)
@@ -1,22 +1,22 @@
 #
 # TODO: - do something with rest of templates
+#      - fix build with kbanking enabled
 #
 # Conditional build:
-%bcond_without kbanking        # kbanking support
+%bcond_with    kbanking        # kbanking support
 #
 %define                real_name kmymoney
 Summary:       Personal finance application similar to Microsoft Money
 Summary(pl.UTF-8):     Program do finansów osobistych, podobny do Microsoft Money
 Name:          kmymoney2
 Version:       4.5
-Release:       0.1
+Release:       1
 License:       GPL v2+
 Group:         X11/Applications
 Source0:       http://downloads.sourceforge.net/kmymoney2/%{version}/%{real_name}-%{version}.tar.bz2
 # Source0-md5: a764fe259c7885f22a10049cef68398e
 URL:           http://kmymoney2.sourceforge.net/
 Patch0:                %{name}-desktop.patch
-#%%{?with_kbanking:BuildRequires:      aqbanking-frontend-kbanking-devel >= 0.1.0.0}
 #BuildRequires:        arts-qt-devel
 #BuildRequires:        artsc-devel
 BuildRequires: automoc4
@@ -90,10 +90,6 @@ Wtyczka KBanking dla KMyMoney2.
 %patch0 -p1
 
 %build
-#CONFIG_SHELL="/bin/bash" \
-#%%configure \
-#%     %{?with_kbanking:--enable-kbanking} \
-#%     --with-qt-libraries=%{_libdir}
 
 install -d build
 cd build
@@ -106,10 +102,6 @@ cd build
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_desktopdir}
 
-#%%{__make} install \
-#      DESTDIR=$RPM_BUILD_ROOT \
-#      kde_htmldir=%{_kdedocdir}
-
 %{__make} -C build install \
        DESTDIR=$RPM_BUILD_ROOT
 
This page took 0.098663 seconds and 4 git commands to generate.