Update to 0.8.0
This commit is contained in:
parent
81a68450fe
commit
709280c0eb
@ -1 +1 @@
|
||||
clutter-0.6.4.tar.gz
|
||||
clutter-0.8.0.tar.gz
|
||||
|
21
clutter-0.8.0-clutter-fixed.patch
Normal file
21
clutter-0.8.0-clutter-fixed.patch
Normal file
@ -0,0 +1,21 @@
|
||||
diff -up clutter-0.8.0/clutter/clutter-fixed.c.orig clutter-0.8.0/clutter/clutter-fixed.c
|
||||
--- clutter-0.8.0/clutter/clutter-fixed.c.orig 2008-09-06 16:37:07.000000000 -0300
|
||||
+++ clutter-0.8.0/clutter/clutter-fixed.c 2008-09-06 16:37:27.000000000 -0300
|
||||
@@ -23,6 +23,8 @@
|
||||
* Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
+#define G_IMPLEMENT_INLINES
|
||||
+
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
@@ -30,7 +32,6 @@
|
||||
#include <glib-object.h>
|
||||
#include <gobject/gvaluecollector.h>
|
||||
|
||||
-#define G_IMPLEMENTS_INLINES
|
||||
#include "clutter-fixed.h"
|
||||
#include "clutter-private.h"
|
||||
|
||||
diff -up clutter-0.8.0/clutter/clutter-fixed.h.orig clutter-0.8.0/clutter/clutter-fixed.h
|
33
clutter.spec
33
clutter.spec
@ -1,16 +1,17 @@
|
||||
Name: clutter
|
||||
Version: 0.6.4
|
||||
Version: 0.8.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Open Source software library for creating rich graphical user interfaces
|
||||
|
||||
Group: Development/Libraries
|
||||
License: LGPLv2+
|
||||
URL: http://www.clutter-project.org/
|
||||
Source0: http://www.clutter-project.org/sources/%{name}/0.6/%{name}-%{version}.tar.gz
|
||||
Source0: http://www.clutter-project.org/sources/%{name}/0.8/%{name}-%{version}.tar.gz
|
||||
Patch0: clutter-0.8.0-clutter-fixed.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: glib2-devel mesa-libGL-devel gtk2-devel
|
||||
BuildRequires: pkgconfig pango-devel
|
||||
BuildRequires: glib2-devel mesa-libGL-devel gtk2-devel pkgconfig pango-devel
|
||||
BuildRequires: libXdamage-devel gettext gtk-doc
|
||||
|
||||
%description
|
||||
Clutter is an open source software library for creating fast,
|
||||
@ -29,16 +30,14 @@ Requires: mesa-libGL-devel
|
||||
Header files and libraries for building a extension library for the
|
||||
clutter
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%patch0 -p1 -b .orig
|
||||
|
||||
%build
|
||||
%configure
|
||||
%configure --enable-gtk-doc
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
#make DESTDIR=$RPM_BUILD_ROOT install
|
||||
@ -54,20 +53,24 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS ChangeLog COPYING NEWS README
|
||||
%exclude %{_libdir}/*.la
|
||||
%{_libdir}/libclutter-glx-0.6.so.0
|
||||
%{_libdir}/libclutter-glx-0.6.so.0.*
|
||||
|
||||
%{_libdir}/libclutter-glx-0.8.so.0
|
||||
%{_libdir}/libclutter-glx-0.8.so.0.*
|
||||
|
||||
%files devel
|
||||
%defattr(-, root, root)
|
||||
%{_includedir}/*
|
||||
%{_libdir}/libclutter-glx-0.6.so
|
||||
%{_libdir}/pkgconfig/clutter-0.6.pc
|
||||
%{_libdir}/pkgconfig/clutter-glx-0.6.pc
|
||||
%{_libdir}/pkgconfig/clutter-x11-0.6.pc
|
||||
%{_libdir}/libclutter-glx-0.8.so
|
||||
%{_libdir}/pkgconfig/clutter-0.8.pc
|
||||
%{_libdir}/pkgconfig/clutter-glx-0.8.pc
|
||||
%{_libdir}/pkgconfig/clutter-x11-0.8.pc
|
||||
%{_datadir}/gtk-doc/html/clutter
|
||||
%exclude %{_datadir}/gtk-doc/html/cogl
|
||||
|
||||
%changelog
|
||||
|
||||
* Sat Sep 6 2008 Allisson Azevedo <allisson@gmail.com> 0.8.0-1
|
||||
- Update to 0.8.0
|
||||
|
||||
* Sat Jun 14 2008 Allisson Azevedo <allisson@gmail.com> 0.6.4-1
|
||||
- Update to 0.6.4
|
||||
|
||||
|
@ -1 +1,2 @@
|
||||
clutter-0_6_4-1_fc9:HEAD:clutter-0.6.4-1.fc9.src.rpm:1213453978
|
||||
clutter-0_8_0-1_fc9:HEAD:clutter-0.8.0-1.fc9.src.rpm:1220760678
|
||||
|
Loading…
Reference in New Issue
Block a user