]> git.pld-linux.org Git - packages/aqbanking.git/commitdiff
- fixed typos in spec and link patch
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 28 Nov 2005 21:04:23 +0000 (21:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- build kbanking by default

Changed files:
    aqbanking.spec -> 1.5

aqbanking.spec

index 3e36ff5e8556cd3bba2ceccae5ca971bce8603d1..acd70bacdbb91054f0dcf2358780b755eeef5b13 100644 (file)
@@ -1,8 +1,8 @@
 #
 # Conditional build:
 %bcond_with    chipcard        # build aqgeldkarte backend
-%bcond_with    gtk             # build g2banking frontend
-%bcond_with    kde             # build kbanking frontend
+%bcond_with    gtk             # build g2banking frontend (needs $DISPLAY)
+%bcond_without kde             # don't build kbanking frontend
 #
 Summary:       A library for online banking functions and financial data import/export
 Summary(pl):   Biblioteka do funkcji bankowych online oraz importu/eksportu danych finansowych
@@ -635,7 +635,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files frontend-kbanking-static
 %defattr(644,root,root,755)
-%{_libdir}/libgkanking.a
+%{_libdir}/libkbanking.a
 %endif
 
 %files frontend-qbanking
This page took 0.073774 seconds and 4 git commands to generate.