lxlauncher-vl.spec 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. Name: lxlauncher
  2. Version: 0.2.1
  3. Release: 2%{?_dist_release}
  4. Summary: Open source replacement for Asus Launcher on the EeePC
  5. Summary(ja): EeePC における Asus Launcher のオープンソースの代替品
  6. Group: User Interface/Desktops
  7. License: GPLv2+
  8. URL: http://lxde.sourceforge.net/
  9. Source0: http://downloads.sourceforge.net/sourceforge/lxde/%{name}-%{version}.tar.gz
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. BuildRequires: gtk2-devel >= 2.12 startup-notification-devel
  12. BuildRequires: gnome-menus-devel >= 2.18.0
  13. BuildRequires: gettext
  14. BuildRequires: menu-cache-devel
  15. BuildRequires: GConf2-devel
  16. %description
  17. LXLauncher is designed as an open source replacement for the Asus Launcher
  18. included in their EeePC. It is desktop-independent and follows
  19. freedesktop.org specs, so newly added applications will automatically show
  20. up in the launcher, and vice versa for the removed ones.
  21. LXLauncher is part of LXDE, the Lightweight X11 Desktop Environment.
  22. %prep
  23. %setup -q
  24. %build
  25. %configure
  26. make %{?_smp_mflags}
  27. %install
  28. rm -rf $RPM_BUILD_ROOT
  29. make install DESTDIR=$RPM_BUILD_ROOT
  30. #mkdir -m 755 $RPM_BUILD_ROOT%{_datadir}/%{name}/backgrounds
  31. #mkdir -m 755 $RPM_BUILD_ROOT%{_datadir}/%{name}/icons
  32. %find_lang %{name}
  33. %clean
  34. rm -rf $RPM_BUILD_ROOT
  35. %files -f %{name}.lang
  36. %defattr(-,root,root,-)
  37. %doc AUTHORS COPYING README
  38. %{_bindir}/%{name}
  39. #%{_datadir}/%{name}/
  40. %{_datadir}/desktop-directories/*.directory
  41. %{_sysconfdir}/xdg/*
  42. %changelog
  43. * Fri Jul 08 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2.1-2
  44. - rebuilt with current environment
  45. * Thu Jul 9 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2.1-1
  46. - new upstream release
  47. * Mon Jun 8 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2-1
  48. - initial build for VineSeed
  49. * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2-2
  50. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  51. * Sat Jun 21 2008 Christoph Wickert <fedora christoph-wickert de> - 0.2-1
  52. - Update to 0.2
  53. - Remove empty ChangeLog
  54. * Mon May 12 2008 Christoph Wickert <fedora christoph-wickert de> - 0.1.6-1
  55. - Initial Fedora RPM