File xfce4-panel.spec of Package xfce4-panel
#
# spec file for package xfce4-panel (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: xfce4-panel
BuildRequires: dbus-1-devel gtk2-devel libxml2-devel startup-notification update-desktop-files
BuildRequires: intltool startup-notification-devel
BuildRequires: xfce-mcs-manager-devel >= 4.3
Summary: Next generation panel for Xfce
Version: 4.4.3
Release: 1
License: GPL v2 or later
Url: http://www.xfce.org/
Source: %{name}-%{version}.tar.bz2
Source1: rpmlintrc
Group: System/GUI/XFCE
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Provides: xfce4-panel-plugins
Obsoletes: xfce4-panel-plugins < 4.4.0
%description
xfce4-panel is the panel for the XFce desktop environment.
Authors:
--------
Olivier Fourdan <fourdan@xfce.org>
Jasper Huijsmans <huysmans@users.sourceforge.net>
Edscott Wilson Garcia <edscott@imp.mx>
Biju Chacko <botsie@myrealbox.com>
Jens Luedicke <jens@irs-net.com>
Martin Loschwitz <madkiss@users.sourceforge.net>
Xavier Maillard <zedek@fxgsproject.org>
Michael Mosier <michael@spyonit.com>
Erik Touve <etouve@earthlink.net>
Benedikt Meurer <benedikt.meurer@unix-ag.uni-siegen.de>
Bernhard Walle <Bernhard.Walle@gmx.de>
%package devel
License: GPL v2 or later
Summary: Next generation panel for Xfce
Group: System/GUI/XFCE
Requires: %{name} = %{version}
Requires: libxfcegui4-devel >= 4.3
Requires: libxfce4util-devel >= 4.3
Requires: libxml2-devel
%description devel
xfce4-panel-devel package contains alllibraries needed to develop
applications that require these.
Authors:
--------
Olivier Fourdan <fourdan@xfce.org>
Jasper Huijsmans <huysmans@users.sourceforge.net>
Edscott Wilson Garcia <edscott@imp.mx>
Biju Chacko <botsie@myrealbox.com>
Jens Luedicke <jens@irs-net.com>
Martin Loschwitz <madkiss@users.sourceforge.net>
Xavier Maillard <zedek@fxgsproject.org>
Michael Mosier <michael@spyonit.com>
Erik Touve <etouve@earthlink.net>
Benedikt Meurer <benedikt.meurer@unix-ag.uni-siegen.de>
Bernhard Walle <Bernhard.Walle@gmx.de>
%prep
%setup -q
%build
%configure
make %{?jobs:-j%jobs}
%install
make DESTDIR=$RPM_BUILD_ROOT install
%suse_update_desktop_file -i xfce4-panel-manager Settings DesktopSettings
%find_lang %name
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files -f %name.lang
%defattr(-,root,root)
%doc README README.Kiosk README.Plugins AUTHORS HACKING NEWS
%config(noreplace) %{_sysconfdir}/xdg/xfce4
%{_datadir}/xfce4/doc
%dir %{_libdir}/xfce4
%dir %{_libdir}/xfce4/panel-plugins
%dir %{_datadir}/xfce4/panel-plugins
%dir %{_libdir}/xfce4/mcs-plugins
%{_libdir}/xfce4/panel-plugins/*.so
%{_libdir}/xfce4/mcs-plugins/*.so
%{_libdir}/libxfce4panel.so.*
%{_bindir}/*
%{_datadir}/icons/*/*/*/*
%{_datadir}/applications/xfce4-panel-manager.desktop
%{_datadir}/xfce4/panel-plugins/*.desktop
%dir %{_datadir}/icons/hicolor/16x16
%dir %{_datadir}/icons/hicolor/16x16/apps
%files devel
%defattr(-,root,root)
%{_libdir}/pkgconfig/*
%{_includedir}/xfce4/*
%{_libdir}/*.*a
%{_libdir}/*.so
%{_libdir}/xfce4/panel-plugins/*.*a
%{_libdir}/xfce4/mcs-plugins/*.*a
%dir %{_datadir}/gtk-doc
%dir %{_datadir}/gtk-doc/html
%dir %{_datadir}/gtk-doc/html/libxfce4panel
%{_datadir}/gtk-doc/html/*/*
%changelog
* Wed Oct 29 2008 bwalle@suse.de
- update to 4.4.3
o Quite a bit code changed in the dnd code. Mostly to fix a
segfault in FreeBSD-amd64, but more problems were discovered
and a lot of code was simplified.
o Don't respond the uri drags, we don't use it and it only causes
problems like hiding the panel when a file was dragged over the
panel.
o Fix crash with xrandr 1.2
* Mon Dec 03 2007 bwalle@suse.de
- update to 4.4.2
o Fix window manager hints reporting width 1 pixel too wide
o Improve MCS plugin code.
o Fix expansion of items a non-full-width panel.
o Make sure tooltips are set for more than 1 clock instance
o Fix area that is off-limits to other windows (_NET_WM_STRUT
hints) for a Xinerama setup with differently sized monitors
o Fix loading internal plugins if a similar file exists in the
start directory
o Only update the clock once a minute when seconds are disabled.
The digital clock is also set in the default layout to minimize
the amount of screen updates.
o Fix possible buffer overflow in launcher tooltips
o Use exo-open --launch TerminalEmulator in the default
configuration
o Fix crash when removing a panel in Gtk+ 2.11.x
o Remove trailing parens on AC_INIT version info to work around bug
in intltool 0.35.x and 0.36.x.
o Updated and new translations
* Wed Sep 05 2007 prusnak@suse.cz
- fix crash when removing panel [#302058] (panel_remove.patch)
* Tue Aug 28 2007 prusnak@suse.cz
- fixed Obsoletes (added < 4.4.0)
* Wed Aug 15 2007 prusnak@suse.cz
- Provides and Obsoletes xfce4-panel-plugins [#298863]
* Tue Aug 14 2007 prusnak@suse.cz
- fixed last commit (moved .so plugins back to base package)
* Mon Aug 06 2007 pnemec@suse.cz
- move some libraries and gtk-doc into -devel subpackage [#248813]
* Wed Jun 20 2007 prusnak@suse.cz
- added libxfce4util-devel to Requires of -devel subpackage
- use %%find_lang
* Wed Apr 11 2007 bwalle@suse.de
- update to 4.4.1
o Completely hide the right-click menu when kiosk mode is
enabled.
o Show the system tray border in the default layout and increase
the top panel size to 30px, so users can actually see the
system tray.
o Allow freely movable panels on the screen edges.
o Improve the icon size of the actions plugin and add an option
to change the orientation of the buttons.
o Unhide when dragging over the panel.
o Check for NULL pointers in DBG messages to prevent crashes on
Solaris, based on patch from William Bonnet.
o Add some checks for valid tree selection.
o Many translation updates.
* Thu Jan 25 2007 bwalle@suse.de
- updated to 4.4.0
* Sun Nov 05 2006 bwalle@suse.de
- updated to 4.3.99.2 (4.4 rc2)
* Tue Sep 05 2006 pnemec@suse.cz
- updated to new version 4.3.99.1
* Sat Aug 26 2006 bwalle@suse.de
- added startup-notification-devel as BuildRequires
* Thu Aug 24 2006 pnemec@suse.cz
- added dbus-devel to build requires
* Wed Aug 02 2006 pnemec@suse.cz
- initial comment, version is 4.3.90.2
- package moved into BuildService
- no patch needed
* Tue Feb 14 2006 pnemec@suse.cz
- remove Mozilla and Mozilla mail from menu xml files
- added MozillaFirefox and MozillaThunderbird to xml files
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Tue Jan 17 2006 pnemec@suse.cz
- update to 4.2.3
* Mon Nov 14 2005 pnemec@suse.cz
- create devel package
* Tue Sep 20 2005 pnemec@suse.cz
- fix gcc strict aliasing warning
* Wed Sep 14 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
- update to 4.2.1.1
* Thu Nov 04 2004 mmj@suse.de
- locale rename: no -> nb
* Mon May 17 2004 ltinkl@suse.cz
- initial version