rpms/libgnomecanvas/devel libgnomecanvas-libs.patch, 1.1, 1.2 libgnomecanvas.spec, 1.55, 1.56

Matthias Clasen mclasen at fedoraproject.org
Sun Feb 14 04:09:07 UTC 2010


Author: mclasen

Update of /cvs/pkgs/rpms/libgnomecanvas/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28728

Modified Files:
	libgnomecanvas-libs.patch libgnomecanvas.spec 
Log Message:
Make ld happy


libgnomecanvas-libs.patch:
 configure |    2 ++
 1 file changed, 2 insertions(+)

Index: libgnomecanvas-libs.patch
===================================================================
RCS file: /cvs/pkgs/rpms/libgnomecanvas/devel/libgnomecanvas-libs.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- libgnomecanvas-libs.patch	14 Feb 2010 03:55:39 -0000	1.1
+++ libgnomecanvas-libs.patch	14 Feb 2010 04:09:06 -0000	1.2
@@ -1,11 +1,12 @@
-diff -up libgnomecanvas-2.26.0/configure.in.libs libgnomecanvas-2.26.0/configure.in
---- libgnomecanvas-2.26.0/configure.in.libs	2010-02-13 22:45:28.642364057 -0500
-+++ libgnomecanvas-2.26.0/configure.in	2010-02-13 22:48:05.209114546 -0500
-@@ -89,6 +89,7 @@ CANVAS_MODULES="dnl
-   pangoft2 >= pango_required_version"
- PKG_PROG_PKG_CONFIG([0.18])
- PKG_CHECK_MODULES(LIBGNOMECANVAS, $CANVAS_MODULES)
-+LIBGNOMECANVAS_LIBS="$LIBGNOMECANVAS_LIBS -lm"
+diff -up libgnomecanvas-2.26.0/configure.libs libgnomecanvas-2.26.0/configure
+--- libgnomecanvas-2.26.0/configure.libs	2010-02-13 23:05:13.777363452 -0500
++++ libgnomecanvas-2.26.0/configure	2010-02-13 23:06:40.070111238 -0500
+@@ -23837,6 +23837,8 @@ $as_echo "yes" >&6; }
+ 	:
+ fi
  
++LIBGNOMECANVAS_LIBS="$LIBGNOMECANVAS_LIBS -lm"
++
  if test "$enable_maintainer_mode" = "yes"; then
  	LIBGNOMECANVAS_DEPRECATED_CFLAGS="-DG_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES"
+ 


Index: libgnomecanvas.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libgnomecanvas/devel/libgnomecanvas.spec,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -p -r1.55 -r1.56
--- libgnomecanvas.spec	14 Feb 2010 03:52:12 -0000	1.55
+++ libgnomecanvas.spec	14 Feb 2010 04:09:06 -0000	1.56
@@ -22,7 +22,6 @@ BuildRequires: libglade2-devel >= %{libg
 BuildRequires: gail-devel >= %{gail_version}
 BuildRequires: libtool gettext
 BuildRequires: intltool
-BuildRequires: autoconf automake libtool
 
 %description
 The canvas widget allows you to create custom displays using stock items
@@ -53,8 +52,6 @@ Tk canvas widget but has evolved quite a
 %setup -q
 %patch0 -p1 -b .libs
 
-autoreconf -i -f
-
 %build
 export CFLAGS=$(echo $RPM_OPT_FLAGS |sed -e 's/O2/O1/g')
 %configure --disable-gtk-doc



More information about the scm-commits mailing list