forked from pool/aqbanking
Accepting request 99707 from X11:common:Factory
update to 5.0.22, fix build for Factory by including %{_datadir}/aclocal directory OBS-URL: https://build.opensuse.org/request/show/99707 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aqbanking?expand=0&rev=45
This commit is contained in:
parent
ac91cfd686
commit
0e07a93415
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ed23e6f93dcc8bdd54030e530af426f8e226faeafc648daf85d576d333fad94c
|
||||
size 3624263
|
3
aqbanking-5.0.22.tar.gz
Normal file
3
aqbanking-5.0.22.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:571ef512fca07d9c52e48070ad15f5074bfe507f00933ac6ef99804719638d27
|
||||
size 3635566
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 11 07:43:54 UTC 2012 - Nico.Laus.2001@gmx.de
|
||||
|
||||
- Update to version 5.0.22:
|
||||
+ fixes some problems with the SWIFT parser
|
||||
+ fixes a crash with empty configuration files
|
||||
+ added an option to set that (when using mTAN) the SMS account
|
||||
is not being charged (required by GAD-based banks)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 2 20:35:40 UTC 2012 - Nico.Laus.2001@gmx.de
|
||||
|
||||
- included %{_datadir}/aclocal in the devel package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 2 07:06:01 UTC 2012 - Nico.Laus.2001@gmx.de
|
||||
|
||||
- Update to version 5.0.21:
|
||||
+ more flexible SWIFT parser
|
||||
+ improved flicker message display of optical chipTAN methods
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 30 08:17:37 UTC 2011 - Nico.Laus.2001@gmx.de
|
||||
|
||||
- Update to version 5.0.20:
|
||||
+ added support for newer TAN methods (HKTAN5)
|
||||
+ added a dialogue to change account settings
|
||||
(allows changing e.g. "Prefer Single Transfer")
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 19 23:01:26 UTC 2011 - Nico.Laus.2001@gmx.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package aqbanking
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -15,7 +15,6 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define build_ofx 1
|
||||
%define aq_plugindir %{_libdir}/aqbanking/plugins/33
|
||||
%define fronts_libdir %{aq_plugindir}/frontends
|
||||
@ -26,15 +25,15 @@
|
||||
%define q4b_cfgmoddir %{fronts_libdir}/q4banking/cfgmodules
|
||||
|
||||
Name: aqbanking
|
||||
Version: 5.0.19
|
||||
Release: 1
|
||||
Version: 5.0.22
|
||||
Release: 0
|
||||
# FIXME Still unable to use parallel make. Last checked: 2011-09-25
|
||||
License: GPL-2.0 or GPL-3.0
|
||||
Summary: Library for Online Banking Functions and Financial Data Import and Export
|
||||
Url: http://www.aquamaniac.de/aqbanking/
|
||||
License: GPL-2.0 or GPL-3.0
|
||||
Group: Productivity/Office/Finance
|
||||
Url: http://www.aquamaniac.de/aqbanking/
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
#Source: http://www2.aquamaniac.de/sites/download/download.php?package=03&release=89&file=01&dummy=aqbanking-5.0.19.tar.gz
|
||||
#Source: http://www2.aquamaniac.de/sites/download/download.php?package=03&release=92&file=01&dummy=aqbanking-5.0.22.tar.gz
|
||||
Source1: aqbanking4-handbook-20091231.pdf
|
||||
#Source1: http://www.aquamaniac.de/sites/download/download.php?package=09&release=09&file=01&dummy=aqbanking4-handbook-20091231.pdf
|
||||
BuildRequires: doxygen
|
||||
@ -57,8 +56,8 @@ back-ends (currently HBCI) and multiple front-ends (such as KDE, GNOME,
|
||||
or console) to be used.
|
||||
|
||||
%package devel
|
||||
License: GPL-2.0+
|
||||
Summary: Library for Online Banking Functions and Financial Data Import/Export
|
||||
License: GPL-2.0+
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{name} = %{version}
|
||||
Requires: glibc-devel
|
||||
@ -74,8 +73,8 @@ backends (currently HBCI) and multiple frontends (e.g. KDE, GNOME,
|
||||
console) to be used.
|
||||
|
||||
%package doc
|
||||
License: Free Art License 1.3
|
||||
Summary: Library for Online Banking Functions and Financial Data Import/Export
|
||||
License: Free Art License 1.3
|
||||
Group: Productivity/Office/Finance
|
||||
Requires: %{name} = %{version}
|
||||
|
||||
@ -89,8 +88,8 @@ This package contains a handbook.
|
||||
%if %build_ofx
|
||||
|
||||
%package ofx
|
||||
License: GPL-2.0+
|
||||
Summary: Library for Online Banking Functions and Financial Data Import/Export
|
||||
License: GPL-2.0+
|
||||
Group: Productivity/Office/Finance
|
||||
Requires: %{name} = %{version}
|
||||
|
||||
@ -209,6 +208,7 @@ mv %{buildroot}%{_datadir}/doc/aqhbci/aqhbci-tool/README README.aqhbci
|
||||
%{_libdir}/libaqnone.so
|
||||
%{_libdir}/libaqbankingpp.so
|
||||
%{_libdir}/pkgconfig/%{name}.pc
|
||||
%dir %{_datadir}/aclocal
|
||||
%{_datadir}/aclocal/%{name}.m4
|
||||
### The aqhbci files
|
||||
%{_bindir}/hbcixml3
|
||||
|
Loading…
x
Reference in New Issue
Block a user