]> git.pld-linux.org Git - packages/gnucash.git/commitdiff
- added guile_1_4_1 patch, works with it now
authorfilon <filon@sokrates.mimuw.edu.pl>
Tue, 21 May 2002 05:15:09 +0000 (05:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- works with g-wrap 1.2.1 (really, there is no need using old developemnet version
  1.1.10, 1.2.x is a stable branch for use in gnucash)
- release 1

Changed files:
    gnucash.spec -> 1.57

gnucash.spec

index d065925c2221159900da3973ee41a1e546f43d1e..9fce2fd66b13251da81a09bba2e8a496391f80d4 100644 (file)
@@ -4,7 +4,7 @@ Summary(pl):    GnuCash - aplikacja do zarz
 Summary(pt_BR):        O GnuCash é uma aplicação para acompanhamento de suas finanças
 Name:          gnucash
 Version:       1.6.6
-Release:       0.1
+Release:       1
 License:       GPL
 Group:         X11/Applications
 Source0:       http://www.gnucash.org/pub/gnucash/sources/stable/%{name}-%{version}.tar.gz
@@ -13,6 +13,7 @@ Patch0:               %{name}-am15.patch
 Patch1:                %{name}-info.patch
 Patch2:                %{name}-ignore_db1.patch
 Patch3:                %{name}-libxml_includes_dir.patch
+Patch4:                %{name}-guile_1_4_1.patch
 URL:           http://www.gnucash.org/
 BuildRequires: GConf-devel
 BuildRequires: Guppi-devel
@@ -75,6 +76,7 @@ livros balanceados.
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 rm -f missing src/guile/Makefile.in
@@ -83,11 +85,6 @@ aclocal -I %{_aclocaldir}/gnome
 autoconf
 automake -a -c -f
 
-## Kloczek, dont touch this!
-#CFLAGS='%{rpmcflags} -I/usr/X11R6/include'
-#LDFLAGS='%{rpmldflags} -ldb3'
-#export CFLAGS LDFLAGS
-
 %configure \
        --disable-prefer-db1
 
This page took 0.068193 seconds and 4 git commands to generate.