]> git.pld-linux.org Git - packages/gnucash.git/commitdiff
- Updated to 1.6.4.
authormkochano <mkochano@pld-linux.org>
Thu, 4 Oct 2001 22:40:59 +0000 (22:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- Commented out ac/am rebuild stuff. It doesn't work with 2.5x.
- Use %%configure2_13.

Changed files:
    gnucash.spec -> 1.29

gnucash.spec

index 552f548e2e7674a3204aad0afbe619f72c4678d7..a4f3883c0b7f2b79bbe7cf67cd2421435b0bbdac 100644 (file)
@@ -2,7 +2,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.2
+Version:       1.6.4
 Release:       1
 License:       GPL
 Group:         X11/Applications
@@ -59,15 +59,15 @@ o prostocie i 
 %setup -q
 
 %build
-rm -f missing src/guile/Makefile.in
-aclocal -I ./macros
-libtoolize --copy --force
-automake -a -c
-autoconf
+#rm -f missing src/guile/Makefile.in
+#aclocal -I ./macros
+#libtoolize --copy --force
+#automake -a -c
+#autoconf
 
 CFLAGS='%{rpmcflags} -L/usr/X11R6/lib -I/usr/X11R6/include'
 export CFLAGS
-%configure
+%configure2_13
 
 %{__make}
 
This page took 0.04305 seconds and 4 git commands to generate.