forked from pool/aqbanking
Accepting request 21717 from GNOME:Factory
Copy from GNOME:Factory/aqbanking based on submit request 21717 from user vuntz OBS-URL: https://build.opensuse.org/request/show/21717 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aqbanking?expand=0&rev=14
This commit is contained in:
parent
bcf8110a2d
commit
a6e4c8a2ad
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 1 21:56:58 CEST 2009 - vuntz@opensuse.org
|
||||
|
||||
- Remove gtk2-devel, kdelibs3-devel, libchipcard4,
|
||||
libchipcard4-devel and libglade2-devel BuildRequires: they're
|
||||
either redundant or unneeded.
|
||||
- Remove gtk2-devel, kdelibs3-devel, libchipcard4-devel,
|
||||
libglade2-devel Requires of devel package.
|
||||
- Change libchipcard3-devel Requires to libchipcard4-devel Requires
|
||||
in devel package.
|
||||
- Remove --enable-python and --with-kde3-libs configure option:
|
||||
they don't exist anymore.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 1 14:49:03 CEST 2009 - vuntz@opensuse.org
|
||||
|
||||
- Remove the yellownet-related subpackages: there's no such backend
|
||||
anymore in this version. This fixes the build on i586.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 6 21:31:34 CEST 2009 - mkudlvasr@suse.cz
|
||||
|
||||
|
@ -20,12 +20,12 @@
|
||||
%define build_ofx 1
|
||||
|
||||
Name: aqbanking
|
||||
BuildRequires: doxygen fdupes gmp-devel gtk2-devel gwenhywfar-devel kdelibs3-devel ktoblzcheck-devel libchipcard4 libchipcard4-devel libglade2-devel python-devel pyxml qt3-devel
|
||||
BuildRequires: doxygen fdupes gmp-devel gwenhywfar-devel ktoblzcheck-devel python-devel pyxml qt3-devel
|
||||
%if %build_ofx
|
||||
BuildRequires: libofx-devel
|
||||
%endif
|
||||
Version: 4.0.0
|
||||
Release: 1
|
||||
Release: 2
|
||||
Requires: %{name}-lang = %{version}
|
||||
Url: http://www.aquamaniac.de/aqbanking/
|
||||
Group: Productivity/Office/Finance
|
||||
@ -41,22 +41,16 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%define fronts_datadir %{_datadir}/%{name}/frontends
|
||||
%define qb_cfgmoddir %{fronts_libdir}/qbanking/cfgmodules
|
||||
|
||||
%description
|
||||
%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.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Martin Preuss <martin@libchipcard.de>
|
||||
|
||||
%package devel
|
||||
License: GPL v2 or later
|
||||
Summary: Library for Online Banking Functions and Financial Data Import/Export
|
||||
Group: Productivity/Office/Finance
|
||||
Requires: %{name} = %{version} glibc-devel gtk2-devel gwenhywfar-devel kdelibs3-devel ktoblzcheck-devel libchipcard3-devel libglade2-devel qt3-devel
|
||||
Requires: %{name} = %{version} glibc-devel gwenhywfar-devel ktoblzcheck-devel qt3-devel
|
||||
%if %build_ofx
|
||||
Requires: libofx-devel
|
||||
%endif
|
||||
@ -66,12 +60,6 @@ AqBanking is a generic OnlineBanking interface. It allows multiple
|
||||
backends (currently HBCI) and multiple frontends (e.g. KDE, GNOME,
|
||||
console) to be used.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Martin Preuss <martin@libchipcard.de>
|
||||
|
||||
%package qt3
|
||||
License: GPL v2 or later
|
||||
Summary: Library for Online Banking Functions and Financial Data Import/Export
|
||||
@ -83,12 +71,6 @@ AqBanking is a generic OnlineBanking interface. It allows multiple
|
||||
backends (currently HBCI) and multiple frontends (e.g. KDE, GNOME,
|
||||
console) to be used.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Martin Preuss <martin@libchipcard.de>
|
||||
|
||||
%if %build_ofx
|
||||
|
||||
%package ofx
|
||||
@ -102,12 +84,6 @@ AqBanking is a generic OnlineBanking interface. It allows multiple
|
||||
backends (currently HBCI) and multiple frontends (e.g. KDE, GNOME,
|
||||
console) to be used.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Martin Preuss <martin@libchipcard.de>
|
||||
|
||||
%package ofx-qt3
|
||||
License: GPL v2 or later
|
||||
Summary: Library for Online Banking Functions and Financial Data Import/Export
|
||||
@ -119,49 +95,6 @@ AqBanking is a generic OnlineBanking interface. It allows multiple
|
||||
backends (currently HBCI) and multiple frontends (e.g. KDE, GNOME,
|
||||
console) to be used.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Martin Preuss <martin@libchipcard.de>
|
||||
|
||||
%endif
|
||||
%ifarch %ix86
|
||||
|
||||
%package yellownet
|
||||
Summary: Library for Online Banking Functions and Financial Data Import/Export
|
||||
Group: Productivity/Office/Finance
|
||||
License: GPL v2 or later
|
||||
Requires: %{name} = %{version}
|
||||
|
||||
%description yellownet
|
||||
AqBanking is a generic OnlineBanking interface. It allows multiple
|
||||
backends (currently HBCI) and multiple frontends (e.g. KDE, GNOME,
|
||||
console) to be used.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Martin Preuss <martin@libchipcard.de>
|
||||
|
||||
%package yellownet-qt3
|
||||
License: GPL v2 or later
|
||||
Summary: Library for Online Banking Functions and Financial Data Import/Export
|
||||
Group: Productivity/Office/Finance
|
||||
Requires: %{name} = %{version}
|
||||
|
||||
%description yellownet-qt3
|
||||
AqBanking is a generic OnlineBanking interface. It allows multiple
|
||||
backends (currently HBCI) and multiple frontends (e.g. KDE, GNOME,
|
||||
console) to be used.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Martin Preuss <martin@libchipcard.de>
|
||||
|
||||
%endif
|
||||
%lang_package
|
||||
|
||||
@ -174,18 +107,13 @@ BACKEND_LIST="aqhbci aqnone"
|
||||
%if %build_ofx
|
||||
BACKEND_LIST="$BACKEND_LIST aqofxconnect"
|
||||
%endif
|
||||
%ifarch %ix86
|
||||
BACKEND_LIST="$BACKEND_LIST aqyellownet"
|
||||
%endif
|
||||
ACLOCAL="aclocal -I m4" autoreconf -f -i
|
||||
%configure\
|
||||
--enable-release\
|
||||
--with-backends="$BACKEND_LIST" \
|
||||
--enable-python\
|
||||
--enable-full-doc\
|
||||
--with-docpath=%{_docdir}/%{name} \
|
||||
--with-qt3-libs=/usr/lib/qt3/%{_lib} \
|
||||
--with-kde3-libs=/opt/kde3/%{_lib}
|
||||
--with-qt3-libs=/usr/lib/qt3/%{_lib}
|
||||
# Does not work with aqbanking-2.2.9:
|
||||
#make %{?jobs:-j%jobs}
|
||||
make
|
||||
@ -297,10 +225,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||
### The ofx files
|
||||
%{_includedir}/aqofxconnect
|
||||
%endif
|
||||
%ifarch %ix86
|
||||
### The yellownet files
|
||||
%{_includedir}/aqyellownet
|
||||
%endif
|
||||
# .so files from sub-packages
|
||||
%{_libdir}/libqbanking.so
|
||||
%if %build_ofx
|
||||
@ -330,18 +254,5 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%defattr(-,root,root)
|
||||
%{qb_cfgmoddir}/aqofxconnect*
|
||||
%endif
|
||||
%ifarch %ix86
|
||||
|
||||
%files yellownet
|
||||
%defattr(-,root,root)
|
||||
%doc src/plugins/backends/aqyellownet/plugin/COPYING
|
||||
#%{_bindir}/aqyellownet-config
|
||||
%{_libdir}/libaqyellownet.so
|
||||
%{aq_plugindir}/providers/aqyellownet.*
|
||||
|
||||
%files yellownet-qt3
|
||||
%defattr(-,root,root)
|
||||
%{qb_cfgmoddir}/aqyellownet*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user