File xfce-mcs-plugins.spec of Package xfce-mcs-plugins
#
# spec file for package xfce-mcs-plugins (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: xfce-mcs-plugins
BuildRequires: dbus-1-devel gtk2-devel update-desktop-files
BuildRequires: intltool xfce-mcs-manager-devel >= 4.3
Summary: Plugins for Multi channel settings manager
Version: 4.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
Requires: xfce-mcs-manager >= 4.3
%description
xfce-mcs-plugins is a set of plugins for the multi channel settings
manager
Authors:
--------
Olivier Fourdan <fourdan@xfce.org>
Jasper Huijsmans <jasper@moongroup.com>
%prep
%setup -q
%build
export CFLAGS="$RPM_OPT_FLAGS"
%configure
make %{?jobs:-j%jobs}
%install
make DESTDIR=$RPM_BUILD_ROOT install
%find_lang %{name}
%suse_update_desktop_file -i xfce-ui-settings Settings DesktopSettings X-XFCE
%suse_update_desktop_file -i xfce-ui-settings Settings DesktopSettings X-XFCE
%suse_update_desktop_file -i xfce-keyboard-settings Settings DesktopSettings X-XFCE
%suse_update_desktop_file -i xfce-display-settings Settings DesktopSettings X-XFCE
%clean
rm -rf $RPM_BUILD_ROOT
%files -f %name.lang
%defattr(-,root,root)
%doc COPYING AUTHORS ChangeLog INSTALL NEWS
%{_libdir}/xfce4
%{_datadir}/xfce4/doc
%{_datadir}/applications/*
%{_datadir}/icons/hicolor
%{_datadir}/xfce-mcs-plugins/shortcuts/default.xml
%{_datadir}/xfce-mcs-plugins
%{_datadir}/xfce-mcs-plugins/shortcuts
%changelog
* Tue Nov 18 2008 pnemec@suse.cz
- call update_desktop_file macro on desktop files [bnc#445722]
* Wed Oct 29 2008 bwalle@suse.de
- update to 4.4.3
* fix buffer overflow
* polish translations
* Tue Dec 04 2007 prusnak@suse.cz
- use %%find_lang macro
* Mon Dec 03 2007 bwalle@suse.de
- update to 4.4.2
o Make the theme list expand for more natural resize
o Font DPI is now configurable in the User Interface Settings
o Fix modifier mask not working with all keymaps
o Add support for xinput devices when setting left/right handed
mouse.
o Updated and new translations
* Sat Jun 23 2007 bwalle@suse.de
- replaced group 'System/GUI/Other' by 'System/GUI/XFCE'
* Tue Apr 10 2007 bwalle@suse.de
- update to 4.4.1
o Test for support of -Wall, -Werror and -errwarn=%%all.
o Add default shortcuts for volume control using aumix.
o Do not include theme without directory or hidden in the icon
theme list.
o Many translation updates.
* Sun Jan 21 2007 bwalle@suse.de
- upgraded to 4.4.0
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Mon Jan 16 2006 pnemec@suse.cz
- update to 4.2.3
* Mon Aug 01 2005 cthiel@suse.de
- fixed Requires
* Wed May 18 2005 cthiel@suse.de
- update to 4.2.2
* Mon Apr 11 2005 cthiel@suse.de
- update to 4.2.1
* Thu Nov 04 2004 mmj@suse.de
- locale rename: no -> nb
* Wed May 12 2004 ltinkl@suse.cz
- initial version