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