]> git.pld-linux.org Git - packages/gnucash.git/commitdiff
- Release 2.
authormkochano <mkochano@pld-linux.org>
Tue, 27 Nov 2001 21:16:02 +0000 (21:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- s/BuildRequires: db1-devel/BuildRequires: db3-devel/. It can be linked
  with db3 if it was compiled with --enable-compat185 (and it is in
  PLD).
- Removed BuildRequires: readline-devel (moved to guile).
- Removed BuildRequires: python-devel (moved to Guppi).
- Removed BuildRequires: libwrap-devel (it is already in ORBit-devel).
- -ldb3 added to CFLAGS, so it will link with db3.

Changed files:
    gnucash.spec -> 1.31

gnucash.spec

index 833ec5d131ab3e0b378d53610c9fd4ff7745f8ea..41fe7099d941107c501ace6c39ab0b45cb882891 100644 (file)
@@ -3,7 +3,7 @@ Summary:        GnuCash is an application to keep track of your finances
 Summary(pl):   GnuCash - aplikacja do zarzĀ±dzania twoimi finansami
 Name:          gnucash
 Version:       1.6.4
-Release:       1
+Release:       2
 License:       GPL
 Group:         X11/Applications
 Group(de):     X11/Applikationen
@@ -17,7 +17,7 @@ Requires:     perl
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: bonobo-devel
-BuildRequires: db1-devel
+BuildRequires: db3-devel
 BuildRequires: gal-devel
 BuildRequires: gdk-pixbuf-devel
 BuildRequires: gettext-devel
@@ -32,10 +32,6 @@ BuildRequires:       libghttp-devel
 BuildRequires: libglade-devel
 BuildRequires: libtool
 BuildRequires: libxml-devel
-# Test for Guppi needs it
-BuildRequires: readline-devel
-BuildRequires: python-devel
-BuildRequires: libwrap-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define         _prefix                /usr/X11R6
@@ -65,7 +61,7 @@ o prostocie i 
 #automake -a -c
 #autoconf
 
-CFLAGS='%{rpmcflags} -L/usr/X11R6/lib -I/usr/X11R6/include'
+CFLAGS='%{rpmcflags} -L/usr/X11R6/lib -I/usr/X11R6/include -ldb3'
 export CFLAGS
 %configure2_13
 
This page took 0.029088 seconds and 4 git commands to generate.