- Update to 1.0.0
This commit is contained in:
parent
8bc53d3251
commit
d31b4c32b2
@ -1 +1 @@
|
||||
clutter-0.9.8.tar.bz2
|
||||
clutter-1.0.0.tar.bz2
|
||||
|
@ -1,21 +0,0 @@
|
||||
Commit 58558133d35f370a2da57db2a8551f2ff655c55f
|
||||
Author: Colin Walters <walters@verbum.org>
|
||||
Date: Fri Jul 17 15:04:02 2009 -0400
|
||||
|
||||
Use dolt on powerpc64-*-linux* too
|
||||
|
||||
In particular, powerpc64-redhat-linux-gnu.
|
||||
|
||||
diff --git a/build/autotools/dolt.m4 b/build/autotools/dolt.m4
|
||||
index 1109bdb..d4c83bc 100644
|
||||
--- a/build/autotools/dolt.m4
|
||||
+++ b/build/autotools/dolt.m4
|
||||
@@ -22,7 +22,7 @@ if test x$GCC != xyes; then
|
||||
dolt_supported=no
|
||||
fi
|
||||
case $host in
|
||||
-i?86-*-linux*|x86_64-*-linux*|powerpc-*-linux* \
|
||||
+i?86-*-linux*|x86_64-*-linux*|powerpc*-linux* \
|
||||
|amd64-*-freebsd*|i?86-*-freebsd*|ia64-*-freebsd*)
|
||||
pic_options='-fPIC'
|
||||
;;
|
17
clutter.spec
17
clutter.spec
@ -1,6 +1,6 @@
|
||||
Name: clutter
|
||||
Version: 0.9.8
|
||||
Release: 3%{?dist}
|
||||
Version: 1.0.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Open Source software library for creating rich graphical user interfaces
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -19,9 +19,6 @@ BuildRequires: libXdamage-devel gettext gtk-doc
|
||||
BuildRequires: gobject-introspection-devel >= 0.6.3
|
||||
BuildRequires: gir-repository-devel
|
||||
|
||||
Patch0: clutter-fix-dolt-check.patch
|
||||
BuildRequires: automake autoconf libtool
|
||||
|
||||
Obsoletes: clutter-cairo < 0.9
|
||||
Provides: clutter-cairo = 0.9
|
||||
|
||||
@ -60,15 +57,10 @@ This package contains documentation for clutter.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .ppc64
|
||||
|
||||
%build
|
||||
aclocal -Ibuild/autotools
|
||||
autoreconf
|
||||
%configure --enable-gtk-doc --enable-introspection
|
||||
make
|
||||
# FIXME parallel make is disabled for now
|
||||
#make %{?_smp_mflags}
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -105,6 +97,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jul 29 2009 Bastien Nocera <bnocera@redhat.com> 1.0.0-1
|
||||
- Update to 1.0.0
|
||||
|
||||
* Tue Jul 28 2009 Itamar Reis Peixoto <itamar@ispbrasil.com.br> - 0.9.8-3
|
||||
- fix bz #507389
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user