File gtk-xfce-engine.spec of Package gtk-xfce-engine
#
# spec file for package gtk-xfce-engine
#
# Copyright (c) 2011 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: gtk-xfce-engine
Version: 2.8.1
Release: 1
License: GPLv2+
Summary: Xfce GTK+-2.0 Theme Engine
Url: http://www.xfce.org/
Group: System/GUI/XFCE
Source0: %{name}-%{version}.tar.bz2
Source1: baselibs.conf
BuildRequires: pkgconfig(dbus-1)
BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: update-desktop-files
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
The Xfce GTK+-2.0 theme engine provides various different themes which allow
for homogeneity in applications for both business and personal desktops.
%prep
%setup -q
%build
%configure --disable-static
make %{?_smp_mflags}
%install
%makeinstall
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog
%{_libdir}/gtk-2.0
%{_datadir}/themes/*
%changelog