nautilus-terminal-vl.spec 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. Name: nautilus-terminal
  2. Version: 1.0
  3. Release: 1%{?_dist_release}
  4. Summary: Terminal embedded in Nautilus
  5. Summary(ja): Nautilus に統合された端末
  6. Group: System Environment/Shells
  7. License: GPLv3+
  8. URL: http://projects.flogisoft.com/nautilus-terminal/
  9. Source0: http://projects.flogisoft.com/nautilus-terminal/download/%%{name}_%{version}_src.tar.gz
  10. #Source1: nautilus-terminal_ja.po
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  12. BuildRequires: bash
  13. #BuildRequires: gettext
  14. Requires: nautilus >= 3.0
  15. Requires: nautilus-python >= 1.0
  16. Requires: vte pyxdg gobject-introspection
  17. BuildArch: noarch
  18. %description
  19. Nautilus Terminal is a terminal embedded in Nautilus, the GNOME's file browser.
  20. It is always open in the current folder, and follows the navigation
  21. (like an automated "cd" command).
  22. %description -l ja
  23. Nautilus Terminal は GNOME のファイルブラウザである Nautilus に
  24. 統合された端末です。
  25. 常に現行フォルダで開き、("cd" コマンドが自動で行われているように)
  26. ナビゲーションに追従します。
  27. %prep
  28. %setup -q -n nautilus-terminal_1.0_src
  29. #chmod -x AUTHORS
  30. #sed -i 's|/usr/lib/nautilus/extensions-2.0|%{_libdir}/nautilus/extensions-2.0|g' install.sh
  31. #%{__cp} -f %{SOURCE1} locales/ja.po
  32. %build
  33. %install
  34. rm -rf $RPM_BUILD_ROOT
  35. mkdir -p $RPM_BUILD_ROOT
  36. bash install.sh --package $RPM_BUILD_ROOT
  37. rm -rf $RPM_BUILD_ROOT%{_datadir}/doc
  38. #%find_lang %{name}
  39. %clean
  40. rm -rf $RPM_BUILD_ROOT
  41. %files
  42. %defattr(-,root,root,-)
  43. %doc COPYING AUTHORS README
  44. %{_datadir}/%{name}
  45. %{_datadir}/nautilus-python/extensions/nautilus_terminal.py
  46. %changelog
  47. * Sun Nov 06 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.0-1
  48. - new upstream release
  49. - dropt Buildrequires: gettext
  50. - changed Requires
  51. - Requires: nautilus >= 3.0
  52. - Requires: nautilus-python >= 1.0
  53. - Requires: vte pyxdg gobject-introspection
  54. - changed BuildArch to noarch
  55. - fixed summary(ja) and description(ja)
  56. * Tue Oct 12 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.7-1
  57. - initial build for VineSeed
  58. * Fri Sep 24 2010 Hicham HAOUARI <hicham.haouari@gmail.com> - 0.7-1
  59. - New upstream release
  60. * Mon Sep 20 2010 Hicham HAOUARI <hicham.haouari@gmail.com> - 0.6-1
  61. - Initial package