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