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