Compare commits
8 Commits
6.2.9-1mam
...
main
Author | SHA1 | Date | |
---|---|---|---|
617b1c3950 | |||
dc297b9fdd | |||
fcca1b25a9 | |||
fad77682e0 | |||
51348415ee | |||
18f7ee608c | |||
be0d9281a9 | |||
ba4b6d7857 |
@ -1,36 +1,25 @@
|
||||
Name: aqbanking
|
||||
Version: 6.2.9
|
||||
Version: 6.6.0
|
||||
Release: 1mamba
|
||||
Summary: A library for online banking and financial applications
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://www.aqbanking.de/
|
||||
## GITSOURCE https://github.com/aqbanking/aqbanking.git 5.8.2
|
||||
#Source: https://www.aquamaniac.de/rdm/attachments/download/107/aqbanking-%{version}.tar.gz
|
||||
Source: https://github.com/aqbanking/aqbanking.git/%{version}/aqbanking-%{version}.tar.bz2
|
||||
URL: https://www.aquamaniac.de/rdm/
|
||||
Source: https://www.aquamaniac.de/rdm/attachments/download/531/aqbanking-%{version}.tar.gz
|
||||
# FIXME: tarball from github misses some generared header files
|
||||
#Source: https://github.com/aqbanking/aqbanking.git/%{version}/aqbanking-%{version}.tar.bz2
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: gwenhywfar-devel
|
||||
BuildRequires: libffi-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libgcrypt-devel
|
||||
BuildRequires: libgmp-devel
|
||||
BuildRequires: libgnutls-devel
|
||||
BuildRequires: libgpg-error-devel
|
||||
BuildRequires: libktoblzcheck-devel
|
||||
BuildRequires: libnettle-devel
|
||||
BuildRequires: libp11-kit-devel
|
||||
BuildRequires: libgwenhywfar-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libtasn1-devel
|
||||
BuildRequires: libunistring-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libktoblzcheck-devel
|
||||
BuildRequires: gwenhywfar-devel >= 5.1.3
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
AqBanking is a library for online banking and financial applications.
|
||||
@ -52,22 +41,16 @@ 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
|
||||
|
||||
%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
|
||||
@ -79,8 +62,6 @@ make types
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -n lib%{name} -p /sbin/ldconfig
|
||||
%postun -n lib%{name} -p /sbin/ldconfig
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
@ -88,6 +69,7 @@ make types
|
||||
%{_bindir}/aqbanking-config
|
||||
%{_bindir}/aqebics-tool
|
||||
%{_bindir}/aqhbci-tool4
|
||||
%{_bindir}/aqofxconnect-tool
|
||||
%{_bindir}/aqpaypal-tool
|
||||
%dir %{_datadir}/aqbanking
|
||||
%dir %{_datadir}/aqbanking/aqbanking
|
||||
@ -114,10 +96,6 @@ make types
|
||||
%dir %{_libdir}/aqbanking/plugins/44
|
||||
%{_libdir}/aqbanking/plugins/44/*
|
||||
%{_libdir}/libaqbanking.so.*
|
||||
#%{_libdir}/libaqbankingpp.so.*
|
||||
#%{_libdir}/libaqhbci.so.*
|
||||
#%{_libdir}/libaqofxconnect.so.*
|
||||
#%{_libdir}/libaqpaypal.so.*
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%files -n lib%{name}-devel
|
||||
@ -125,24 +103,7 @@ make types
|
||||
%dir %{_includedir}/aqbanking6
|
||||
%dir %{_includedir}/aqbanking6/aqbanking
|
||||
%{_includedir}/aqbanking6/aqbanking/*
|
||||
#%dir %{_includedir}/aqbanking6/aqbankingpp
|
||||
#%{_includedir}/aqbanking6/aqbankingpp/*.hpp
|
||||
#%dir %{_includedir}/aqbanking6/aqhbci
|
||||
#%{_includedir}/aqbanking6/aqhbci/*.h
|
||||
#%dir %{_includedir}/aqbanking6/aqofxconnect
|
||||
#%{_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-*
|
||||
%{_libdir}/cmake/aqbanking-*/aqbanking-config*.cmake
|
||||
@ -150,6 +111,30 @@ make types
|
||||
%doc NEWS README TODO
|
||||
|
||||
%changelog
|
||||
* Mon Jan 13 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 6.6.0-1mamba
|
||||
- update to 6.6.0; closes #1
|
||||
|
||||
* Wed Aug 16 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 6.5.4-1mamba
|
||||
- update to 6.5.4
|
||||
|
||||
* 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
|
||||
|
||||
* Sun Sep 19 2021 Automatic Build System <autodist@mambasoft.it> 6.3.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Sep 12 2021 Automatic Build System <autodist@mambasoft.it> 6.3.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu May 06 2021 Automatic Build System <autodist@mambasoft.it> 6.3.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Mar 11 2021 Automatic Build System <autodist@mambasoft.it> 6.2.10-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Feb 23 2021 Automatic Build System <autodist@mambasoft.it> 6.2.9-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user