lxsession-edit-vl.spec 2.9 KB

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