clutter-gst.spec revision 17185
10139N/A#
10139N/A# spec file for package clutter-gst
10139N/A#
10430N/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%define owner lin
10139N/A#
10139N/A
10139N/A%define OSR 12686:0.8.0
10139N/A
10139N/ASummary: clutter-gst - clutter-gst - gstreamer integration library for clutter
12573N/AName: clutter-gst
10139N/AVersion: 0.10.0
10139N/ARelease: 1
10139N/ALicense: LGPL
10139N/AGroup: System/Libraries
10430N/ADistribution: Java Desktop System
10430N/AVendor: Sun Microsystems, Inc.
10139N/ASource: http://www.clutter-project.org/sources/clutter-gst/0.10/clutter-gst-%{version}.tar.bz2
10139N/AURL: http://www.clutter-project.org/
10139N/ABuildRoot: %{_tmppath}/%{name}-%{version}-build
10430N/A
10139N/A
10139N/A%prep
10139N/A%setup -q -n clutter-gst-%version
10430N/A
10139N/A%build
10139N/ACPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
10430N/Aif test "x$CPUS" = "x" -o $CPUS = 0; then
10139N/A CPUS=1
13607N/Afi
13607N/A./configure --prefix=%{_prefix} \
10430N/A --libexecdir=%{_libexecdir} \
10139N/A --sysconfdir=%{_sysconfdir} \
10430N/A --disable-static
10430N/Amake -j$CPUS
10430N/A
10430N/A%install
10430N/Arm -rf $RPM_BUILD_ROOT
10430N/Amake install DESTDIR=$RPM_BUILD_ROOT
10353N/A
13607N/A%clean
13607N/Arm -rf $RPM_BUILD_ROOT
13607N/A
12536N/A%files
12536N/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