base-specs/clutter-gtk.spec
author Jon Tibble <meths@btinternet.com>
Sat, 06 Oct 2012 16:11:50 +0100
branchs11express-2010-11
changeset 22109 db10202d5f6d
parent 18059 38798f418bf9
child 20229 7e472cd07746
child 20231 707800c62d8c
permissions -rw-r--r--
Added tag oi_151a_prestable7 for changeset 25dee50cecca

#
# spec file for package clutter-gtk
#
# Copyright 2008 Sun Microsystems, Inc.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
%define owner lin
#

%define OSR 12687:0.8.3

Summary:      clutter-gtk - GTK+ integration library for clutter
Name:         clutter-gtk
Version:      0.10.4
Release:      1
License:      LGPLv2.1
Group:        System/Libraries
Distribution: Java Desktop System
Vendor:       clutter-project.org
Source:	  http://www.clutter-project.org/sources/clutter-gtk/0.10/clutter-gtk-%{version}.tar.bz2
URL:          http://www.clutter-project.org/
BuildRoot:               %{_tmppath}/%{name}-%{version}-build

%prep
%setup -q -n clutter-gtk-%version

%build
CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
if test "x$CPUS" = "x" -o $CPUS = 0; then
    CPUS=1
fi
./configure --prefix=%{_prefix}              \
            --libexecdir=%{_libexecdir}      \
            --sysconfdir=%{_sysconfdir}      \
            --disable-static
make -j$CPUS 

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr (-, root, bin)
%dir %attr (0755, root, bin) %{_libdir}
%{_libdir}/lib*.so*

%changelog
* Tue Jun 01 2010 - [email protected]
- Bump to 0.10.4.
* Thu Mar 18 2010 - [email protected]
- Add clutter-gtk-01-deprecated.diff.
* Tue Aug 25 2009  [email protected]
- Bump to 0.10.2
* Fri Jun 26 2009  [email protected]
- Change patch and spec owner to lin
* Mon Feb 23 2009  [email protected]
- Bump to 0.8.3 version
* Tue Jul  1 2008  [email protected]
- Initial build.