r14874 - gnucash/branches/2.0 - RPM Build Requires libtool-ltdl-devel. Fixes #355656. Back-ported from r14837.

Christian Stimming cstim at cvs.gnucash.org
Wed Sep 20 04:40:52 EDT 2006


Author: cstim
Date: 2006-09-20 04:40:50 -0400 (Wed, 20 Sep 2006)
New Revision: 14874
Trac: http://svn.gnucash.org/trac/changeset/14874

Modified:
   gnucash/branches/2.0/
   gnucash/branches/2.0/packaging/gnucash.spec.in
Log:
RPM Build Requires libtool-ltdl-devel. Fixes #355656. Back-ported from r14837.


Property changes on: gnucash/branches/2.0
___________________________________________________________________
Name: svk:merge
   - d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/branches/2.0:13189
   + d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk:13278

Modified: gnucash/branches/2.0/packaging/gnucash.spec.in
===================================================================
--- gnucash/branches/2.0/packaging/gnucash.spec.in	2006-09-19 19:02:51 UTC (rev 14873)
+++ gnucash/branches/2.0/packaging/gnucash.spec.in	2006-09-20 08:40:50 UTC (rev 14874)
@@ -7,7 +7,9 @@
 %define _with_ofx 0
 %define _with_hbci 0
 
-%define fc_rel %(rpm -q --queryformat='%{VERSION}' fedora-release)
+# The --whatprovides redhat-release lets us work on RHEL as well as FC
+# Granted, it will look weird, but at least it wont fail outright.
+%define fc_rel %(rpm -q --queryformat='%{VERSION}' --whatprovides redhat-release)
 %define version @-VERSION-@
 %define __libtoolize /bin/true
 
@@ -48,6 +50,7 @@
 BuildRequires: 	bzip2-devel, expat-devel, guile-devel
 BuildRequires: 	libglade2-devel, libgsf-devel
 BuildRequires: 	libjpeg-devel, openssl-devel
+BuildRequires:  libtool-ltdl-devel
 
 %description
 GnuCash is a personal finance manager. A check-book like



More information about the gnucash-changes mailing list