File libcompizconfig-backend-gconf.spec of Package libcompizconfig-backend-gconf
#
# spec file for package libcompizconfig-backend-gconf
#
# Copyright (c) 2015 SUSE LINUX 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/
#
%define _name compizconfig-backend-gconf
Name: libcompizconfig-backend-gconf
Version: 0.8.8
Release: 0
Summary: GConf backend for CompizConfig
License: GPL-2.0+
Group: System/X11/Utilities
Url: https://launchpad.net/compiz
Source: %{_name}-%{version}.tar.bz2
BuildRequires: pkg-config
BuildRequires: pkgconfig(gconf-2.0)
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(libcompizconfig) < 0.9
Requires: compiz < 0.9
Provides: libcompizconfig-backend = 0.8
%description
This package contains GConf backend for
compizconfig-settings-manager (CCSM).
%prep
%setup -q -n %{_name}-%{version}
%build
%configure \
--disable-static
make %{?_smp_mflags}
%install
%make_install
find %{buildroot} -type f -name "*.la" -delete -print
%files
%defattr(-,root,root)
%doc COPYING
%{_libdir}/compizconfig/*
%changelog