From 6de77353d85c6e2e7d23324577f87ecd2c017ef0b2a1ccaa2884eeacde2014e0 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 21 Feb 2008 01:25:41 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aqbanking?expand=0&rev=7 --- aqbanking.changes | 5 +++++ aqbanking.spec | 39 +++++++++++++++++++++------------------ 2 files changed, 26 insertions(+), 18 deletions(-) diff --git a/aqbanking.changes b/aqbanking.changes index 7722df7..41c035c 100644 --- a/aqbanking.changes +++ b/aqbanking.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 21 02:25:07 CET 2008 - ro@suse.de + +- disable yellownet plugin as well + ------------------------------------------------------------------- Wed Feb 20 18:41:51 CET 2008 - ro@suse.de diff --git a/aqbanking.spec b/aqbanking.spec index b71497c..c473caa 100644 --- a/aqbanking.spec +++ b/aqbanking.spec @@ -14,7 +14,7 @@ Name: aqbanking BuildRequires: doxygen fdupes gmp-devel gtk2-devel gwenhywfar-devel kdelibs3-devel ktoblzcheck-devel libchipcard4-devel libglade2-devel libofx-devel python-devel pyxml qt3-devel Version: 3.2.1 -Release: 1 +Release: 2 Requires: %{name}-lang = %{version} Url: http://www.aquamaniac.de/aqbanking/ Group: Productivity/Office/Finance @@ -236,7 +236,7 @@ ACLOCAL="aclocal -I m4" autoreconf -f -i %configure\ --enable-release\ %ifarch %ix86 - --with-backends="aqhbci aqnone aqofxconnect aqyellownet"\ + --with-backends="aqhbci aqnone aqofxconnect"\ %else --with-backends="aqhbci aqnone aqofxconnect"\ %endif @@ -245,6 +245,7 @@ ACLOCAL="aclocal -I m4" autoreconf -f -i --with-docpath=%{_docdir}/%{name} \ --with-qt3-libs=/usr/lib/qt3/%{_lib} \ --with-kde3-libs=/opt/kde3/%{_lib} +# disabled backends x86: aqdtaus aqgeldkarte aqyellownet # disabled backends: aqdtaus aqgeldkarte # Does not work with aqbanking-2.2.9: #make %{?jobs:-j%jobs} @@ -381,10 +382,10 @@ rm -rf $RPM_BUILD_ROOT #%{_includedir}/aqdtaus ### The ofx files %{_includedir}/aqofxconnect -%ifarch %ix86 +#%ifarch %ix86 ### The yellownet files -%{_includedir}/aqyellownet -%endif +#%{_includedir}/aqyellownet +#%endif # .so files from sub-packages %{_libdir}/libqbanking.so #%{_libdir}/libg2banking.so @@ -434,21 +435,23 @@ rm -rf $RPM_BUILD_ROOT #%files geldkarte-qt3 #%defattr(-,root,root) #%{qb_cfgmoddir}/aqgeldkarte* -%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 +#%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 +* Thu Feb 21 2008 ro@suse.de +- disable yellownet plugin as well * Wed Feb 20 2008 ro@suse.de - update to version 3.2.1 to build on top of a current libchipcard and gwenhywfar