SPECS: aqbanking.spec - added glade patch (with glade-generated fi...
qboosh
qboosh at pld-linux.org
Sun Jan 15 18:06:17 CET 2006
Author: qboosh Date: Sun Jan 15 17:06:17 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added glade patch (with glade-generated files), glade2 and $DISPLAY no longer
required to build g2banking, so enable it by default
---- Files affected:
SPECS:
aqbanking.spec (1.5 -> 1.6)
---- Diffs:
================================================================
Index: SPECS/aqbanking.spec
diff -u SPECS/aqbanking.spec:1.5 SPECS/aqbanking.spec:1.6
--- SPECS/aqbanking.spec:1.5 Mon Nov 28 22:04:23 2005
+++ SPECS/aqbanking.spec Sun Jan 15 18:06:12 2006
@@ -1,9 +1,9 @@
# $Revision$, $Date$
#
# Conditional build:
-%bcond_with chipcard # build aqgeldkarte backend
-%bcond_with gtk # build g2banking frontend (needs $DISPLAY)
-%bcond_without kde # don't build kbanking frontend
+%bcond_with chipcard # aqgeldkarte backend
+%bcond_without gtk # g2banking frontend
+%bcond_without kde # 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
@@ -15,11 +15,11 @@
Source0: http://dl.sourceforge.net/aqbanking/%{name}-%{version}.tar.gz
# Source0-md5: cb8337cf12072a304217379b7ea23df2
Patch0: %{name}-link.patch
+Patch1: %{name}-glade.patch
URL: http://www.aquamaniac.de/aqbanking/
BuildRequires: autoconf >= 2.56
BuildRequires: automake
BuildRequires: gettext-devel
-%{?with_gtk:BuildRequires: glade2 >= 2.0}
BuildRequires: gwenhywfar-devel >= 1.18.0
%{?with_gtk:BuildRequires: gtk+2-devel >= 2.0.0}
%{?with_kde:BuildRequires: kdelibs-devel >= 3.0}
@@ -398,6 +398,7 @@
%prep
%setup -q
%patch0 -p1
+%patch1 -p1
%build
%{__libtoolize}
@@ -666,6 +667,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.6 2006/01/15 17:06:12 qboosh
+- added glade patch (with glade-generated files), glade2 and $DISPLAY no longer
+ required to build g2banking, so enable it by default
+
Revision 1.5 2005/11/28 21:04:23 qboosh
- fixed typos in spec and link patch
- build kbanking by default
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/aqbanking.spec?r1=1.5&r2=1.6&f=u
More information about the pld-cvs-commit
mailing list