forked from pool/aqbanking
Accepting request 265976 from X11:common:Factory
1 OBS-URL: https://build.opensuse.org/request/show/265976 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aqbanking?expand=0&rev=62
This commit is contained in:
parent
10dca03f21
commit
e57d7ca5a6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:81cc22eb2566e112c0d62427acf8de64cf542e7fc95262ff06addbc2e58a8183
|
||||
size 3743279
|
3
aqbanking-5.5.0.2-git.tar.gz
Normal file
3
aqbanking-5.5.0.2-git.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:32c36fe83ef2d24a216faf37da8098ba49cb4a49a9e451031625ecf40b57ae0a
|
||||
size 3827184
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 16 22:09:43 UTC 2014 - p.drouand@gmail.com
|
||||
|
||||
- Update to version 5.5.0.2
|
||||
+ Shorten paths of some AqHBCI files.
|
||||
"tar" has a filename limit of 99, so we need to shorten the total
|
||||
path, otherwise "make dist" will fail.
|
||||
- Add a dependency on cmake; aqbanking now provides cmake configuration
|
||||
files for development
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 18 22:07:14 UTC 2014 - jcnengel@gmail.com
|
||||
|
||||
|
@ -26,14 +26,15 @@
|
||||
%define q4b_cfgmoddir %{fronts_libdir}/q4banking/cfgmodules
|
||||
|
||||
Name: aqbanking
|
||||
Version: 5.4.3beta
|
||||
Version: 5.5.0.2
|
||||
Release: 0
|
||||
Summary: Library for Online Banking Functions and Financial Data Import and Export
|
||||
License: GPL-2.0 or GPL-3.0
|
||||
Group: Productivity/Office/Finance
|
||||
Url: http://www.aquamaniac.de/aqbanking/
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
Source: %{name}-%{version}-git.tar.gz
|
||||
Source1: aqbanking4-handbook-20091231.pdf
|
||||
BuildRequires: cmake
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
@ -64,6 +65,7 @@ Summary: Library for Online Banking Functions and Financial Data Import/E
|
||||
License: GPL-2.0+
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{name} = %{version}
|
||||
Requires: cmake
|
||||
Requires: glibc-devel
|
||||
Requires: gwenhywfar-devel >= 4.10.0
|
||||
Requires: ktoblzcheck-devel
|
||||
@ -115,7 +117,7 @@ access.
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -n %{name}-%{version}-git
|
||||
|
||||
%build
|
||||
BACKEND_LIST="aqhbci aqnone"
|
||||
@ -225,6 +227,7 @@ mkdir -p %{buildroot}/%{_docdir}/%{name}
|
||||
### The aqbanking files
|
||||
%{_bindir}/%{name}-config
|
||||
%{_includedir}/%{name}5/
|
||||
%{_libdir}/cmake/%{name}-5.5/
|
||||
%{_libdir}/libaqbanking.so
|
||||
%{_libdir}/libaqhbci.so
|
||||
%{_libdir}/libaqnone.so
|
||||
|
Loading…
x
Reference in New Issue
Block a user