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