rpms/aqbanking/devel aqbanking.spec, 1.60, 1.61 aqbanking-3.8.2-c++.patch, 1.1, NONE

Bill Nottingham notting at fedoraproject.org
Thu Jan 21 20:30:39 UTC 2010


Author: notting

Update of /cvs/extras/rpms/aqbanking/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22760

Modified Files:
	aqbanking.spec 
Removed Files:
	aqbanking-3.8.2-c++.patch 
Log Message:
Update to 4.2.3



Index: aqbanking.spec
===================================================================
RCS file: /cvs/extras/rpms/aqbanking/devel/aqbanking.spec,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -p -r1.60 -r1.61
--- aqbanking.spec	24 Jul 2009 17:01:16 -0000	1.60
+++ aqbanking.spec	21 Jan 2010 20:30:39 -0000	1.61
@@ -1,32 +1,30 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 %define qt3pkg qt
-%if 0%{?fedora} > 8
+%if 0%{?fedora} > 8 || 0%{?rhel} > 5
 %define qt3pkg qt3
 %endif
 
 Name: aqbanking
 Summary: A library for online banking functions and financial data import/export
-Version: 3.8.2
-Release: 2%{?dist}
+Version: 4.2.3
+Release: 1%{?dist}
 # Download is PHP form at http://www.aquamaniac.de/sites/download/packages.php
 Source: %{name}-%{version}.tar.gz
 Group: System Environment/Libraries
 License: GPLv2+
 URL: http://www.aquamaniac.de/aqbanking/
-Patch1: aqbanking-3.8.2-c++.patch
 Patch2: aqbanking-3.7.2-pkgconfig.patch
 Patch3: aqbanking-2.1.0-conflict.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 # qbanking
 BuildRequires: %{qt3pkg}-devel
-# python
-BuildRequires: python, PyXML, gmp-devel
-BuildRequires: gwenhywfar-devel >= 3.4.1, libofx-devel >= 0.9.0, gettext, libtool
+BuildRequires: gwenhywfar-devel >= 3.10.0, gmp-devel, gettext, libtool
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
 Obsoletes: aqhbci <= 1.0.3
 Obsoletes: g2banking < %{version}
+Obsoletes: python-aqbanking
 
 %description 
 The intention of AqBanking is to provide a middle layer between the
@@ -78,26 +76,14 @@ Obsoletes: kbanking-devel < %{version}
 This package contains qbanking-config and header files for writing and
 compiling programs using the qbanking bindings for Aqbanking.
 
-%package -n python-%{name}
-Summary: Python bindings for Aqbanking
-Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}
-
-%description -n python-%{name}
-This package contains python bindings for Aqbanking.
-
 %prep
 %setup -q
-%patch1 -p1 -b .c++
 %patch2 -p1 -b .pkgconfig
 %patch3 -p1 -b .conflict
 
 %build
 [ -z "$QTDIR" ] && . /etc/profile.d/qt.sh
-%{configure} --disable-static \
-  --with-kde3-libs=%{_libdir} \
-  --enable-libofx \
-  --enable-python
+%{configure} --disable-static 
 
 make LIBTOOL=/usr/bin/libtool
 
@@ -143,7 +129,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/aqbanking
 %exclude %{_datadir}/aqbanking/frontends/*
 %exclude %{_datadir}/aqbanking/i18n
-%{_bindir}/*-tool3
+%{_bindir}/aqbanking-cli
+%{_bindir}/*-tool4
 
 %files devel
 %defattr(-,root,root)
@@ -157,7 +144,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -n qbanking
 %defattr(-,root,root)
-%{_bindir}/qb-help6
+%{_bindir}/qb-help8
 %{_libdir}/libqbanking.so.*
 %{_libdir}/aqbanking/plugins/*/debugger
 %{_libdir}/aqbanking/plugins/*/frontends/qbanking
@@ -170,11 +157,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/qbanking
 %{_libdir}/libqbanking.so
 
-%files -n python-%{name}
-%defattr(-,root,root)
-%{python_sitelib}/%{name}
-
 %changelog
+* Thu Jan 21 2010 Bill Nottingham <notting at redhat.com> - 4.2.3-1
+- update to latest upstream 4.2.3
+- obsolete the dead python-aqbanking package
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.8.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


--- aqbanking-3.8.2-c++.patch DELETED ---



More information about the scm-commits mailing list