SHA256
1
0
forked from pool/aqbanking

Accepting request 77760 from GNOME:Apps

Pushing G:A

OBS-URL: https://build.opensuse.org/request/show/77760
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aqbanking?expand=0&rev=39
This commit is contained in:
Sascha Peilicke 2011-08-04 07:36:05 +00:00 committed by Git OBS Bridge
parent f85108184c
commit 3a77f23984
5 changed files with 80 additions and 67 deletions

View File

@ -1,17 +0,0 @@
<services>
<service name="download_url">
<param name="filename">aqbanking-5.0.10.tar.gz</param>
<param name="host">www.aquamaniac.de</param>
<param name="protocol">http</param>
<param name="path">/sites/download/download.php?package=03&amp;release=83&amp;file=01&amp;dummy=aqbanking-5.0.10.tar.gz</param>
</service>
<service name="verify_file">
<param name="file">_service:download_url:aqbanking-5.0.10.tar.gz</param>
<param name="verifier">sha256</param>
<param name="checksum">7dcdfdc75d546adabce879a629e3c6e8864886f744f81f5a91e0ba7e5ff2b3aa</param>
</service>
<service name="recompress">
<param name="file">_service:download_url:aqbanking-5.0.10.tar.gz</param>
<param name="compression">bz2</param>
</service>
</services>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:333e5234816914e1087a9d64ee761381d8bad1293f2f1e5d67c285e0a8d13b30
size 2994322

3
aqbanking-5.0.14.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fbd52d3ac712673db2d67a04c9a3d8c07f4180c1591c006fd86ff66c5dfeef06
size 3549299

View File

@ -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

View File

@ -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