- Update to new upstream stable 1.2.10 release
This commit is contained in:
parent
1b2d58d836
commit
704ed7634a
@ -1 +1 @@
|
|||||||
clutter-1.2.8.tar.bz2
|
clutter-1.2.10.tar.bz2
|
||||||
|
23
clutter.spec
23
clutter.spec
@ -1,29 +1,27 @@
|
|||||||
Name: clutter
|
Name: clutter
|
||||||
Version: 1.2.8
|
Version: 1.2.10
|
||||||
Release: 4%{?dist}
|
Release: 1%{?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
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://www.clutter-project.org/
|
URL: http://www.clutter-project.org/
|
||||||
#VCS: git://git.clutter-project.org/clutter#clutter-1.2
|
#VCS: git://git.clutter-project.org/clutter#clutter-1.2
|
||||||
Source0: http://www.clutter-project.org/sources/%{name}/1.0/%{name}-%{version}.tar.bz2
|
Source0: http://www.clutter-project.org/sources/%{name}/1.2/%{name}-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
# http://bugzilla.openedhand.com/show_bug.cgi?id=2100
|
# http://bugzilla.openedhand.com/show_bug.cgi?id=2100
|
||||||
Patch0: Use-a-native-format-for-atlas-textures.patch
|
Patch0: Use-a-native-format-for-atlas-textures.patch
|
||||||
|
|
||||||
Requires: gobject-introspection
|
|
||||||
|
|
||||||
BuildRequires: glib2-devel mesa-libGL-devel gtk2-devel pkgconfig pango-devel
|
BuildRequires: glib2-devel mesa-libGL-devel gtk2-devel pkgconfig pango-devel
|
||||||
BuildRequires: libXdamage-devel gettext
|
|
||||||
BuildRequires: gobject-introspection-devel >= 0.6.4
|
BuildRequires: gobject-introspection-devel >= 0.6.4
|
||||||
BuildRequires: json-glib-devel
|
BuildRequires: json-glib-devel
|
||||||
|
BuildRequires: libXdamage-devel gettext gtk-doc
|
||||||
# Bootstrap requirements
|
# Bootstrap requirements
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: automake autoconf libtool
|
BuildRequires: automake autoconf libtool
|
||||||
|
|
||||||
Obsoletes: clutter-cairo < 0.9
|
Requires: gobject-introspection
|
||||||
Provides: clutter-cairo = 0.9
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Clutter is an open source software library for creating fast,
|
Clutter is an open source software library for creating fast,
|
||||||
@ -43,7 +41,6 @@ Requires: gobject-introspection-devel
|
|||||||
Header files and libraries for building a extension library for the
|
Header files and libraries for building a extension library for the
|
||||||
clutter
|
clutter
|
||||||
|
|
||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
Summary: Documentation for %{name}
|
Summary: Documentation for %{name}
|
||||||
Group: Documentation
|
Group: Documentation
|
||||||
@ -72,6 +69,7 @@ This package contains documentation for clutter.
|
|||||||
echo "Created from snapshot" > ChangeLog
|
echo "Created from snapshot" > ChangeLog
|
||||||
fi
|
fi
|
||||||
)
|
)
|
||||||
|
|
||||||
make %{?_smp_mflags} V=1
|
make %{?_smp_mflags} V=1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -109,6 +107,9 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/gtk-doc/html/cogl
|
%{_datadir}/gtk-doc/html/cogl
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jul 11 2010 Peter Robinson <pbrobinson@gmail.com> 1.2.10-1
|
||||||
|
- Update to new upstream stable 1.2.10 release
|
||||||
|
|
||||||
* Tue Jul 6 2010 Colin Walters <walters@verbum.org> - 1.2.8-4
|
* Tue Jul 6 2010 Colin Walters <walters@verbum.org> - 1.2.8-4
|
||||||
- Changes to support git snapshot builds
|
- Changes to support git snapshot builds
|
||||||
|
|
||||||
@ -116,14 +117,14 @@ rm -rf %{buildroot}
|
|||||||
- Rebuild for "Incompatible version 1.0 (supported: 1.1)"
|
- Rebuild for "Incompatible version 1.0 (supported: 1.1)"
|
||||||
for introspection file
|
for introspection file
|
||||||
|
|
||||||
* Thu Jun 10 2010 Colin Walters <walters@verbum.org> - 1.2.8-2
|
* Thu Jun 10 2010 Colin Walters <walters@verbum.org> 1.2.8-2
|
||||||
- Drop gir-repository dependency, we don't need it anymore
|
- Drop gir-repository dependency, we don't need it anymore
|
||||||
|
|
||||||
* Sat May 15 2010 Peter Robinson <pbrobinson@gmail.com> 1.2.8-1
|
* Sat May 15 2010 Peter Robinson <pbrobinson@gmail.com> 1.2.8-1
|
||||||
- Update to new upstream stable 1.2.8 release
|
- Update to new upstream stable 1.2.8 release
|
||||||
- Drop upstreamed patches
|
- Drop upstreamed patches
|
||||||
|
|
||||||
* Fri Apr 30 2010 Owen Taylor <otaylor@redhat.com> - 1.2.6-1
|
* Fri Apr 30 2010 Owen Taylor <otaylor@redhat.com> 1.2.6-1
|
||||||
- Update to new upstream stable 1.2.6 release
|
- Update to new upstream stable 1.2.6 release
|
||||||
- Work around Radeon driver problem with color channel confusion.
|
- Work around Radeon driver problem with color channel confusion.
|
||||||
- Fix Mutter not seeing BufferSwapComplete events and freezing
|
- Fix Mutter not seeing BufferSwapComplete events and freezing
|
||||||
|
Loading…
Reference in New Issue
Block a user