File gtk-xfce-engine.spec of Package gtk-xfce-engine
#
# spec file for package gtk-xfce-engine (Version 2.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: gtk-xfce-engine
BuildRequires: dbus-1-devel gtk2-devel update-desktop-files
Summary: Port of Xfce Engine to GTK+-2.0
Version: 2.4.3
Release: 2
License: GPL v2 or later
Url: http://www.xfce.org/
Source0: %{name}-%{version}.tar.bz2
Group: System/GUI/XFCE
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: gtk2 glib2
%description
A port of Xfce engine to GTK+-2.0.
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 AUTHORS COPYING ChangeLog
%{_libdir}/gtk-2.0
%{_datadir}/themes/*
%changelog
* Tue Nov 25 2008 sbrabec@suse.cz
- Supplement gtk2-32bit/gtk2-64bit in baselibs.conf (bnc#354164).
* Wed Oct 29 2008 bwalle@suse.de
- update to 4.2.3 (Xfce 4.4.3)
o bug fixes
* Mon Dec 03 2007 bwalle@suse.de
- update to 2.4.2 (Xfce 4.4.2)
o Don't include the iconrc file in gtkrc.
* Mon Nov 12 2007 prusnak@suse.cz
- do not package INSTALL file
* Sat Jun 23 2007 bwalle@suse.de
- replaced group 'System/GUI/Other' by 'System/GUI/XFCE'
* Tue May 22 2007 prusnak@suse.cz
- sync with BuildService
* Tue Apr 10 2007 bwalle@suse.de
- update to 4.4.1 (no upstream changelog for this subpackage)
* Sun Jan 21 2007 bwalle@suse.de
- upgraded to 2.4.0
* Wed Jan 17 2007 pnemec@suse.cz
- merged back from BuildService into factory
* Sun Nov 05 2006 bwalle@suse.de
- updated to 2.3.99.2 (2.4 rc2)
* Tue Sep 05 2006 pnemec@suse.cz
- updated to new version 2.3.99.1
* Thu Aug 24 2006 pnemec@suse.cz
- added dbus-devel to build requires
* Wed Aug 02 2006 pnemec@suse.cz
- initial comment, version is 2.3.90.2
- package moved into BuildService
- no patch needed
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Sat Jan 21 2006 cthiel@suse.de
- update to 2.2.8
* Wed Sep 14 2005 cthiel@suse.de
- specfile cleanup
* Mon Aug 01 2005 cthiel@suse.de
- added Requires
* Wed May 18 2005 cthiel@suse.de
- update to 2.2.7
* Mon Apr 11 2005 cthiel@suse.de
- update to 2.2.6
* Wed May 12 2004 ltinkl@suse.cz
- initial version