This commit is contained in:
Matthias Clasen 2010-09-21 19:37:53 -04:00
parent 0d4a6b9558
commit 2e79ae732e

View File

@ -1,6 +1,6 @@
Name: clutter Name: clutter
Version: 1.3.12 Version: 1.3.12
Release: 1%{?dist} Release: 2%{?dist}
Summary: Open Source software library for creating rich graphical user interfaces Summary: Open Source software library for creating rich graphical user interfaces
Group: Development/Libraries Group: Development/Libraries
@ -14,7 +14,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Patch0: Use-a-native-format-for-atlas-textures.patch Patch0: Use-a-native-format-for-atlas-textures.patch
BuildRequires: glib2-devel mesa-libGL-devel gtk2-devel pkgconfig pango-devel BuildRequires: glib2-devel mesa-libGL-devel gtk2-devel pkgconfig pango-devel
BuildRequires: gobject-introspection-devel >= 0.6.4 BuildRequires: gobject-introspection-devel >= 0.9.6
BuildRequires: json-glib-devel BuildRequires: json-glib-devel
BuildRequires: libXdamage-devel gettext gtk-doc BuildRequires: libXdamage-devel gettext gtk-doc
# Bootstrap requirements # Bootstrap requirements
@ -24,9 +24,9 @@ BuildRequires: automake autoconf libtool
Requires: gobject-introspection Requires: gobject-introspection
%description %description
Clutter is an open source software library for creating fast, Clutter is an open source software library for creating fast,
visually rich graphical user interfaces. The most obvious example visually rich graphical user interfaces. The most obvious example
of potential usage is in media center type applications. of potential usage is in media center type applications.
We hope however it can be used for a lot more. We hope however it can be used for a lot more.
%package devel %package devel
@ -47,9 +47,9 @@ Group: Documentation
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
%description doc %description doc
Clutter is an open source software library for creating fast, Clutter is an open source software library for creating fast,
visually rich graphical user interfaces. The most obvious example visually rich graphical user interfaces. The most obvious example
of potential usage is in media center type applications. of potential usage is in media center type applications.
We hope however it can be used for a lot more. We hope however it can be used for a lot more.
This package contains documentation for clutter. This package contains documentation for clutter.
@ -64,7 +64,7 @@ This package contains documentation for clutter.
%configure $CONFIGFLAGS \ %configure $CONFIGFLAGS \
--enable-xinput --enable-xinput
# clutter git ships with some magic to put the git log in shipped tarballs # 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 # which gets listed in files; don't blow up if it's missing
if ! test -f ChangeLog; then if ! test -f ChangeLog; then
echo "Created from snapshot" > ChangeLog echo "Created from snapshot" > ChangeLog
fi fi
@ -110,6 +110,9 @@ rm -rf %{buildroot}
%{_datadir}/gtk-doc/html/cally %{_datadir}/gtk-doc/html/cally
%changelog %changelog
* Tue Sep 21 2010 Matthias Clasen <mclasen@redhat.com> - 1.3.12-2
- Rebuild against newer gobject-introspection
* Tue Aug 31 2010 Colin Walters <walters@verbum.org> - 1.3.12-1 * Tue Aug 31 2010 Colin Walters <walters@verbum.org> - 1.3.12-1
- New upstream - New upstream