SHA256
1
0
forked from pool/aqbanking
OBS User unknown 2007-05-24 10:17:57 +00:00 committed by Git OBS Bridge
parent 571d4e3e43
commit 038e1122ca
2 changed files with 24 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu May 24 11:05:54 CEST 2007 - stbinner@suse.de
- add missing %run_ldconfig calls
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Dec 16 12:35:11 CET 2006 - prusnak@suse.cz Sat Dec 16 12:35:11 CET 2006 - prusnak@suse.cz

View File

@ -1,7 +1,7 @@
# #
# spec file for package aqbanking (Version 2.2.3) # spec file for package aqbanking (Version 2.2.3)
# #
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine # This file and all modifications and additions to the pristine
# package are under the same license as the package itself. # package are under the same license as the package itself.
# #
@ -13,10 +13,10 @@
Name: aqbanking Name: aqbanking
BuildRequires: doxygen gtk2-devel gwenhywfar-devel kdelibs3-devel ktoblzcheck-devel libchipcard-devel libglade2-devel libofx-devel python-devel pyxml qt3-devel BuildRequires: doxygen gtk2-devel gwenhywfar-devel kdelibs3-devel ktoblzcheck-devel libchipcard-devel libglade2-devel libofx-devel python-devel pyxml qt3-devel
Version: 2.2.3 Version: 2.2.3
Release: 26 Release: 59
URL: http://www.aquamaniac.de/aqbanking/ URL: http://www.aquamaniac.de/aqbanking/
Group: Productivity/Office/Finance Group: Productivity/Office/Finance
License: GNU General Public License (GPL), Other License(s), see package License: GNU General Public License (GPL)
Summary: Library for Online Banking Functions and Financial Data Import and Export Summary: Library for Online Banking Functions and Financial Data Import and Export
Source: %{name}-%{version}.tar.bz2 Source: %{name}-%{version}.tar.bz2
Patch: aqbanking-aqyellownet-libtool.patch Patch: aqbanking-aqyellownet-libtool.patch
@ -191,7 +191,7 @@ Authors:
%package yellownet %package yellownet
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
License: GNU General Public License (GPL), Other License(s), see package License: GNU General Public License (GPL)
Requires: %{name} = %{version} Requires: %{name} = %{version}
%description yellownet %description yellownet
@ -282,6 +282,18 @@ rm -rf $RPM_BUILD_ROOT
%postun qt3 %postun qt3
%run_ldconfig %run_ldconfig
%post ofx
%run_ldconfig
%postun ofx
%run_ldconfig
%post geldkarte
%run_ldconfig
%postun geldkarte
%run_ldconfig
%files -f %name.lang %files -f %name.lang
%defattr(-,root,root) %defattr(-,root,root)
%doc %{_docdir}/%{name} %doc %{_docdir}/%{name}
@ -444,7 +456,9 @@ rm -rf $RPM_BUILD_ROOT
%{qb_cfgmoddir}/aqyellownet* %{qb_cfgmoddir}/aqyellownet*
%endif %endif
%changelog -n aqbanking %changelog
* Thu May 24 2007 - stbinner@suse.de
- add missing %%run_ldconfig calls
* Sat Dec 16 2006 - prusnak@suse.cz * Sat Dec 16 2006 - prusnak@suse.cz
- fixed comparison with string literal (strcmp.patch) [#224464] - fixed comparison with string literal (strcmp.patch) [#224464]
* Wed Oct 18 2006 - sbrabec@suse.cz * Wed Oct 18 2006 - sbrabec@suse.cz