File libcompizconfig-backend-gconf.spec of Package libcompizconfig-backend-gconf
#
# spec file for package libcompizconfig-backend-gconf (Version 0.8.4)
#
# Copyright (c) 2009 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/
#
Name: libcompizconfig-backend-gconf
Version: 0.8.4
Release: 1
License: GPL v2 or later
Summary: This package contains gconf backend for Compizconfig-settings-manager(ccsm)
Url: http://opencompositing.org
Group: System/X11/Utilities
Source: compizconfig-backend-gconf-%{version}.tar.bz2
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: compiz-devel
BuildRequires: compiz-gnome
BuildRequires: gconf2-devel
BuildRequires: glib2-devel
BuildRequires: gtk2-devel
BuildRequires: intltool
BuildRequires: libcompizconfig-devel
BuildRequires: libxml2-devel
BuildRequires: libxslt-devel
BuildRequires: pkg-config
BuildRequires: pyrex
BuildRequires: python-compizconfig
BuildRequires: python-devel
PreReq: %fillup_prereq
Requires: compiz
Requires: libcompizconfig
Requires: libsexy
Requires: libxml2-python
Requires: python-compizconfig
Requires: python-xml
Provides: libcompizconfig-backend
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %ix86 x86_64 ppc ia64
%description
This package contains gconf backend for
Compizconfig-settings-manager(ccsm).
%prep
%setup -q -n compizconfig-backend-gconf-%{version}
%build
%configure --disable-static --with-pic
make %{?jobs:-j%jobs}
%install
%makeinstall
find %{buildroot} \( -name \*.la \) -print0 | xargs -0 rm -f
%clean
%__rm -rf %{buildroot}
%files
%defattr(-, root, root)
%{_libdir}/compizconfig/*
%changelog