diff --git a/clutter.spec b/clutter.spec index d75f381..9c13044 100644 --- a/clutter.spec +++ b/clutter.spec @@ -3,11 +3,6 @@ Version: 1.13.6 Release: 1%{?dist} Summary: Open Source software library for creating rich graphical user interfaces -# https://bugzilla.gnome.org/show_bug.cgi?id=692707 -Patch0: oob-device-fix.patch -# https://bugzilla.gnome.org/show_bug.cgi?id=692466 -Patch1: clutter-1.13.4-xi23.patch - Group: Development/Libraries License: LGPLv2+ URL: http://www.clutter-project.org/ @@ -69,8 +64,6 @@ This package contains documentation for clutter. %prep %setup -q -%patch0 -p1 -%patch1 -p1 -b .xi23 %build (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;