[clutter-sharp] Add compile fix patches to spec file

chkr chkr at fedoraproject.org
Mon Nov 1 00:21:40 UTC 2010


commit 596d00c9711b8ef5dc5d424899dcde525b8446a0
Author: Christian Krause <chkr at fedoraproject.org>
Date:   Mon Nov 1 01:19:06 2010 +0100

    Add compile fix patches to spec file

 clutter-sharp.spec |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/clutter-sharp.spec b/clutter-sharp.spec
index 4a0b4d7..393e6b8 100644
--- a/clutter-sharp.spec
+++ b/clutter-sharp.spec
@@ -11,6 +11,8 @@ Source0: %{name}-%{gitdate}.tar.bz2
 # based on libdrm's make-git-snapshot.sh 
 # sh clutter-sharp-make-git-snapshot.sh <gitcommit> <gitdate>
 Source1: clutter-sharp-make-git-snapshot.sh
+Patch0: clutter-sharp-20090828-clutter-gtk.patch
+Patch1: clutter-sharp-20090828-initialization-fix.patch
 License: MIT
 Group: System Environment/Libraries
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -43,6 +45,8 @@ to clutter.
 
 %prep
 %setup -q -n %{name}-%{gitdate}
+%patch0 -p1 -b clutter-gtk-fix
+%patch1 -p1 -b init-fix
 
 sed -i -e 's!$(prefix)/lib!%{_libdir}/!' glib/Makefile.am
 sed -i -e 's!$(prefix)/lib!%{_libdir}/!' clutter/Makefile.am
@@ -77,6 +81,7 @@ rm -rf %{buildroot}
 %changelog
 * Sun Oct 31 2010 Christian Krause <chkr at fedoraproject.org> - 0-0.9.20090828
 - Rebuilt for Mono 2.8
+- Add two compile fix patches
 
 * Wed Aug 18 2010 Christian Krause <chkr at fedoraproject.org> - 0-0.8.20090828
 - Fix libdir path in %%{_libdir}/pkgconfig/*.pc


More information about the scm-commits mailing list