15394N/A#
15394N/A# spec file for package clutter-gtk
15394N/A#
15394N/A# Copyright 2008 Sun Microsystems, Inc.
15394N/A# This file and all modifications and additions to the pristine
15394N/A# package are under the same license as the package itself.
15394N/A#
17185N/A%define owner lin
15394N/A#
15394N/A
17176N/A%define OSR 12687:0.8.3
17176N/A
15394N/ASummary: clutter-gtk - GTK+ integration library for clutter
15394N/AName: clutter-gtk
19051N/AVersion: 0.10.8
15394N/ARelease: 1
18810N/ALicense: LGPLv2.1
15394N/AGroup: System/Libraries
15394N/ADistribution: Java Desktop System
18615N/AVendor: clutter-project.org
19052N/ASource: http://www.clutter-project.org/sources/clutter-gtk/0.10/clutter-gtk-%{version}.tar.bz2
19052N/APatch1: clutter-gtk-01-introspection.diff
15394N/AURL: http://www.clutter-project.org/
15394N/ABuildRoot: %{_tmppath}/%{name}-%{version}-build
15394N/A
15394N/A%prep
15394N/A%setup -q -n clutter-gtk-%version
19052N/A%patch1 -p1
15394N/A
15394N/A%build
15394N/ACPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
15394N/Aif test "x$CPUS" = "x" -o $CPUS = 0; then
15394N/A CPUS=1
15394N/Afi
15394N/A./configure --prefix=%{_prefix} \
15394N/A --libexecdir=%{_libexecdir} \
15394N/A --sysconfdir=%{_sysconfdir} \
15394N/A --disable-static
15394N/Amake -j$CPUS
15394N/A
15394N/A%install
15394N/Arm -rf $RPM_BUILD_ROOT
15394N/Amake install DESTDIR=$RPM_BUILD_ROOT
15394N/A
15394N/A%clean
15394N/Arm -rf $RPM_BUILD_ROOT
15394N/A
15394N/A%files
15394N/A%defattr (-, root, bin)
15394N/A%dir %attr (0755, root, bin) %{_libdir}
15394N/A%{_libdir}/lib*.so*
15394N/A
15394N/A%changelog
19051N/A* Fri Oct 22 2010 - brian.cameron@oracle.com
19051N/A- Bump to 0.10.8.
18810N/A* Tue Jun 01 2010 - brian.cameron@oracle.com
18810N/A- Bump to 0.10.4.
18476N/A* Thu Mar 18 2010 - christian.kelly@sun.com
18476N/A- Add clutter-gtk-01-deprecated.diff.
17094N/A* Tue Aug 25 2009 lin.ma@sun.com
17094N/A- Bump to 0.10.2
16716N/A* Fri Jun 26 2009 chris.wang@sun.com
16716N/A- Change patch and spec owner to lin
15956N/A* Mon Feb 23 2009 chris.wang@sun.com
15956N/A- Bump to 0.8.3 version
15394N/A* Tue Jul 1 2008 chris.wang@sun.com
15394N/A- Initial build.
15394N/A
15394N/A