|
@@ -1,18 +1,23 @@
|
|
Name: nautilus-terminal
|
|
Name: nautilus-terminal
|
|
-Version: 0.7
|
|
+Version: 1.0
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
Summary: Terminal embedded in Nautilus
|
|
Summary: Terminal embedded in Nautilus
|
|
-Summary(ja): Nautilus に埋め込まれた端末
|
|
+Summary(ja): Nautilus に統合された端末
|
|
|
|
|
|
Group: System Environment/Shells
|
|
Group: System Environment/Shells
|
|
License: GPLv3+
|
|
License: GPLv3+
|
|
-URL: http://software.flogisoft.com/nautilus-terminal/en/
|
|
+URL: http://projects.flogisoft.com/nautilus-terminal/
|
|
-Source0: http://download.flogisoft.com/files/Software/%{name}/%{name}_%{version}_src.tar.gz
|
|
+Source0: http://projects.flogisoft.com/nautilus-terminal/download/%%{name}_%{version}_src.tar.gz
|
|
-Source1: nautilus-terminal_ja.po
|
|
+#Source1: nautilus-terminal_ja.po
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
-BuildRequires: gettext bash
|
|
+BuildRequires: bash
|
|
-Requires: pygtk2 nautilus-python vte pyxdg
|
|
+#BuildRequires: gettext
|
|
|
|
+Requires: nautilus >= 3.0
|
|
|
|
+Requires: nautilus-python >= 1.0
|
|
|
|
+Requires: vte pyxdg gobject-introspection
|
|
|
|
+
|
|
|
|
+BuildArch: noarch
|
|
|
|
|
|
%description
|
|
%description
|
|
Nautilus Terminal is a terminal embedded in Nautilus, the GNOME's file browser.
|
|
Nautilus Terminal is a terminal embedded in Nautilus, the GNOME's file browser.
|
|
@@ -21,15 +26,15 @@ It is always open in the current folder, and follows the navigation
|
|
|
|
|
|
%description -l ja
|
|
%description -l ja
|
|
Nautilus Terminal は GNOME のファイルブラウザである Nautilus に
|
|
Nautilus Terminal は GNOME のファイルブラウザである Nautilus に
|
|
-埋め込まれた端末です。
|
|
+統合された端末です。
|
|
常に現行フォルダで開き、("cd" コマンドが自動で行われているように)
|
|
常に現行フォルダで開き、("cd" コマンドが自動で行われているように)
|
|
ナビゲーションに追従します。
|
|
ナビゲーションに追従します。
|
|
|
|
|
|
%prep
|
|
%prep
|
|
-%setup -q
|
|
+%setup -q -n nautilus-terminal_1.0_src
|
|
-chmod -x AUTHORS
|
|
+#chmod -x AUTHORS
|
|
-sed -i 's|/usr/lib/nautilus/extensions-2.0|%{_libdir}/nautilus/extensions-2.0|g' install.sh
|
|
+#sed -i 's|/usr/lib/nautilus/extensions-2.0|%{_libdir}/nautilus/extensions-2.0|g' install.sh
|
|
-%{__cp} -f %{SOURCE1} locales/ja.po
|
|
+#%{__cp} -f %{SOURCE1} locales/ja.po
|
|
|
|
|
|
%build
|
|
%build
|
|
|
|
|
|
@@ -39,18 +44,28 @@ mkdir -p $RPM_BUILD_ROOT
|
|
bash install.sh --package $RPM_BUILD_ROOT
|
|
bash install.sh --package $RPM_BUILD_ROOT
|
|
rm -rf $RPM_BUILD_ROOT%{_datadir}/doc
|
|
rm -rf $RPM_BUILD_ROOT%{_datadir}/doc
|
|
|
|
|
|
-%find_lang %{name}
|
|
+#%find_lang %{name}
|
|
|
|
|
|
%clean
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
-%files -f %{name}.lang
|
|
+%files
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
%doc COPYING AUTHORS README
|
|
%doc COPYING AUTHORS README
|
|
%{_datadir}/%{name}
|
|
%{_datadir}/%{name}
|
|
-%{_libdir}/nautilus/extensions-2.0/python/%{name}.py*
|
|
+%{_datadir}/nautilus-python/extensions/nautilus_terminal.py
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Nov 06 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.0-1
|
|
|
|
+- new upstream release
|
|
|
|
+- dropt Buildrequires: gettext
|
|
|
|
+- changed Requires
|
|
|
|
+ - Requires: nautilus >= 3.0
|
|
|
|
+ - Requires: nautilus-python >= 1.0
|
|
|
|
+ - Requires: vte pyxdg gobject-introspection
|
|
|
|
+- changed BuildArch to noarch
|
|
|
|
+- fixed summary(ja) and description(ja)
|
|
|
|
+
|
|
* Tue Oct 12 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.7-1
|
|
* Tue Oct 12 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.7-1
|
|
- initial build for VineSeed
|
|
- initial build for VineSeed
|
|
|
|
|