File xfwm4-themes.spec of Package xfwm4-themes
#
# spec file for package xfwm4-themes (Version 4.4.3)
#
# 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
Name: xfwm4-themes
BuildRequires: dbus-1-devel
Summary: Additional themes for xfwm4
Version: 4.4.3
Release: 1
License: GPL v2 or later
Url: http://www.xfce.org/
Source: xfwm4-themes-%{version}.tar.bz2
Group: System/GUI/XFCE
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
A set of additional themes for the xfwm4 window manager.
Authors:
--------
Olivier Fourdan <fourdan@xfce.org>
%prep
%setup -q
%build
%configure
make %{?jobs:-j%jobs}
%install
make DESTDIR=$RPM_BUILD_ROOT install
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc README ChangeLog INSTALL COPYING AUTHORS
%{_datadir}/themes/*/*/*
%dir %{_datadir}/themes/*
%dir %{_datadir}/themes/*/*
%changelog
* Wed Oct 29 2008 bwalle@suse.de
- update to 4.4.3
* Mon Dec 03 2007 bwalle@suse.de
- update to 4.4.2
* Sat Jun 23 2007 bwalle@suse.de
- replaced group 'System/GUI/Other' by 'System/GUI/XFCE'
* Wed Apr 11 2007 bwalle@suse.de
- update to 4.4.1 (no upstream changelog for this subpackage)
* Fri Jan 26 2007 bwalle@suse.de
- updated to 4.4.0
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Sat Jan 21 2006 cthiel@suse.de
- update to 4.2.3
* Thu Sep 15 2005 cthiel@suse.de
- specfile cleanup
* Mon Aug 01 2005 cthiel@suse.de
- fixed Requires
* Wed May 18 2005 cthiel@suse.de
- update to 4.2.2
* Tue Apr 12 2005 cthiel@suse.de
- initial version