]> git.pld-linux.org Git - packages/gnucash.git/commitdiff
- removed outdated am15,ignore_db1,libxml_includes_dir,guile_1_4_1 patches
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 28 Mar 2005 15:18:22 +0000 (15:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rebuild ac/am/lt to get working libtool on newer archs (incl. amd64)

Changed files:
    gnucash.spec -> 1.80

gnucash.spec

index 9a14a390422d686af73dfe9859bad316a62a64d8..29ab853913cb8a4bfaea0284c84c6f93984be0ef 100644 (file)
@@ -14,12 +14,7 @@ Group:               X11/Applications
 Source0:       http://www.gnucash.org/pub/gnucash/sources/stable/%{name}-%{version}.tar.gz
 # Source0-md5: 62f94331936e37ed1b1d28b5a1863bb3
 Source1:       %{name}-icon.png
-Patch0:                %{name}-info.patch
-Patch1:                %{name}-am15.patch
-Patch2:                %{name}-ignore_db1.patch
-Patch3:                %{name}-libxml_includes_dir.patch
-Patch4:                %{name}-guile_1_4_1.patch
-Patch5:                %{name}-types.patch
+Patch1:                %{name}-types.patch
 URL:           http://www.gnucash.org/
 BuildRequires: GConf-devel
 BuildRequires: Guppi-devel >= 0.35.5
@@ -85,25 +80,22 @@ livros balanceados.
 %prep
 %setup -q
 %patch0 -p1
-#%patch1 -p1
-#%patch2 -p1
-#%patch3 -p1
-#%patch4 -p1
-%patch5 -p1
+%patch1 -p1
+
+# kill outdated libtool macros
+tail -n +3907 acinclude.m4 > acinclude.tmp
+mv -f acinclude.tmp acinclude.m4
 
 %build
-#rm -f src/guile/Makefile.in
-#%{__libtoolize}
-#%{__aclocal} -I %{_aclocaldir}/gnome
-#%{__autoconf}
-#%{__automake}
-
-#export CPPFLAGS="%{rpmcflags} -I%{_prefix}/include"
-cp -f /usr/share/automake/config.* .
-%configure2_13 \
+%{__gettextize}
+%{__libtoolize}
+%{__aclocal} -I %{_aclocaldir}/gnome -I macros
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+
+%configure \
        --disable-prefer-db1
-#      --enable-hbci
-#      --enable-ofx
 
 %{__make}
 
This page took 0.206472 seconds and 4 git commands to generate.