fix icon corruption
This commit is contained in:
parent
b31d8c6e60
commit
0a8826b2d7
@ -1,6 +1,6 @@
|
||||
Name: clutter
|
||||
Version: 1.6.6
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Open Source software library for creating rich graphical user interfaces
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -9,6 +9,9 @@ URL: http://www.clutter-project.org/
|
||||
#VCS: git://git.clutter-project.org/clutter#master
|
||||
Source0: http://www.clutter-project.org/sources/%{name}/1.6/%{name}-%{version}.tar.bz2
|
||||
|
||||
# upstream fix
|
||||
Patch0: texture-blending.patch
|
||||
|
||||
BuildRequires: glib2-devel mesa-libGL-devel pkgconfig pango-devel
|
||||
BuildRequires: cairo-gobject-devel gdk-pixbuf2-devel atk-devel
|
||||
BuildRequires: gobject-introspection-devel >= 0.9.6
|
||||
@ -53,6 +56,7 @@ This package contains documentation for clutter.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .texture-blending
|
||||
|
||||
%build
|
||||
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
|
||||
@ -101,6 +105,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
%{_datadir}/gtk-doc/html/cally
|
||||
|
||||
%changelog
|
||||
* Wed Mar 2 2011 Matthias Clasen <mclasen@redhat.com> - 1.6.6-2
|
||||
- Fix icon corruption in gnome-shell
|
||||
|
||||
* Mon Feb 21 2011 Peter Robinson <pbrobinson@gmail.com> - 1.6.6-1
|
||||
- Update to 1.6.6
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user