nautilus-terminal-vl.spec 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. Name: nautilus-terminal
  2. Version: 1.1
  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}.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_%{version}
  29. %build
  30. %install
  31. rm -rf $RPM_BUILD_ROOT
  32. mkdir -p $RPM_BUILD_ROOT
  33. bash install.sh --package $RPM_BUILD_ROOT
  34. rm -rf $RPM_BUILD_ROOT%{_datadir}/doc
  35. #%find_lang %{name}
  36. %clean
  37. rm -rf $RPM_BUILD_ROOT
  38. %files
  39. %defattr(-,root,root,-)
  40. %doc COPYING AUTHORS README
  41. %{_datadir}/%{name}
  42. %{_datadir}/nautilus-python/extensions/nautilus_terminal.py
  43. %changelog
  44. * Wed Apr 27 2016 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.1-1
  45. - new upstream release
  46. * Sat Jul 12 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.0-2
  47. - rebuilt with current environment
  48. * Sun Nov 06 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.0-1
  49. - new upstream release
  50. - dropt Buildrequires: gettext
  51. - changed Requires
  52. - Requires: nautilus >= 3.0
  53. - Requires: nautilus-python >= 1.0
  54. - Requires: vte pyxdg gobject-introspection
  55. - changed BuildArch to noarch
  56. - fixed summary(ja) and description(ja)
  57. * Tue Oct 12 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.7-1
  58. - initial build for VineSeed
  59. * Fri Sep 24 2010 Hicham HAOUARI <hicham.haouari@gmail.com> - 0.7-1
  60. - New upstream release
  61. * Mon Sep 20 2010 Hicham HAOUARI <hicham.haouari@gmail.com> - 0.6-1
  62. - Initial package