clutter-gst.spec revision 17094
10139N/A#
10139N/A# spec file for package clutter-gst
10139N/A#
12273N/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#
10139N/A# Owner: lin
10139N/A#
10139N/A
10139N/ASummary: clutter-gst - clutter-gst - gstreamer integration library for clutter
10139N/AName: clutter-gst
10139N/AVersion: 0.10.0
10139N/ARelease: 1
14452N/ALicense: LGPL
10139N/AGroup: System/Libraries
10139N/ADistribution: Java Desktop System
10139N/AVendor: Sun Microsystems, Inc.
10139N/ASource: http://www.clutter-project.org/sources/clutter-gst/0.10/clutter-gst-%{version}.tar.bz2
10142N/AURL: http://www.clutter-project.org/
10139N/ABuildRoot: %{_tmppath}/%{name}-%{version}-build
10139N/A
10139N/A
10139N/A%prep
10139N/A%setup -q -n clutter-gst-%version
10139N/A
10139N/A%build
10139N/ACPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
10139N/Aif test "x$CPUS" = "x" -o $CPUS = 0; then
10139N/A CPUS=1
10139N/Afi
10139N/A./configure --prefix=%{_prefix} \
10139N/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
10139N/A- Initial build.
10139N/A
10139N/A
10139N/A