File clutter-cairo.spec of Package clutter-cairo
#
# spec file for package clutter-cairo (Version 0.8.2)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Summary: The Clutter library with Cairo
Name: clutter-cairo
Version: 0.8.2
Release: 2
License: LGPL v2.1 or later
Group: System/Libraries
Source0: http://www.clutter-project.org/sources/clutter-cairo/0.8/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: cairo-devel >= 1.4
BuildRequires: clutter-devel >= 0.8.0
Url: http://clutter-project.org/
%define debug_package_requires libclutter-cairo-0_8-0 = %{version}-%{release}
%description
Clutter support for Cairo.
%package -n libclutter-cairo-0_8-0
License: LGPL v2.1 or later
Summary: The Clutter library with Cairo
Group: System/Libraries
%description -n libclutter-cairo-0_8-0
Clutter support for Cairo.
%package devel
License: LGPL v2.1 or later
Summary: The Clutter library with Cairo (Development)
Requires: libclutter-cairo-0_8-0 = %{version}
Requires: clutter-devel >= 0.8
Requires: cairo-devel >= 1.4
Requires: Mesa
Group: Development/Libraries/GNOME
%description devel
Clutter support for Cairo. This package contain the files for
development.
%prep
%setup -q
%build
#autoreconf -si
%configure --enable-gtk-doc
make %{?jobs:-j%jobs}
make %{?jobs:-j%jobs} check
%install
DESTDIR=$RPM_BUILD_ROOT make install
%post -n libclutter-cairo-0_8-0 -p /sbin/ldconfig
%postun -n libclutter-cairo-0_8-0 -p /sbin/ldconfig
%clean
rm -rf $RPM_BUILD_ROOT
%files -n libclutter-cairo-0_8-0
%defattr(-,root,root)
%doc README COPYING ChangeLog
%{_libdir}/*.so.*
%files devel
%defattr(-,root,root)
%{_libdir}/*.so
%{_libdir}/*.*a
%{_includedir}/clutter-0.8/*
%{_libdir}/pkgconfig/*.pc
%changelog
* Wed Oct 22 2008 maw@suse.de
- Make debug packages require a specific %%{version}-%%{release}.
* Mon Aug 11 2008 hfiguiere@suse.de
- Upgrade to 0.8.2
* Fix the pkg-config file.
* Remove usage and reference to GdkPixbuf
* Fri Aug 01 2008 ro@suse.de
- fix requires for debuginfo package
* Wed Jul 16 2008 hfiguiere@suse.de
- Upgrade to 0.8.0
* lot of changes.
* new API
* Fri Jul 04 2008 hfiguiere@suse.de
- Initial package