File libxfcegui4.spec of Package libxfcegui4

#
# spec file for package libxfcegui4 (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:           libxfcegui4
BuildRequires:  dbus-1-devel gtk2-devel libxml2-devel update-desktop-files
BuildRequires:  libxfce4util-devel >= 4.3
Summary:        Various GTK Widgets for Xfce
Version:        4.4.3
Release:        1
License:        LGPL v2.1 or later
Url:            http://www.xfce.org/
Source0:        %{name}-%{version}.tar.bz2
Group:          System/GUI/XFCE
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
Requires:       gtk2
Requires:       libxfce4util >= 4.3

%description
Various GTK widgets for xfce4.



Authors:
--------
    Olivier Fourdan <fourdan@xfce.org>
    Jasper Huijsmans <huysmans@users.sourceforge.net>

%package devel
License:        LGPL v2.1 or later
Requires:       libxfcegui4 = %{version}
Requires:       libxfce4util-devel >= 4.3
Requires:       gtk2-devel atk-devel cairo-devel freetype2-devel xorg-x11-devel zlib-devel
Summary:        Various GTK Widgets for Xfce
Group:          System/GUI/XFCE
AutoReqProv:    on
PreReq:         %install_info_prereq

%description devel
Various GTK widgets for xfce4.



Authors:
--------
    Olivier Fourdan <fourdan@xfce.org>
    Jasper Huijsmans <huysmans@users.sourceforge.net>

%prep
%setup -q
sed -n -e '/GNU gettext/,/Configure libtool/p' \
       -e '/xdt-depends/,$p' aclocal.m4 > acinclude.m4

%build
autoreconf -fi
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
%configure \
    --enable-xinerama \
    --enable-startup-notification \
    --disable-static
make %{?jobs:-j%jobs}

%install
make DESTDIR="$RPM_BUILD_ROOT" install
%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 AUTHORS COPYING README ChangeLog NEWS
%{_libdir}/*.*so*
%dir %{_datadir}/icons/hicolor
%dir %{_datadir}/icons/hicolor/48x48
%dir %{_datadir}/icons/hicolor/48x48/apps
%dir %{_datadir}/icons/hicolor/scalable
%dir %{_datadir}/icons/hicolor/scalable/apps
%{_datadir}/icons/hicolor/*/*/*

%files devel
%defattr(-, root, root)
%{_libdir}/pkgconfig/*
%{_libdir}/*.*a
%dir %{_includedir}/xfce4
%dir %{_includedir}/xfce4/libxfcegui4
%{_includedir}/xfce4/libxfcegui4/*
%{_datadir}/gtk-doc/html/libxfcegui4

%changelog
* Tue Nov 04 2008 vuntz@novell.com
- Remove glitz-devel BuildRequires.
* Wed Oct 29 2008 bwalle@suse.de
- update to 4.4.3
  o Fix format-string vulnerability in dialog code
* Mon Jun 30 2008 schwab@suse.de
- Use autoreconf.
* Tue Dec 04 2007 prusnak@suse.cz
- removed dbh from BuildRequires
* Mon Dec 03 2007 bwalle@suse.de
- update to 4.4.2
  o Fix application windows sometimes opening on the wrong screen
  in multihead setups
  o Free list returned by gtk_container_get_children().
  o Remove trailing parens on AC_INIT version info to work around
  bug in intltool 0.35.x and 0.36.x.
  o Allocate copy of passed cliend id, program name and working
  directory in session management, in case the application frees
  the data.
  o Properly deal with %%-starting 'field codes' in commands from
  .desktop files.
  o Updated and new translations
* Mon Nov 12 2007 prusnak@suse.cz
- use %%find_lang macro
- do not package INSTALL file
* Sun Oct 21 2007 bwalle@suse.de
- replaced group 'System/GUI/Other' by 'System/GUI/XFCE'
* Tue May 29 2007 bwalle@suse.de
- disabled KDE proxy since it breaks applications that want to
  hide their application icon (and I only know one non-KDE,
  Java application that actually needs it -- and that application
  needs to be fixed anyway)
* Tue Apr 10 2007 bwalle@suse.de
- update to 4.4.1
  o Change 2 GPL headers to LGPL.
  o Test for support of -Wall, -Werror and -errwarn=%%all.
  o Many translation updates.
* Wed Feb 07 2007 sbrabec@suse.cz
- Do not build unusable static libraries (#238552).
* Thu Jan 25 2007 stbinner@suse.de
- fix build
* Sun Jan 21 2007 bwalle@suse.de
- upgraded to 4.4.0
* Sat Jan 20 2007 bwalle@suse.de
- fixed build again (removed /usr/share/locale/hy)
* Fri Jan 19 2007 bwalle@suse.de
- fixed build (removed /usr/share/locale/hy/LC_MESSAGES)
* Thu Jan 18 2007 pnemec@suse.cz
- remove selfprovides
* Tue Nov 07 2006 bwalle@suse.de
- fixed KDE systray bug
* Sun Nov 05 2006 bwalle@suse.de
- updated to 4.3.99.2 (4.4 rc2)
* Tue Oct 03 2006 bwalle@suse.de
- enable KDE systray support for tvbrowser (temporary solution, as soon as
  tvbrowser is fixed this should be removed as I don't know any other application
  that still uses parts of the KDE protocol)
* Tue Sep 05 2006 pnemec@suse.cz
- updated to new version 4.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 4.3.90.2
- package moved into BuildService
- no patch needed
* Thu Jul 06 2006 cthiel@suse.de
- fix build
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Wed Jan 18 2006 pnemec@suse.cz
- fixed owning of directory locale/hy
* Mon Jan 16 2006 pnemec@suse.cz
- updated to 4.2.3
* Wed Sep 14 2005 cthiel@suse.de
- specfile cleanup
* Tue Aug 16 2005 ltinkl@suse.cz
- fix taskbar text exceeding the length of the button (#104022)
* Mon Aug 01 2005 cthiel@suse.de
- fixed Requires
* Wed May 18 2005 cthiel@suse.de
- fixed filelist
* Wed May 18 2005 cthiel@suse.de
- update to 4.2.2
* Mon Apr 11 2005 cthiel@suse.de
- update to 4.2.1
- added libxfcegui4-gcc4.diff
* Wed May 12 2004 ltinkl@suse.cz
- initial version
openSUSE Build Service is sponsored by