Name: gnomenu Version: 2.5 Release: 1%{?dist} Summary: A consolidated menu for Gnome Group: User Interface/Desktops License: GPLv3 URL: http://launchpadlibrarian.net/40959690/gnomenu-2.5.tar.gz BuildRequires: gettext python-devel Requires: pyxdg pycairo gnome-python2-gconf python-xlib deskbar-applet Source0: http://launchpad.net/gnomenu/trunk/2.5/+download/%{name}-%{version}.tar.gz Patch0: fix-sh-path.patch Patch1: gnomenu_64.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description A consolidated menu for gnome that brings eye candy to the world of the Gnome menu's. Fully functional menu , supports themes , for a composite or non composite desktop. It can emulate the look and feel of the most beautiful menus of most modern desktops, and it can also use custom menus, due to its powerful theme XML engine. GnoMenu currently supports Gnome-Panel, Avant-Window-Navigator, Cairo-Dock, XfApplet and in the system tray. %prep %setup -q -n %{name} %patch0 %ifarch x86_64 %patch1 %endif chmod 644 %{_builddir}/%{name}/src/lib/gnomenu/translators.txt chmod 644 %{_builddir}/%{name}/Changelog chmod 644 %{_builddir}/%{name}/COPYING chmod 644 %{_builddir}/%{name}/README.txt %build %install rm -rf %{buildroot} make install PREFIX=%{_prefix} DESTDIR=%{buildroot} #desktop-file-validate %{buildroot}/%{_datadir}/avant-window-navigator/applets/GnoMenu.desktop %find_lang %{name} %clean rm -rf %{buildroot} %files -f %{name}.lang %defattr(-,root,root) %doc Changelog COPYING README.txt %dir %{_sysconfdir}/gnomenu %dir %{_libdir}/gnomenu %dir %{_datadir}/gnomenu %dir %{_libdir}/bonobo %dir %{_libdir}/bonobo/servers %dir %{_datadir}/avant-window-navigator %dir %{_datadir}/cairo-dock %attr(0755,root,root) %{_bindir}/GnoMenu.py %attr(0644,root,root) %config %{_sysconfdir}/gnomenu/prefix %attr(0644,root,root) %{_libdir}/bonobo/servers/GNOME_GnoMenu.server %attr(0755,root,root) %{_datadir}/gnomenu/* %attr(0755,root,root) %{_libdir}/gnomenu/* %attr(0755,root,root) %{_datadir}/avant-window-navigator/* %attr(0755,root,root) %{_datadir}/cairo-dock/* %changelog * Sat Apr 24 2010 John Friar - 2.5 - Initial release, Fedora 12 - modified spec file from openSUSE src rpm gnomenu-2.5-17.1.src.rpm - modified openSUSE patch gnomenu_64.patches - added fix-sh-path.patch