rpms/aqbanking/devel aqbanking.spec,1.41,1.42

Bill Nottingham (notting) fedora-extras-commits at redhat.com
Mon Jun 25 20:12:39 UTC 2007


Author: notting

Update of /cvs/extras/rpms/aqbanking/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19292

Modified Files:
	aqbanking.spec 
Log Message:
fix build bogosity


Index: aqbanking.spec
===================================================================
RCS file: /cvs/extras/rpms/aqbanking/devel/aqbanking.spec,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- aqbanking.spec	20 Jun 2007 22:38:16 -0000	1.41
+++ aqbanking.spec	25 Jun 2007 20:12:03 -0000	1.42
@@ -6,7 +6,7 @@
 Name: aqbanking
 Summary: A library for online banking functions and financial data import/export
 Version: 2.2.9
-Release: 2%{?dist}
+Release: 3%{?dist}
 Source: http://download.sourceforge.net/aqbanking/%{name}-%{version}.tar.gz
 Group: System Environment/Libraries
 License: GPL
@@ -135,6 +135,7 @@
 [ -z "$QTDIR" ] && . /etc/profile.d/qt.sh
 %{configure} --disable-static --with-backends="%{backends}" \
   --with-frontends="%{frontends}" \
+  --with-kde3-libs=%{_libdir} \
   --enable-libofx \
   --enable-python
 
@@ -252,6 +253,9 @@
 %{python_sitelib}/%{name}
 
 %changelog
+* Mon Jun 25 2007 Bill Nottingham <notting at redhat.com> - 2.2.9-3
+- fix some build bogosity
+
 * Wed Jun 20 2007 Bill Nottingham <notting at redhat.com> - 2.2.9-2
 - add a dist tag
 




More information about the fedora-extras-commits mailing list