[libgda/f16] Revert "add -lm to makefile"

Haïkel Guémar hguemar at fedoraproject.org
Thu Oct 20 05:46:12 UTC 2011


commit 96c6fd6c49ffa262a4c69ce5073963a80f22099b
Author: Haïkel Guémar <hguemar at fedoraproject.org>
Date:   Thu Oct 20 07:35:03 2011 +0200

    Revert "add -lm to makefile"
    
    This reverts commit 62fb9542392253ed166536be7ca1cec406caec6a.

 libgda-4.2.9-lm.patch |   28 ----------------------------
 libgda.spec           |    8 +++-----
 2 files changed, 3 insertions(+), 33 deletions(-)
---
diff --git a/libgda.spec b/libgda.spec
index 97ff4f1..d2f0825 100644
--- a/libgda.spec
+++ b/libgda.spec
@@ -25,11 +25,10 @@ Summary:          Library for writing gnome database programs
 Group:            System Environment/Libraries
 License:          LGPLv2+
 URL:              http://www.gnome-db.org/
-Source:           http://ftp.gnome.org/pub/GNOME/sources/%{name}/4.0/%{name}-%{version}.tar.xz
+Source:           http://ftp.gnome.org/pub/GNOME/sources/%{name}/4.0/%{name}-%{version}.tar.bz2
 Patch1:           libgda-3.0.0-man.patch
 Patch2:           libgda-3.99.8-lib64.patch
 Patch3:           libgda-4.2.4-sqlite3.patch
-Patch4:           libgda-4.2.9-lm.patch
 BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:    pkgconfig >= 0.8
 BuildRequires:    glib2-devel >= 2.16
@@ -42,7 +41,7 @@ BuildRequires:	  iso-codes >= 3.15
 BuildRequires:    libxslt-devel >= 1.0.9
 BuildRequires:    sqlite-devel >= 3.6.0
 BuildRequires:    gamin-devel >= 0.1.8
-BuildRequires:    libtool automake autoconf
+BuildRequires:    libtool
 BuildRequires:    gobject-introspection-devel >= 0.6.5
 BuildRequires:    libxml2-devel readline-devel db4-devel json-glib-devel
 BuildRequires:    gtk-doc scrollkeeper intltool gettext flex bison perl(XML::Parser)
@@ -269,9 +268,8 @@ This package includes the pkgconfig file for the libgda Java JDBC provider.
 %patch1 -p1 -b .man
 %patch2 -p1 -b .lib64
 %patch3 -p1 -b .sqlite3
-%patch4 -p1 -b .lm
 # need to reconfigure autotools scripts against newer toolchain
-autoreconf -fi
+#autoreconf -fi
 
 
 %build


More information about the scm-commits mailing list