[clutter-gtk010] fix build

Peter Robinson pbrobinson at fedoraproject.org
Thu Oct 13 10:59:42 UTC 2011


commit faa03a66d574d001d455bc6306e2ac405f31c6e4
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Thu Oct 13 11:59:40 2011 +0100

    fix build

 clutter-gtk-fixdso.patch |   11 +++++++++++
 clutter-gtk010.spec      |   17 +++++++++++------
 2 files changed, 22 insertions(+), 6 deletions(-)
---
diff --git a/clutter-gtk-fixdso.patch b/clutter-gtk-fixdso.patch
new file mode 100644
index 0000000..39de1e5
--- /dev/null
+++ b/clutter-gtk-fixdso.patch
@@ -0,0 +1,11 @@
+--- clutter-gtk-0.10.8/examples/Makefile.in.orig	2011-10-13 11:12:09.923671322 +0100
++++ clutter-gtk-0.10.8/examples/Makefile.in	2011-10-13 11:12:31.159673040 +0100
+@@ -161,7 +161,7 @@
+ INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
+ INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
+ LD = @LD@
+-LDFLAGS = @LDFLAGS@
++LDFLAGS = @LDFLAGS@ -lm
+ LIBOBJS = @LIBOBJS@
+ LIBS = @LIBS@
+ LIBTOOL = @LIBTOOL@
diff --git a/clutter-gtk010.spec b/clutter-gtk010.spec
index 36cfb19..dea4587 100644
--- a/clutter-gtk010.spec
+++ b/clutter-gtk010.spec
@@ -2,13 +2,14 @@
 
 Name:           clutter-gtk010
 Version:        0.10.8
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        A basic GTK2 clutter widget
 
 Group:          Development/Languages
 License:        LGPLv2+
 URL:            http://www.clutter-project.org
 Source0:        http://www.clutter-project.org/sources/clutter-gtk/%{clutter_version}/clutter-gtk-%{version}.tar.bz2
+Patch0:		clutter-gtk-fixdso.patch
 
 BuildRequires:  gtk2-devel
 BuildRequires:  clutter-devel       
@@ -33,6 +34,7 @@ package %{name}.
 
 %prep
 %setup -q -n clutter-gtk-%{version}
+%patch0 -p1 -b .fixdso
 
 %build
 %configure --enable-introspection=no
@@ -62,32 +64,35 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
 %exclude %{_datadir}/gtk-doc/html/clutter-gtk
 
 %changelog
+* Thu Oct 13 2011 Peter Robinson <pbrobinson at fedoraproject.org> - 0.10.8-5
+- Fix build
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.10.8-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
-* Mon Jan 24 2011 Peter Robinson <pbrobinson at gmail.com> 0.10.8-3
+* Mon Jan 24 2011 Peter Robinson <pbrobinson at fedoraproject.org> 0.10.8-3
 - Duplicate package to clutter-gtk010 for compat with gtk2 apps
 
-* Sun Nov  7 2010 Peter Robinson <pbrobinson at gmail.com> 0.10.8-2
+* Sun Nov  7 2010 Peter Robinson <pbrobinson at fedoraproject.org> 0.10.8-2
 - Move .gir to devel where it should be - fixes 650231
 
 * Tue Oct 05 2010 jkeating - 0.10.8-1.1
 - Rebuilt for gcc bug 634757
 
-* Fri Sep 24 2010 Peter Robinson <pbrobinson at gmail.com> 0.10.8-1
+* Fri Sep 24 2010 Peter Robinson <pbrobinson at fedoraproject.org> 0.10.8-1
 - Update to 0.10.8
 
 * Thu Jul 15 2010 Colin Walters <walters at verbum.org> - 0.10.4-5
 - Rebuild with new gobject-introspection
 - Drop gir-repository-devel
 
-* Mon May  3 2010 Peter Robinson <pbrobinson at gmail.com> 0.10.4-3
+* Mon May  3 2010 Peter Robinson <pbrobinson at fedoraproject.org> 0.10.4-3
 - cleanup removal of libtool archives
 
 * Wed Mar 24 2010 Bastien Nocera <bnocera at redhat.com> 0.10.4-2
 - Move the API docs to -devel
 
-* Sun Mar 21 2010 Peter Robinson <pbrobinson at gmail.com> 0.10.4-1
+* Sun Mar 21 2010 Peter Robinson <pbrobinson at fedoraproject.org> 0.10.4-1
 - Update to 0.10.4
 
 * Wed Jul 29 2009 Bastien Nocera <bnocera at redhat.com> 0.10.2-1


More information about the scm-commits mailing list