forked from pool/aqbanking
Accepting request 222662 from X11:common:Factory
Update to 5.3.6beta and integration of changes from home:j-engel:banking as discussed (forwarded request 221554 from j-engel) OBS-URL: https://build.opensuse.org/request/show/222662 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aqbanking?expand=0&rev=56
This commit is contained in:
parent
1cf5d3567a
commit
4e541a70b1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6d913281ff8a4f52ff417963149dddd1e3594488cac6b806358986567913ce6c
|
||||
size 3787484
|
3
aqbanking-5.3.6beta.tar.gz
Normal file
3
aqbanking-5.3.6beta.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:edd074861aa818c64d7e4ec96fe69b8cdd7340090af564b48e5d304b1680e7fa
|
||||
size 3761424
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 9 21:46:29 UTC 2014 - jcnengel@gmail.com
|
||||
|
||||
- Update to 5.3.6beta
|
||||
+ Fix an issue with RDH10
|
||||
- Fixes in previous versions:
|
||||
+ Change in plugin architecture
|
||||
+ Bugfixes for SEPA (e.g. missing sum field)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 12 20:36:02 UTC 2014 - nico.kruber@gmail.com
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
%define q4b_cfgmoddir %{fronts_libdir}/q4banking/cfgmodules
|
||||
|
||||
Name: aqbanking
|
||||
Version: 5.3.0beta
|
||||
Version: 5.3.6beta
|
||||
Release: 0
|
||||
# FIXME Still unable to use parallel make. Last checked: 2011-09-25
|
||||
Summary: Library for Online Banking Functions and Financial Data Import and Export
|
||||
@ -34,16 +34,16 @@ 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://www.aquamaniac.de/sites/download/download.php?package=03&release=105&file=01&dummy=aqbanking-5.3.0beta.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
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gmp-devel
|
||||
BuildRequires: gwenhywfar-devel >= 4.9.0
|
||||
BuildRequires: gwenhywfar-tools
|
||||
BuildRequires: gwenhywfar-devel >= 4.10.0
|
||||
BuildRequires: gwenhywfar-tools >= 4.10.0
|
||||
BuildRequires: ktoblzcheck-devel >= 1.10
|
||||
BuildRequires: libqt4-devel
|
||||
BuildRequires: pkgconfig
|
||||
%if !0%{?sles_version}
|
||||
BuildRequires: pkgconfig(gtk+-2.0)
|
||||
%else
|
||||
@ -66,7 +66,7 @@ License: GPL-2.0+
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{name} = %{version}
|
||||
Requires: glibc-devel
|
||||
Requires: gwenhywfar-devel
|
||||
Requires: gwenhywfar-devel >= 4.10.0
|
||||
Requires: ktoblzcheck-devel
|
||||
%if %build_ofx
|
||||
Requires: libofx-devel
|
||||
@ -103,6 +103,15 @@ AqBanking is a generic OnlineBanking interface. It allows multiple
|
||||
backends (currently HBCI) and multiple frontends (e.g. KDE, GNOME,
|
||||
console) to be used.
|
||||
|
||||
%package -n libaqofxconnect7
|
||||
Summary: Connector between Aqbanking and OFX
|
||||
License: GPL-2.0 or GPL-3.0
|
||||
Group: Development/Libraries/C and C++
|
||||
|
||||
%description -n libaqofxconnect7
|
||||
Conncetor between Aqbanking and OFX. Necessary for OFX direct connect
|
||||
access.
|
||||
|
||||
%endif
|
||||
%lang_package
|
||||
|
||||
@ -115,9 +124,11 @@ BACKEND_LIST="aqhbci aqnone"
|
||||
BACKEND_LIST="$BACKEND_LIST aqofxconnect"
|
||||
%endif
|
||||
%configure\
|
||||
--enable-release\
|
||||
--with-backends="$BACKEND_LIST" \
|
||||
--enable-full-doc\
|
||||
--enable-release \
|
||||
--with-backends="$BACKEND_LIST" \
|
||||
--enable-full-doc \
|
||||
--with-qt4-libs=%{_libdir} \
|
||||
--with-docpath=%{_docdir}/%{name} \
|
||||
--enable-gui-tests
|
||||
make
|
||||
|
||||
@ -128,7 +139,8 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
rm %{buildroot}%{_datadir}/doc/%{name}/{AUTHORS,COPYING,ChangeLog,README}
|
||||
mv %{buildroot}%{_datadir}/doc/aqhbci/aqhbci-tool/README README.aqhbci
|
||||
# Install the handbook
|
||||
%__install -m 644 %{S:1} %{buildroot}%{_datadir}/%{name}/aqbanking-handbook.pdf
|
||||
mkdir -p %{buildroot}/%{_docdir}/%{name}
|
||||
%__install -m 644 %{S:1} %{buildroot}%{_docdir}/%{name}/aqbanking-handbook.pdf
|
||||
%find_lang %{name}
|
||||
%fdupes %{buildroot}
|
||||
|
||||
@ -141,17 +153,23 @@ mv %{buildroot}%{_datadir}/doc/aqhbci/aqhbci-tool/README README.aqhbci
|
||||
%post ofx -p /sbin/ldconfig
|
||||
|
||||
%postun ofx -p /sbin/ldconfig
|
||||
|
||||
%post -n libaqofxconnect7 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libaqofxconnect7 -p /sbin/ldconfig
|
||||
|
||||
%endif
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING ChangeLog NEWS README TODO README.aqhbci
|
||||
%exclude %{_docdir}/%{name}/%{name}-handbook.pdf
|
||||
### The original aqbanking files
|
||||
%{_bindir}/%{name}-cli
|
||||
%{_libdir}/lib%{name}*.so.*
|
||||
%dir %{_libdir}/gwenhywfar/plugins/*/dbio
|
||||
%{_libdir}/gwenhywfar/plugins/*/dbio/dtaus.*
|
||||
%{_libdir}/gwenhywfar/plugins/*/dbio/swift.*
|
||||
%dir %{aq_plugindir}/dbio
|
||||
%{aq_plugindir}/dbio/dtaus.*
|
||||
%{aq_plugindir}/dbio/swift.*
|
||||
%{_datadir}/%{name}/aqbanking/
|
||||
%{_datadir}/%{name}/bankinfo/
|
||||
%{_datadir}/%{name}/dialogs/
|
||||
@ -224,7 +242,7 @@ mv %{buildroot}%{_datadir}/doc/aqhbci/aqhbci-tool/README README.aqhbci
|
||||
|
||||
%files doc
|
||||
%defattr(-,root,root)
|
||||
%{_datadir}/%{name}/aqbanking-handbook.pdf
|
||||
%{_docdir}/%{name}/aqbanking-handbook.pdf
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
@ -232,12 +250,15 @@ mv %{buildroot}%{_datadir}/doc/aqhbci/aqhbci-tool/README README.aqhbci
|
||||
|
||||
%files ofx
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libaqofxconnect.so.*
|
||||
%{aq_plugindir}/providers/aqofxconnect.*
|
||||
%{imex_plugindir}/ofx.*
|
||||
%{imex_datadir}/ofx
|
||||
%{_datadir}/aqbanking/backends/aqofxconnect
|
||||
|
||||
%files -n libaqofxconnect7
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libaqofxconnect.so.*
|
||||
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user