update to 6.5.3 [release 6.5.3-1mamba;Fri Dec 30 2022]
This commit is contained in:
parent
fad77682e0
commit
fcca1b25a9
@ -1,5 +1,5 @@
|
||||
Name: aqbanking
|
||||
Version: 6.4.1
|
||||
Version: 6.5.3
|
||||
Release: 1mamba
|
||||
Summary: A library for online banking and financial applications
|
||||
Group: System/Libraries
|
||||
@ -7,22 +7,14 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://www.aquamaniac.de/rdm/
|
||||
Source: https://www.aquamaniac.de/rdm/attachments/download/400/aqbanking-%{version}.tar.gz
|
||||
Source: https://www.aquamaniac.de/rdm/attachments/download/467/aqbanking-%{version}.tar.gz
|
||||
#Source: https://github.com/aqbanking/aqbanking.git/%{version}/aqbanking-%{version}.tar.bz2
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libffi-devel
|
||||
BuildRequires: libgcrypt-devel
|
||||
BuildRequires: libgmp-devel
|
||||
BuildRequires: libgnutls-devel
|
||||
BuildRequires: libgpg-error-devel
|
||||
BuildRequires: libgwenhywfar-devel
|
||||
BuildRequires: libnettle-devel
|
||||
BuildRequires: libp11-kit-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libtasn1-devel
|
||||
BuildRequires: libunistring-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libktoblzcheck-devel
|
||||
BuildRequires: gwenhywfar-devel >= 5.1.3
|
||||
@ -48,22 +40,19 @@ Requires: pkg-config
|
||||
%description -n lib%{name}-devel
|
||||
This package contains libraries and header files for developing applications that use %{name}.
|
||||
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
autoreconf -f -i
|
||||
libtoolize
|
||||
#autoreconf -f -i
|
||||
#libtoolize
|
||||
|
||||
%build
|
||||
export PKG_CONFIG=/usr/bin/pkg-config
|
||||
#export PKG_CONFIG=/usr/bin/pkg-config
|
||||
%configure \
|
||||
--enable-gwenhywfar \
|
||||
--with-backends="aqhbci aqofxconnect aqpaypal"
|
||||
--with-backends="aqhbci aqofxconnect aqpaypal aqnone" # aqnone https://www.aquamaniac.de/rdm/issues/258
|
||||
|
||||
make typedefs
|
||||
make types
|
||||
%make -j1
|
||||
|
||||
%install
|
||||
@ -129,15 +118,10 @@ make types
|
||||
#%{_includedir}/aqbanking6/aqofxconnect/*.h
|
||||
#%dir %{_includedir}/aqpaypal
|
||||
#%{_includedir}/aqpaypal/*.h
|
||||
%{_libdir}/libaqbanking.la
|
||||
%{_libdir}/libaqbanking.so
|
||||
#%{_libdir}/libaqbankingpp.la
|
||||
#%{_libdir}/libaqbankingpp.so
|
||||
#%{_libdir}/libaqhbci.la
|
||||
#%{_libdir}/libaqhbci.so
|
||||
#%{_libdir}/libaqofxconnect.la
|
||||
#%{_libdir}/libaqofxconnect.so
|
||||
#%{_libdir}/libaqpaypal.la
|
||||
#%{_libdir}/libaqpaypal.so
|
||||
%{_libdir}/pkgconfig/aqbanking.pc
|
||||
%dir %{_libdir}/cmake/aqbanking-*
|
||||
@ -146,6 +130,9 @@ make types
|
||||
%doc NEWS README TODO
|
||||
|
||||
%changelog
|
||||
* Fri Dec 30 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 6.5.3-1mamba
|
||||
- update to 6.5.3
|
||||
|
||||
* Tue Dec 28 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 6.4.1-1mamba
|
||||
- update to 6.4.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user