This commit is contained in:
Matthias Clasen 2011-11-24 00:06:19 -05:00
parent 1061e9bda5
commit 92d2a80578
3 changed files with 13 additions and 10 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@ clutter-gtk-0.10.4.tar.bz2
/clutter-gtk-1.0.0.tar.bz2
/clutter-gtk-1.0.2.tar.xz
/clutter-gtk-1.0.4.tar.xz
/clutter-gtk-1.1.2.tar.xz

View File

@ -1,24 +1,24 @@
%define clutter_version 1.0
%define clutter_version 1.1
Name: clutter-gtk
Version: 1.0.4
Version: 1.1.2
Release: 1%{?dist}
Summary: A basic GTK clutter widget
Group: Development/Languages
License: LGPLv2+
URL: http://www.clutter-project.org
Source0: http://www.clutter-project.org/sources/%{name}/1.0/%{name}-%{version}.tar.xz
Source0: http://www.clutter-project.org/sources/%{name}/1.1/%{name}-%{version}.tar.xz
Patch0: clutter-gtk-fixdso.patch
BuildRequires: gtk3-devel >= 3.0.0
BuildRequires: clutter-devel
BuildRequires: clutter-devel >= 1.9
BuildRequires: gobject-introspection-devel
%description
This allows clutter to be embedded in GTK applications.
We hope with further work in the future clutter-gtk will
also allow the reverse, namely embedding GTK in Clutter
clutter-gtk is a library which allows the embedding of a Clutter
canvas (or "stage") into a GTK+ application, as well as embedding
GTK+ widgets inside the stage.
%package devel
Summary: Clutter-gtk development environment
@ -28,12 +28,11 @@ Requires: gtk3-devel clutter-devel
%description devel
Header files and libraries for building a extension library for the
clutter-gtk
clutter-gtk.
%prep
%setup -q
#%patch0 -p1 -b .fixdso
%build
@ -65,6 +64,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
%{_datadir}/gtk-doc/html/clutter-gtk-1.0
%changelog
* Thu Nov 24 2011 Matthias Clasen <mclasen@redhat.com> - 1.1.2-1
- Update to 1.1.2
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 1.0.4-1
- Update to 1.0.4

View File

@ -1 +1 @@
e85705bdd9a74ae12d4c2713e98d421b clutter-gtk-1.0.4.tar.xz
e3a13273dd3ba8d8dc79918ec7c1e31c clutter-gtk-1.1.2.tar.xz