update to 6.6.0; closes #1 [release 6.6.0-1mamba;Mon Jan 13 2025]
This commit is contained in:
parent
dc297b9fdd
commit
617b1c3950
@ -1,5 +1,5 @@
|
|||||||
Name: aqbanking
|
Name: aqbanking
|
||||||
Version: 6.5.4
|
Version: 6.6.0
|
||||||
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,7 +7,8 @@ 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/499/aqbanking-%{version}.tar.gz
|
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
|
#Source: https://github.com/aqbanking/aqbanking.git/%{version}/aqbanking-%{version}.tar.bz2
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
@ -40,12 +41,9 @@ 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
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
#autoreconf -f -i
|
autoreconf -f -i
|
||||||
#libtoolize
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#export PKG_CONFIG=/usr/bin/pkg-config
|
#export PKG_CONFIG=/usr/bin/pkg-config
|
||||||
@ -64,8 +62,6 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post -n lib%{name} -p /sbin/ldconfig
|
|
||||||
%postun -n lib%{name} -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -100,10 +96,6 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%dir %{_libdir}/aqbanking/plugins/44
|
%dir %{_libdir}/aqbanking/plugins/44
|
||||||
%{_libdir}/aqbanking/plugins/44/*
|
%{_libdir}/aqbanking/plugins/44/*
|
||||||
%{_libdir}/libaqbanking.so.*
|
%{_libdir}/libaqbanking.so.*
|
||||||
#%{_libdir}/libaqbankingpp.so.*
|
|
||||||
#%{_libdir}/libaqhbci.so.*
|
|
||||||
#%{_libdir}/libaqofxconnect.so.*
|
|
||||||
#%{_libdir}/libaqpaypal.so.*
|
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files -n lib%{name}-devel
|
%files -n lib%{name}-devel
|
||||||
@ -111,19 +103,7 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%dir %{_includedir}/aqbanking6
|
%dir %{_includedir}/aqbanking6
|
||||||
%dir %{_includedir}/aqbanking6/aqbanking
|
%dir %{_includedir}/aqbanking6/aqbanking
|
||||||
%{_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.so
|
%{_libdir}/libaqbanking.so
|
||||||
#%{_libdir}/libaqbankingpp.so
|
|
||||||
#%{_libdir}/libaqhbci.so
|
|
||||||
#%{_libdir}/libaqofxconnect.so
|
|
||||||
#%{_libdir}/libaqpaypal.so
|
|
||||||
%{_libdir}/pkgconfig/aqbanking.pc
|
%{_libdir}/pkgconfig/aqbanking.pc
|
||||||
%dir %{_libdir}/cmake/aqbanking-*
|
%dir %{_libdir}/cmake/aqbanking-*
|
||||||
%{_libdir}/cmake/aqbanking-*/aqbanking-config*.cmake
|
%{_libdir}/cmake/aqbanking-*/aqbanking-config*.cmake
|
||||||
@ -131,6 +111,9 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%doc NEWS README TODO
|
%doc NEWS README TODO
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Aug 16 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 6.5.4-1mamba
|
||||||
- update to 6.5.4
|
- update to 6.5.4
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user