SHA256
1
0
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:
OBS User autobuild 2009-10-06 01:46:26 +00:00 committed by Git OBS Bridge
parent bcf8110a2d
commit a6e4c8a2ad
2 changed files with 24 additions and 94 deletions

View File

@ -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 Thu Aug 6 21:31:34 CEST 2009 - mkudlvasr@suse.cz

View File

@ -20,12 +20,12 @@
%define build_ofx 1 %define build_ofx 1
Name: aqbanking 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 %if %build_ofx
BuildRequires: libofx-devel BuildRequires: libofx-devel
%endif %endif
Version: 4.0.0 Version: 4.0.0
Release: 1 Release: 2
Requires: %{name}-lang = %{version} Requires: %{name}-lang = %{version}
Url: http://www.aquamaniac.de/aqbanking/ Url: http://www.aquamaniac.de/aqbanking/
Group: Productivity/Office/Finance Group: Productivity/Office/Finance
@ -46,17 +46,11 @@ AqBanking is a generic online banking interface. It allows multiple
back-ends (currently HBCI) and multiple front-ends (such as KDE, GNOME, back-ends (currently HBCI) and multiple front-ends (such as KDE, GNOME,
or console) to be used. or console) to be used.
Authors:
--------
Martin Preuss <martin@libchipcard.de>
%package devel %package devel
License: GPL v2 or later License: GPL v2 or later
Summary: Library for Online Banking Functions and Financial Data Import/Export Summary: Library for Online Banking Functions and Financial Data Import/Export
Group: Productivity/Office/Finance 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 %if %build_ofx
Requires: libofx-devel Requires: libofx-devel
%endif %endif
@ -66,12 +60,6 @@ AqBanking is a generic OnlineBanking interface. It allows multiple
backends (currently HBCI) and multiple frontends (e.g. KDE, GNOME, backends (currently HBCI) and multiple frontends (e.g. KDE, GNOME,
console) to be used. console) to be used.
Authors:
--------
Martin Preuss <martin@libchipcard.de>
%package qt3 %package qt3
License: GPL v2 or later License: GPL v2 or later
Summary: Library for Online Banking Functions and Financial Data Import/Export 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, backends (currently HBCI) and multiple frontends (e.g. KDE, GNOME,
console) to be used. console) to be used.
Authors:
--------
Martin Preuss <martin@libchipcard.de>
%if %build_ofx %if %build_ofx
%package 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, backends (currently HBCI) and multiple frontends (e.g. KDE, GNOME,
console) to be used. console) to be used.
Authors:
--------
Martin Preuss <martin@libchipcard.de>
%package ofx-qt3 %package ofx-qt3
License: GPL v2 or later License: GPL v2 or later
Summary: Library for Online Banking Functions and Financial Data Import/Export 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, backends (currently HBCI) and multiple frontends (e.g. KDE, GNOME,
console) to be used. 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 %endif
%lang_package %lang_package
@ -174,18 +107,13 @@ BACKEND_LIST="aqhbci aqnone"
%if %build_ofx %if %build_ofx
BACKEND_LIST="$BACKEND_LIST aqofxconnect" BACKEND_LIST="$BACKEND_LIST aqofxconnect"
%endif %endif
%ifarch %ix86
BACKEND_LIST="$BACKEND_LIST aqyellownet"
%endif
ACLOCAL="aclocal -I m4" autoreconf -f -i ACLOCAL="aclocal -I m4" autoreconf -f -i
%configure\ %configure\
--enable-release\ --enable-release\
--with-backends="$BACKEND_LIST" \ --with-backends="$BACKEND_LIST" \
--enable-python\
--enable-full-doc\ --enable-full-doc\
--with-docpath=%{_docdir}/%{name} \ --with-docpath=%{_docdir}/%{name} \
--with-qt3-libs=/usr/lib/qt3/%{_lib} \ --with-qt3-libs=/usr/lib/qt3/%{_lib}
--with-kde3-libs=/opt/kde3/%{_lib}
# Does not work with aqbanking-2.2.9: # Does not work with aqbanking-2.2.9:
#make %{?jobs:-j%jobs} #make %{?jobs:-j%jobs}
make make
@ -297,10 +225,6 @@ rm -rf $RPM_BUILD_ROOT
### The ofx files ### The ofx files
%{_includedir}/aqofxconnect %{_includedir}/aqofxconnect
%endif %endif
%ifarch %ix86
### The yellownet files
%{_includedir}/aqyellownet
%endif
# .so files from sub-packages # .so files from sub-packages
%{_libdir}/libqbanking.so %{_libdir}/libqbanking.so
%if %build_ofx %if %build_ofx
@ -330,18 +254,5 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root) %defattr(-,root,root)
%{qb_cfgmoddir}/aqofxconnect* %{qb_cfgmoddir}/aqofxconnect*
%endif %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 %changelog