Name: clutter Version: 1.2.10 Release: 2%{?dist} Summary: Open Source software library for creating rich graphical user interfaces Group: Development/Libraries License: LGPLv2+ URL: http://www.clutter-project.org/ #VCS: git://git.clutter-project.org/clutter#clutter-1.2 Source0: http://www.clutter-project.org/sources/%{name}/1.2/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # http://bugzilla.openedhand.com/show_bug.cgi?id=2100 Patch0: Use-a-native-format-for-atlas-textures.patch BuildRequires: glib2-devel mesa-libGL-devel gtk2-devel pkgconfig pango-devel BuildRequires: gobject-introspection-devel >= 0.6.4 BuildRequires: json-glib-devel BuildRequires: libXdamage-devel gettext gtk-doc # Bootstrap requirements BuildRequires: gtk-doc BuildRequires: automake autoconf libtool Requires: gobject-introspection %description Clutter is an open source software library for creating fast, visually rich graphical user interfaces. The most obvious example of potential usage is in media center type applications. We hope however it can be used for a lot more. %package devel Summary: Clutter development environment Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: pkgconfig glib2-devel pango-devel fontconfig-devel gtk2-devel Requires: mesa-libGL-devel Requires: gobject-introspection-devel %description devel Header files and libraries for building a extension library for the clutter %package doc Summary: Documentation for %{name} Group: Documentation Requires: %{name} = %{version}-%{release} %description doc Clutter is an open source software library for creating fast, visually rich graphical user interfaces. The most obvious example of potential usage is in media center type applications. We hope however it can be used for a lot more. This package contains documentation for clutter. %prep %setup -q %patch0 -p1 -b .atlas-textures %build (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi; %configure $CONFIGFLAGS \ --enable-xinput # clutter git ships with some magic to put the git log in shipped tarballs # which gets listed in files; don't blow up if it's missing if ! test -f ChangeLog; then echo "Created from snapshot" > ChangeLog fi ) make %{?_smp_mflags} V=1 %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} INSTALL='install -p' #Remove libtool archives. find %{buildroot} -name '*.la' -exec rm -f {} ';' %clean rm -rf %{buildroot} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) %doc AUTHORS COPYING NEWS README %{_libdir}/*.so.0 %{_libdir}/*.so.0.* %{_libdir}/girepository-1.0/*.typelib %files devel %defattr(-, root, root) %doc ChangeLog %{_includedir}/* %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc %{_datadir}/gir-1.0/*.gir %files doc %defattr(-, root, root) %{_datadir}/gtk-doc/html/clutter %{_datadir}/gtk-doc/html/cogl %changelog * Mon Jul 12 2010 Colin Walters - 1.2.10-2 - Rebuild against new gobject-introspection * Sun Jul 11 2010 Peter Robinson 1.2.10-1 - Update to new upstream stable 1.2.10 release * Tue Jul 6 2010 Colin Walters - 1.2.8-4 - Changes to support git snapshot builds * Thu Jul 1 2010 Mamoru Tasaka - 1.2.8-3 - Rebuild for "Incompatible version 1.0 (supported: 1.1)" for introspection file * Thu Jun 10 2010 Colin Walters 1.2.8-2 - Drop gir-repository dependency, we don't need it anymore * Sat May 15 2010 Peter Robinson 1.2.8-1 - Update to new upstream stable 1.2.8 release - Drop upstreamed patches * Fri Apr 30 2010 Owen Taylor 1.2.6-1 - Update to new upstream stable 1.2.6 release - Work around Radeon driver problem with color channel confusion. - Fix Mutter not seeing BufferSwapComplete events and freezing - Remove incorrect warning message about BufferSwapComplete events * Tue Mar 20 2010 Peter Robinson 1.2.4-1 - Update to new upstream stable 1.2.4 release * Mon Mar 15 2010 Peter Robinson 1.2.2-1 - Update to new upstream stable 1.2.2 release * Tue Mar 2 2010 Peter Robinson 1.2.0-1 - Update to new upstream stable 1.2.0 release * Sun Feb 28 2010 Peter Robinson 1.1.14-1 - Update to 1.1.14 * Wed Feb 11 2010 Peter Robinson 1.1.10-2 - Add patch to fix 64bit build * Wed Feb 11 2010 Peter Robinson 1.1.10-1 - Update to 1.1.10 * Thu Feb 4 2010 Peter Robinson 1.1.6-1 - Update to 1.1.6 * Thu Jan 7 2010 Peter Robinson 1.0.8-2 - A few minor spec cleanups * Mon Jan 4 2010 Peter Robinson 1.0.8-1 - Update to 1.0.8 * Tue Sep 22 2009 Bastien Nocera 1.0.6-1 - Update to 1.0.6 * Sun Aug 30 2009 Owen Taylor - 1.0.4-1 - Update to 1.0.4, update gobject-introspection requirement * Fri Aug 14 2009 Bastien Nocera 1.0.2-1 - Update to 1.0.2 * Sun Aug 1 2009 Matthias Clasen 1.0.0-4 - Move ChangeLog to -devel to save some space * Fri Jul 31 2009 Matthias Clasen 1.0.0-3 - Drop the gir-repository-devel dep, which pulls a bunch of -devel onto the live cd * Wed Jul 29 2009 Bastien Nocera 1.0.0-1 - Update to 1.0.0 * Tue Jul 28 2009 Itamar Reis Peixoto - 0.9.8-3 - fix bz #507389 * Fri Jul 24 2009 Fedora Release Engineering - 0.9.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Fri Jul 17 2009 Bastien Nocera 0.9.8-1 - Update to 0.9.8 * Fri Jul 17 2009 Bastien Nocera 0.9.6-2 - Patch from Owen Taylor to add gobject- introspection support to clutter (#512260) * Fri Jul 10 2009 Bastien Nocera 0.9.6-1 - Update to 0.9.6 * Sat Jun 20 2009 Bastien Nocera 0.9.4-1 - Update to 0.9.4 * Mon May 18 2009 Bastien Nocera 0.9.2-1 - Update to 0.9.2 * Tue Feb 24 2009 Fedora Release Engineering - 0.8.6-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Wed Jan 21 2009 Allisson Azevedo 0.8.6-3 - Remove noarch from doc subpackage * Wed Jan 21 2009 Allisson Azevedo 0.8.6-2 - Added gtk-doc for cogl - Created doc subpackage * Wed Jan 21 2009 Allisson Azevedo 0.8.6-1 - Update to 0.8.6 * Mon Oct 6 2008 Allisson Azevedo 0.8.2-1 - Update to 0.8.2 - Removed clutter-0.8.0-clutter-fixed.patch * Sat Sep 6 2008 Allisson Azevedo 0.8.0-1 - Update to 0.8.0 - Added clutter-0.8.0-clutter-fixed.patch * Sat Jun 14 2008 Allisson Azevedo 0.6.4-1 - Update to 0.6.4 * Sat May 17 2008 Allisson Azevedo 0.6.2-1 - Update to 0.6.2 * Tue Feb 19 2008 Allisson Azevedo 0.6.0-1 - Update to 0.6.0 * Mon Feb 18 2008 Fedora Release Engineering - 0.4.2-2 - Autorebuild for GCC 4.3 * Wed Oct 3 2007 Allisson Azevedo 0.4.2-1 - Update to 0.4.2 * Mon Sep 3 2007 Allisson Azevedo 0.4.1-1 - Update to 0.4.1 * Sat Jul 21 2007 Allisson Azevedo 0.3.1-1 - Update to 0.3.1 * Thu Apr 12 2007 Allisson Azevedo 0.2.3-1 - Update to 0.2.3 * Sun Mar 28 2007 Allisson Azevedo 0.2.2-4 - Changed buildrequires and requires * Sun Mar 27 2007 Allisson Azevedo 0.2.2-3 - Fix .spec * Sun Mar 24 2007 Allisson Azevedo 0.2.2-2 - Fix .spec * Sun Mar 23 2007 Allisson Azevedo 0.2.2-1 - Initial RPM release