lxsession-edit-vl.spec 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. Name: lxsession-edit
  2. Version: 0.1.1
  3. Release: 2%{?_dist_release}
  4. Summary: Simple GUI to configure what’s automatically started in LXDE
  5. Summary(ja): LXDE で自動的に開始されるセッションを設定するためのシンプルな GUI
  6. Group: User Interface/Desktops
  7. License: GPLv2+
  8. URL: http://lxde.org
  9. Source0: http://downloads.sourceforge.net/lxde/%{name}-%{version}.tar.gz
  10. #Patch0: %{name}-0.1-desktop-file.patch
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  12. BuildRequires: gtk2-devel >= 2.12.0, desktop-file-utils, gettext
  13. Requires: lxsession
  14. %description
  15. LXSession-edit is a tool to manage freedesktop.org compliant desktop session
  16. autostarts. Currently adding and removing applications from the startup list
  17. is not yet available, but it will be support in the next release.
  18. %description -l ja
  19. LXSession-edit は freedesktop.org 準拠の自動起動するデスクトップセッションを
  20. 管理するためのツールです。
  21. 現在はスタートアップリストからアプリケーションを追加したり削除することは
  22. できませんが、次のリリースでサポートされます。
  23. %prep
  24. %setup -q
  25. #%patch0 -p1 -b .fixes
  26. %build
  27. %configure
  28. make %{?_smp_mflags}
  29. %install
  30. rm -rf $RPM_BUILD_ROOT
  31. make install DESTDIR=$RPM_BUILD_ROOT
  32. desktop-file-install \
  33. --delete-original \
  34. --dir=${RPM_BUILD_ROOT}%{_datadir}/applications \
  35. ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
  36. %find_lang %{name}
  37. %clean
  38. rm -rf $RPM_BUILD_ROOT
  39. %files -f %{name}.lang
  40. %defattr(-,root,root,-)
  41. %doc AUTHORS COPYING README
  42. %{_bindir}/%{name}
  43. %{_datadir}/applications/lxsession-edit.desktop
  44. %{_datadir}/lxsession-edit/
  45. %changelog
  46. * Fri Jul 08 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1.1-2
  47. - rebuilt with current environment
  48. * Tue Jul 7 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1.1-1
  49. - new upstream release
  50. - dropt Patch0
  51. * Sun Jun 7 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1-5
  52. - deleted Obsoletes: lxsession-lite < 0.3.8
  53. * Tue May 19 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1-4
  54. - reverted Requires: lxsession
  55. - changed Obsoletes: lxsession-lite < 0.3.8
  56. * Sat May 9 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1-3
  57. - fixed changlog typo
  58. - spec in UTF-8
  59. * Sat May 9 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1-2
  60. - changed Requires: lxsession to lxsession-lite
  61. - added Obsoletes: lxsession <= 0.3.2
  62. - rebuilt with lxsession-lite
  63. * Fri Apr 17 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1-1
  64. - initial build for VineSeed
  65. * Sun Dec 07 2008 Christoph Wickert <fedora christoph-wickert de> - 0.1-1
  66. - Initial Fedora package