1.6.8
This commit is contained in:
parent
0a8826b2d7
commit
82c612bf8e
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@ clutter-1.2.10.tar.bz2
|
||||
/clutter-1.6.2.tar.bz2
|
||||
/clutter-1.6.4.tar.bz2
|
||||
/clutter-1.6.6.tar.bz2
|
||||
/clutter-1.6.8.tar.bz2
|
||||
|
11
clutter.spec
11
clutter.spec
@ -1,6 +1,6 @@
|
||||
Name: clutter
|
||||
Version: 1.6.6
|
||||
Release: 2%{?dist}
|
||||
Version: 1.6.8
|
||||
Release: 1%{?dist}
|
||||
Summary: Open Source software library for creating rich graphical user interfaces
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -9,9 +9,6 @@ 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
|
||||
@ -56,7 +53,6 @@ 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;
|
||||
@ -105,6 +101,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
%{_datadir}/gtk-doc/html/cally
|
||||
|
||||
%changelog
|
||||
* Mon Mar 7 2011 Matthias Clasen <mclasen@redhat.com> - 1.6.8-1
|
||||
- Update to 1.6.8
|
||||
|
||||
* Wed Mar 2 2011 Matthias Clasen <mclasen@redhat.com> - 1.6.6-2
|
||||
- Fix icon corruption in gnome-shell
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user