- 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
|
||||
|
29
clutter.spec
29
clutter.spec
@ -1,29 +1,27 @@
|
||||
Name: clutter
|
||||
Version: 1.2.8
|
||||
Release: 4%{?dist}
|
||||
Version: 1.2.10
|
||||
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/
|
||||
#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)
|
||||
|
||||
# http://bugzilla.openedhand.com/show_bug.cgi?id=2100
|
||||
Patch0: Use-a-native-format-for-atlas-textures.patch
|
||||
|
||||
Requires: gobject-introspection
|
||||
|
||||
BuildRequires: glib2-devel mesa-libGL-devel gtk2-devel pkgconfig pango-devel
|
||||
BuildRequires: libXdamage-devel gettext
|
||||
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
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: automake autoconf libtool
|
||||
|
||||
Obsoletes: clutter-cairo < 0.9
|
||||
Provides: clutter-cairo = 0.9
|
||||
Requires: gobject-introspection
|
||||
|
||||
%description
|
||||
Clutter is an open source software library for creating fast,
|
||||
@ -34,7 +32,7 @@ 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: %{name} = %{version}-%{release}
|
||||
Requires: pkgconfig glib2-devel pango-devel fontconfig-devel gtk2-devel
|
||||
Requires: mesa-libGL-devel
|
||||
Requires: gobject-introspection-devel
|
||||
@ -43,7 +41,6 @@ Requires: gobject-introspection-devel
|
||||
Header files and libraries for building a extension library for the
|
||||
clutter
|
||||
|
||||
|
||||
%package doc
|
||||
Summary: Documentation for %{name}
|
||||
Group: Documentation
|
||||
@ -72,6 +69,7 @@ This package contains documentation for clutter.
|
||||
echo "Created from snapshot" > ChangeLog
|
||||
fi
|
||||
)
|
||||
|
||||
make %{?_smp_mflags} V=1
|
||||
|
||||
%install
|
||||
@ -109,6 +107,9 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/gtk-doc/html/cogl
|
||||
|
||||
%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
|
||||
- Changes to support git snapshot builds
|
||||
|
||||
@ -116,14 +117,14 @@ rm -rf %{buildroot}
|
||||
- Rebuild for "Incompatible version 1.0 (supported: 1.1)"
|
||||
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
|
||||
|
||||
* Sat May 15 2010 Peter Robinson <pbrobinson@gmail.com> 1.2.8-1
|
||||
- Update to new upstream stable 1.2.8 release
|
||||
- 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
|
||||
- Work around Radeon driver problem with color channel confusion.
|
||||
- Fix Mutter not seeing BufferSwapComplete events and freezing
|
||||
|
Loading…
Reference in New Issue
Block a user