forked from pool/aqbanking
Accepting request 32498 from GNOME:Apps
Copy from GNOME:Apps/aqbanking based on submit request 32498 from user vuntz OBS-URL: https://build.opensuse.org/request/show/32498 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aqbanking?expand=0&rev=19
This commit is contained in:
committed by
Git OBS Bridge
parent
ce9236745a
commit
d8054cb197
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ee68aa6f9662f9bf3197da6a4f6c4947b6ad097ef4f7f7d79d126bd4f4ec9cc3
|
||||
size 3884649
|
3
aqbanking-4.2.4.tar.bz2
Normal file
3
aqbanking-4.2.4.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:71bde75f283828d77ea01747f3c93032029de760243af919d7c86baacd75b871
|
||||
size 3651098
|
@@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 10 23:47:21 CET 2010 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 4.2.4:
|
||||
+ Probably fixed a problem in definition of HITAN:1.
|
||||
+ Fixed a bug in SecProfile definition.
|
||||
+ Added CSV profile for Nederlandse SNS Bank.
|
||||
+ Added a few SEPA-related fields to AB_TRANSACTION.
|
||||
+ Improved handling of SWIFT fields within TAGS, special handling
|
||||
for SEPA transactions.
|
||||
+ CSV-Im-/Exporter: Added profile variables "commaThousands" and
|
||||
"commaDecimal".
|
||||
+ Added tanMethod version 3 and make HITANS:2 use that.
|
||||
+ Improved debug and error messages concerning itan modes.
|
||||
+ The three digit code in a :86: field is the transaction code,
|
||||
not the text key.
|
||||
+ DTAUS-Exporter: Segment too long purpose lines instead of
|
||||
rejecting them.
|
||||
+ Added missing segment description "HKTAN:3".
|
||||
+ Build fixes.
|
||||
- Add libqt4-devel BuildRequires, and create qt4 and ofx-qt4
|
||||
subpackages.
|
||||
- Pass --with-qt4-libs to configure to fix detection of where qt4
|
||||
libraries live.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 4 15:28:41 CET 2010 - vuntz@opensuse.org
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package aqbanking (Version 4.2.3)
|
||||
# spec file for package aqbanking (Version 4.2.4)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@@ -20,14 +20,14 @@
|
||||
%define build_ofx 1
|
||||
|
||||
Name: aqbanking
|
||||
BuildRequires: doxygen fdupes gmp-devel python-devel pyxml qt3-devel
|
||||
BuildRequires: doxygen fdupes gmp-devel libqt4-devel python-devel pyxml qt3-devel
|
||||
BuildRequires: gwenhywfar-devel >= 3.10.0
|
||||
BuildRequires: gwenhywfar-tools
|
||||
BuildRequires: ktoblzcheck-devel >= 1.10
|
||||
%if %build_ofx
|
||||
BuildRequires: libofx-devel
|
||||
%endif
|
||||
Version: 4.2.3
|
||||
Version: 4.2.4
|
||||
Release: 1
|
||||
Requires: %{name}-lang = %{version}
|
||||
Url: http://www.aquamaniac.de/aqbanking/
|
||||
@@ -43,6 +43,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%define imex_datadir %{_datadir}/%{name}/imexporters
|
||||
%define fronts_datadir %{_datadir}/%{name}/frontends
|
||||
%define qb_cfgmoddir %{fronts_libdir}/qbanking/cfgmodules
|
||||
%define q4b_cfgmoddir %{fronts_libdir}/q4banking/cfgmodules
|
||||
|
||||
%description
|
||||
AqBanking is a generic online banking interface. It allows multiple
|
||||
@@ -87,6 +88,17 @@ AqBanking is a generic OnlineBanking interface. It allows multiple
|
||||
backends (currently HBCI) and multiple frontends (e.g. KDE, GNOME,
|
||||
console) to be used.
|
||||
|
||||
%package qt4
|
||||
License: GPLv2+
|
||||
Summary: Library for Online Banking Functions and Financial Data Import/Export
|
||||
Group: Productivity/Office/Finance
|
||||
Requires: %{name} = %{version}
|
||||
|
||||
%description qt4
|
||||
AqBanking is a generic OnlineBanking interface. It allows multiple
|
||||
backends (currently HBCI) and multiple frontends (e.g. KDE, GNOME,
|
||||
console) to be used.
|
||||
|
||||
%if %build_ofx
|
||||
|
||||
%package ofx
|
||||
@@ -111,6 +123,17 @@ AqBanking is a generic OnlineBanking interface. It allows multiple
|
||||
backends (currently HBCI) and multiple frontends (e.g. KDE, GNOME,
|
||||
console) to be used.
|
||||
|
||||
%package ofx-qt4
|
||||
License: GPLv2+
|
||||
Summary: Library for Online Banking Functions and Financial Data Import/Export
|
||||
Group: Productivity/Office/Finance
|
||||
Requires: %{name} = %{version}
|
||||
|
||||
%description ofx-qt4
|
||||
AqBanking is a generic OnlineBanking interface. It allows multiple
|
||||
backends (currently HBCI) and multiple frontends (e.g. KDE, GNOME,
|
||||
console) to be used.
|
||||
|
||||
%endif
|
||||
%lang_package
|
||||
|
||||
@@ -126,7 +149,8 @@ BACKEND_LIST="$BACKEND_LIST aqofxconnect"
|
||||
--enable-release\
|
||||
--with-backends="$BACKEND_LIST" \
|
||||
--enable-full-doc\
|
||||
--with-qt3-libs=/usr/lib/qt3/%{_lib}
|
||||
--with-qt3-libs=/usr/lib/qt3/%{_lib} \
|
||||
--with-qt4-libs=%{_libdir}
|
||||
# Does not work with aqbanking-2.2.9:
|
||||
#make %{?jobs:-j%jobs}
|
||||
make
|
||||
@@ -152,6 +176,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%post qt3 -p /sbin/ldconfig
|
||||
|
||||
%postun qt3 -p /sbin/ldconfig
|
||||
|
||||
%post qt4 -p /sbin/ldconfig
|
||||
|
||||
%postun qt4 -p /sbin/ldconfig
|
||||
%if %build_ofx
|
||||
|
||||
%post ofx -p /sbin/ldconfig
|
||||
@@ -201,13 +229,17 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%dir %{_libdir}/aqbanking/plugins
|
||||
%dir %{aq_plugindir}
|
||||
%dir %{aq_plugindir}/debugger
|
||||
%dir %{aq_plugindir}/debugger/aqhbci
|
||||
%dir %{aq_plugindir}/providers
|
||||
%dir %{aq_plugindir}/wizards
|
||||
%dir %{fronts_libdir}
|
||||
%dir %{_datadir}/%{name}
|
||||
%dir %{imex_plugindir}
|
||||
%dir %{fronts_libdir}/qbanking
|
||||
%dir %{fronts_libdir}/q4banking
|
||||
%dir %{fronts_datadir}
|
||||
%dir %{qb_cfgmoddir}
|
||||
%dir %{q4b_cfgmoddir}
|
||||
%dir %{imex_datadir}
|
||||
%dir %{imex_datadir}/xmldb
|
||||
%dir %{imex_datadir}/xmldb/profiles
|
||||
@@ -241,12 +273,14 @@ rm -rf $RPM_BUILD_ROOT
|
||||
### The qbanking files
|
||||
#%{_bindir}/qbanking-config
|
||||
%{_includedir}/qbanking
|
||||
%{_includedir}/q4banking
|
||||
%if %build_ofx
|
||||
### The ofx files
|
||||
%{_includedir}/aqofxconnect
|
||||
%endif
|
||||
# .so files from sub-packages
|
||||
%{_libdir}/libqbanking.so
|
||||
%{_libdir}/libq4banking.so
|
||||
%if %build_ofx
|
||||
%{_libdir}/libaqofxconnect.so
|
||||
%endif
|
||||
@@ -255,11 +289,22 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/qb-help8
|
||||
%{_libdir}/libqbanking.so.*
|
||||
%{aq_plugindir}/debugger/aqhbci
|
||||
%{aq_plugindir}/wizards
|
||||
%{aq_plugindir}/debugger/aqhbci/aqhbci-qt3-debug
|
||||
%{aq_plugindir}/debugger/aqhbci/qt_debug.xml
|
||||
%{aq_plugindir}/wizards/qt3*
|
||||
%{qb_cfgmoddir}/aqhbci*
|
||||
%{_datadir}/%{name}/i18n
|
||||
%{fronts_datadir}/qbanking
|
||||
|
||||
%files qt4
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/q4b-help1
|
||||
%{_libdir}/libq4banking.so.*
|
||||
%{aq_plugindir}/debugger/aqhbci/aqhbci-qt4-debug
|
||||
%{aq_plugindir}/debugger/aqhbci/qt4_debug.xml
|
||||
%{aq_plugindir}/wizards/qt4*
|
||||
%{q4b_cfgmoddir}/aqhbci*
|
||||
%{fronts_datadir}/q4banking
|
||||
%if %build_ofx
|
||||
|
||||
%files ofx
|
||||
@@ -273,6 +318,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%files ofx-qt3
|
||||
%defattr(-,root,root)
|
||||
%{qb_cfgmoddir}/aqofxconnect*
|
||||
|
||||
%files ofx-qt4
|
||||
%defattr(-,root,root)
|
||||
%{q4b_cfgmoddir}/aqofxconnect*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user