Summary: The core programs for the GNOME GUI desktop environment Summary(pl): Podstawowe programy środowiska graficznego GNOME Name: gnome-panel Version: 1.5.21 Release: 1 License: LGPL Group: X11/Applications Source0: ftp://ftp.gnome.org/pub/gnome/pre-gnome2/sources/%{name}/%{name}-%{version}.tar.bz2 Patch0: %{name}-am.patch URL: http://www.gnome.org/ BuildRequires: ORBit2-devel >= 2.3.108 BuildRequires: gnome-desktop-devel >= 1.5.18 BuildRequires: gnome-vfs2-devel >= 1.9.14 BuildRequires: gtk+2-devel >= 2.0.2 BuildRequires: libglade2-devel >= 1.99.12 BuildRequires: libgnomeui-devel >= 1.116.1 BuildRequires: libwnck-devel >= 0.8 BuildRequires: pkgconfig >= 0.12.0 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _prefix /usr/X11R6 %define _mandir %{_prefix}/man %define _sysconfdir /etc/X11/GNOME2 %define _omf_dest_dir %(scrollkeeper-config --omfdir) %description GNOME (GNU Network Object Model Environment) is a user-friendly set of applications and desktop tools to be used in conjunction with a window manager for the X Window System. GNOME is similar in purpose and scope to CDE and KDE, but GNOME is based completely on free software. The GNOME panel packages provides the gnome panel, menus and some basic applets for the panel. %description -l pl GNOME (GNU Network Object Model Environment) to zestaw przyjaznych dla użytkownika aplikacji i narzędzi do używania w połączeniu z zarządcą okien pod X. GNOME ma podobny cel jak CDE i KDE, ale bazuje całkowicie na wolnym oprogramowaniu. Ten pakiet dostarcza panel GNOME2, menu oraz podstawowe aplety dla panelu GNOME2. %package devel Summary: GNOME panel includes, and more Summary(pl): Pliki nagłówkowe biblioteki panelu GNOME Group: X11/Development/Libraries Requires: %{name} = %{version} %description devel Panel header files for creating GNOME panels. %description devel -l pl Pliki nagłówkowe bibliotek panelu GNOME. %package static Summary: GNOME panel static libraries Summary(pl): Statyczne biblioteki panelu GNOME Group: X11/Development/Libraries Requires: %{name} = %{version}-devel %description static Panel static libraries. %description static -l pl Statyczne biblioteki panelu GNOME. %prep %setup -q %patch0 -p1 %build intltoolize --copy --force libtoolize --copy --force gettextize --copy --force aclocal autoconf automake -a -c -f if [ -f %{_pkgconfigdir}/libpng12.pc ] ; then CPPFLAGS="`pkg-config libpng12 --cflags`" fi %configure CPPFLAGS="$CPPFLAGS" \ --enable-gtk-doc=no %{__make} %install rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT \ omf_dest_dir=%{_omf_dest_dir}/%{name} \ pkgconfigdir=%{_pkgconfigdir} gzip -9nf AUTHORS ChangeLog NEWS README %find_lang %{name} --with-gnome --all-name %clean rm -rf $RPM_BUILD_ROOT %post /sbin/ldconfig GCONF_CONFIG_SOURCE=`%{_bindir}/gconftool-2 --get-default-source`; export GCONF_CONFIG_SOURCE %{_bindir}/gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/*.schemas > /dev/null 2>&1 %postun -p /sbin/ldconfig %files -f %{name}.lang %defattr(644,root,root,755) %doc *.gz %config %{_sysconfdir}/gconf/schemas/* %config %{_sysconfdir}/sound/events/* %attr(755,root,root) %{_bindir}/* %attr(755,root,root) %{_libdir}/libpanel-applet*.so.*.* %attr(755,root,root) %{_libdir}/libgen_util_applet*.so %{_libdir}/bonobo/servers/* %{_datadir}/control-center-2.0/capplets/* %{_datadir}/gen_util %{_datadir}/gnome/panel %{_datadir}/gnome/help/* %{_datadir}/gnome-2.0/ui/* %{_datadir}/gnome-panel %{_datadir}/gtk-doc/html/panel-applet %{_datadir}/idl/gnome-panel-2.0 %{_datadir}/pixmaps/* %{_omf_dest_dir}/%{name} %{_mandir}/man1/* %files devel %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/libpanel-applet*.?? %{_includedir}/panel-2.0 %{_pkgconfigdir}/*.pc %files static %defattr(644,root,root,755) %{_libdir}/libpanel-applet*.a