This commit is contained in:
committed by
Git OBS Bridge
parent
fa5af22628
commit
5e403b232d
@@ -12,7 +12,7 @@
|
||||
|
||||
Name: gnucash
|
||||
Version: 2.2.0
|
||||
Release: 39
|
||||
Release: 62
|
||||
Url: http://www.gnucash.org/
|
||||
Group: Productivity/Office/Finance
|
||||
License: GPL v2 or later
|
||||
@@ -21,6 +21,7 @@ Source: %{name}-%{version}.tar.bz2
|
||||
Source1: %{name}-rpmlintrc
|
||||
Patch: gnucash-desktop.patch
|
||||
Patch1: gnucash-address-boolean.patch
|
||||
Patch2: gnucash-qt3-wizard.patch
|
||||
Requires: guile slib
|
||||
# Required to make quotes working. Gnucash can run without quotes support:
|
||||
Requires: perl-Crypt-SSLeay perl-DateManip perl-Finance-Quote perl-HTML-Parser perl-HTML-TableExtract perl-libwww-perl
|
||||
@@ -414,6 +415,7 @@ Authors:
|
||||
%setup -q
|
||||
%patch
|
||||
%patch1
|
||||
%patch2
|
||||
sed -i "s:^\(GNC_DOC_INSTALL_DIR=\).*$:\1'%{_docdir}/%{name}':" configure.in
|
||||
# Potentially conflicts with pkg-config:
|
||||
rm macros/pkg.m4
|
||||
@@ -426,6 +428,7 @@ mkdir m4
|
||||
ACLOCAL="aclocal -I macros" autoreconf -f -i
|
||||
%configure\
|
||||
--disable-schemas-install\
|
||||
--with-qt3-wizard-package=aqbanking-qt3\
|
||||
--libexecdir=%{_prefix}/lib\
|
||||
--enable-sql\
|
||||
--enable-ofx\
|
||||
@@ -491,7 +494,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%files devel
|
||||
%defattr (-, root, root)
|
||||
%{_includedir}/gnucash
|
||||
|
||||
%changelog
|
||||
* Tue Nov 27 2007 - sbrabec@suse.cz
|
||||
- Report correct name of package containing qt3-wizard (#310886).
|
||||
* Thu Oct 11 2007 - sbrabec@suse.cz
|
||||
- Removed false dependency on g-wrap-devel (#331963).
|
||||
* Thu Aug 23 2007 - sbrabec@suse.cz
|
||||
|
Reference in New Issue
Block a user