- Update to 0.10.4
This commit is contained in:
parent
36582a1e41
commit
3330bb08c5
@ -1 +1 @@
|
||||
clutter-gtk-0.10.2.tar.bz2
|
||||
clutter-gtk-0.10.4.tar.bz2
|
||||
|
@ -1,7 +1,7 @@
|
||||
%define clutter_version 0.10
|
||||
|
||||
Name: clutter-gtk
|
||||
Version: 0.10.2
|
||||
Version: 0.10.4
|
||||
Release: 1%{?dist}
|
||||
Summary: A basic GTK clutter widget
|
||||
|
||||
@ -11,7 +11,10 @@ URL: http://www.clutter-project.org
|
||||
Source0: http://www.clutter-project.org/sources/%{name}/%{clutter_version}/%{name}-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: gtk2-devel clutter-devel
|
||||
BuildRequires: gtk2-devel
|
||||
BuildRequires: clutter-devel
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: gir-repository-devel
|
||||
|
||||
%description
|
||||
This allows clutter to be embedded in GTK applications.
|
||||
@ -35,7 +38,7 @@ clutter-gtk
|
||||
|
||||
%build
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
make %{?_smp_mflags} V=1
|
||||
|
||||
|
||||
%install
|
||||
@ -66,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_includedir}/clutter-1.0/clutter-gtk
|
||||
|
||||
%changelog
|
||||
* Sun Mar 21 2010 Peter Robinson <pbrobinson@gmail.com> 0.10.4-1
|
||||
- Update to 0.10.4
|
||||
|
||||
* Wed Jul 29 2009 Bastien Nocera <bnocera@redhat.com> 0.10.2-1
|
||||
- Update to 0.10.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user