diff --git a/_service b/_service deleted file mode 100644 index 33f0eed..0000000 --- a/_service +++ /dev/null @@ -1,17 +0,0 @@ - - - aqbanking-5.0.10.tar.gz - www.aquamaniac.de - http - /sites/download/download.php?package=03&release=83&file=01&dummy=aqbanking-5.0.10.tar.gz - - - _service:download_url:aqbanking-5.0.10.tar.gz - sha256 - 7dcdfdc75d546adabce879a629e3c6e8864886f744f81f5a91e0ba7e5ff2b3aa - - - _service:download_url:aqbanking-5.0.10.tar.gz - bz2 - - \ No newline at end of file diff --git a/_service:recompress:download_url:aqbanking-5.0.10.tar.bz2 b/_service:recompress:download_url:aqbanking-5.0.10.tar.bz2 deleted file mode 100644 index a6a8119..0000000 --- a/_service:recompress:download_url:aqbanking-5.0.10.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:333e5234816914e1087a9d64ee761381d8bad1293f2f1e5d67c285e0a8d13b30 -size 2994322 diff --git a/aqbanking-5.0.14.tar.gz b/aqbanking-5.0.14.tar.gz new file mode 100644 index 0000000..10d797d --- /dev/null +++ b/aqbanking-5.0.14.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbd52d3ac712673db2d67a04c9a3d8c07f4180c1591c006fd86ff66c5dfeef06 +size 3549299 diff --git a/aqbanking.changes b/aqbanking.changes index c8d83e5..6a371f4 100644 --- a/aqbanking.changes +++ b/aqbanking.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Tue Jul 19 14:14:53 UTC 2011 - malcolmlewis@opensuse.org + +- Update to version 5.0.14: + + Bug fix in applayer. +- Changes from version 5.0.13: + + Added some safeguards in SWIFT. + + Fixed a bug in SWIFT parser. This bug caused the plugin to + hang while parsing subtags which contain question marks. + + Fixed a bug in dlg_pintan_special.dlg +- Changes from version 5.0.11: + + Bug fixes for the parameter list. + + Use "void" in functions with empty argument list. + + Add argument "--charset" to aqbanking-cli and also fixes a + typo. + + Fixed a memory leak in banking plugin. + + Removed a leftover LDADD. + + Increased debug verbosity and comments in joblayer plugin. +- Update spec file License field from GPLv2+ to GPL-2.0+ to + conform with spdx.org identifier. +- Clean up and reformat spec file. +- Add FIXME as still unable to parallel make. +- Update BuildRequires to use pkgconfig(gtk+-2.0) instead + of gtk2-devel. +- Remove service usage, following the new consensus on Factory + packaging. + ------------------------------------------------------------------- Mon Jun 13 18:39:53 UTC 2011 - Nico.Laus.2001@gmx.de diff --git a/aqbanking.spec b/aqbanking.spec index 0a98f8f..cd0529f 100644 --- a/aqbanking.spec +++ b/aqbanking.spec @@ -15,45 +15,64 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild -%define build_ofx 1 +%define build_ofx 1 +%define aq_plugindir %{_libdir}/aqbanking/plugins/33 +%define fronts_libdir %{aq_plugindir}/frontends +%define imex_plugindir %{aq_plugindir}/imexporters +%define imex_datadir %{_datadir}/%{name}/imexporters +%define fronts_datadir %{_datadir}/%{name}/frontends +%define qb_cfgmoddir %{fronts_libdir}/qbanking/cfgmodules +%define q4b_cfgmoddir %{fronts_libdir}/q4banking/cfgmodules Name: aqbanking +Version: 5.0.14 +# FIXME Still unable to use parallel make. Last checked: 2011-07-19 +Release: 1 +License: GPL-2.0+ +Summary: Library for Online Banking Functions and Financial Data Import and Export +Url: http://www.aquamaniac.de/aqbanking/ +Group: Productivity/Office/Finance +Source: %{name}-%{version}.tar.gz +#Source: http://www.aquamaniac.de/sites/download/download.php?package=03&release=85&file=01&dummy=aqbanking-5.0.14.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: gtk2-devel BuildRequires: gwenhywfar-devel >= 4.0 BuildRequires: gwenhywfar-tools BuildRequires: ktoblzcheck-devel >= 1.10 +BuildRequires: pkgconfig(gtk+-2.0) %if %build_ofx BuildRequires: libofx-devel %endif -Version: 5.0.10 -Release: 1 Recommends: %{name}-lang -Url: http://www.aquamaniac.de/aqbanking/ -Group: Productivity/Office/Finance -License: Free Art License 1.3 -Summary: Library for Online Banking Functions and Financial Data Import and Export -Source: %{name}-%{version}.tar.bz2 -Source1: aqbanking4-handbook-20091231.pdf BuildRoot: %{_tmppath}/%{name}-%{version}-build -%define aq_plugindir %{_libdir}/aqbanking/plugins/33 -%define fronts_libdir %{aq_plugindir}/frontends -%define imex_plugindir %{aq_plugindir}/imexporters -%define imex_datadir %{_datadir}/%{name}/imexporters -%define fronts_datadir %{_datadir}/%{name}/frontends -%define qb_cfgmoddir %{fronts_libdir}/qbanking/cfgmodules -%define q4b_cfgmoddir %{fronts_libdir}/q4banking/cfgmodules %description AqBanking is a generic online banking interface. It allows multiple back-ends (currently HBCI) and multiple front-ends (such as KDE, GNOME, or console) to be used. +%package devel +License: GPL-2.0+ +Summary: Library for Online Banking Functions and Financial Data Import/Export +Group: Development/Libraries/C and C++ +Requires: %{name} = %{version} +Requires: glibc-devel +Requires: gwenhywfar-devel +Requires: ktoblzcheck-devel +%if %build_ofx +Requires: libofx-devel +%endif + +%description devel +AqBanking is a generic OnlineBanking interface. It allows multiple +backends (currently HBCI) and multiple frontends (e.g. KDE, GNOME, +console) to be used. + %package doc License: Free Art License 1.3 Summary: Library for Online Banking Functions and Financial Data Import/Export @@ -67,24 +86,10 @@ console) to be used. This package contains a handbook. -%package devel -License: GPLv2+ -Summary: Library for Online Banking Functions and Financial Data Import/Export -Group: Development/Libraries/C and C++ -Requires: %{name} = %{version} glibc-devel gwenhywfar-devel ktoblzcheck-devel -%if %build_ofx -Requires: libofx-devel -%endif - -%description devel -AqBanking is a generic OnlineBanking interface. It allows multiple -backends (currently HBCI) and multiple frontends (e.g. KDE, GNOME, -console) to be used. - %if %build_ofx %package ofx -License: GPLv2+ +License: GPL-2.0+ Summary: Library for Online Banking Functions and Financial Data Import/Export Group: Productivity/Office/Finance Requires: %{name} = %{version} @@ -110,23 +115,21 @@ BACKEND_LIST="$BACKEND_LIST aqofxconnect" --with-backends="$BACKEND_LIST" \ --enable-full-doc\ --enable-gui-tests -# Does not work with aqbanking-2.2.9: -#make %{?jobs:-j%jobs} make %install -%makeinstall +%make_install find %{buildroot} -type f -name "*.la" -delete -print # Remove files that we'll have elsewhere -%__rm %{buildroot}%{_datadir}/doc/%{name}/{AUTHORS,COPYING,ChangeLog,README} -%__mv %{buildroot}%{_datadir}/doc/aqhbci/aqhbci-tool/README README.aqhbci +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 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/%{name}/aqbanking-handbook.pdf +%__install -m 644 %{S:1} %{buildroot}%{_datadir}/%{name}/aqbanking-handbook.pdf %find_lang %{name} -%fdupes $RPM_BUILD_ROOT +%fdupes %{buildroot} %clean -rm -rf $RPM_BUILD_ROOT +rm -rf %{buildroot} %post -p /sbin/ldconfig @@ -199,12 +202,6 @@ rm -rf $RPM_BUILD_ROOT %{imex_datadir}/ofx %endif -%files lang -f %name.lang - -%files doc -%defattr(-,root,root) -%{_datadir}/%{name}/aqbanking-handbook.pdf - %files devel %defattr(-,root,root) ### The aqbanking files @@ -223,6 +220,12 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libaqofxconnect.so %endif +%files doc +%defattr(-,root,root) +%{_datadir}/%{name}/aqbanking-handbook.pdf + +%files lang -f %{name}.lang + %if %build_ofx %files ofx