forked from pool/aqbanking
This commit is contained in:
parent
613d8ec279
commit
6de77353d8
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user