From a093540945583ca4db4fe096f16e7b4879cbc95c Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Jan 23 2008 15:43:42 +0000 Subject: - upstream SVN snapshot (SVN r826) - update files list --- diff --git a/.cvsignore b/.cvsignore index 06a2e15..40c4504 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -hotwire-0.620.zip +hotwire-0.699.svn826.zip diff --git a/hotwire.spec b/hotwire.spec index b87e5a9..f822da9 100644 --- a/hotwire.spec +++ b/hotwire.spec @@ -3,10 +3,10 @@ Summary: Hotwire Shell Name: hotwire -Version: 0.620 +Version: 0.699.svn826 Release: 1%{?dist} -Source0: http://hotwire-shell.org/download/hotwire-%{version}.zip -License: GPL +Source0: http://hotwire-shell.googlecode.com/files/hotwire-%{version}.zip +License: GPLv2+ Group: User Interface/Desktops BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildArch: noarch @@ -20,11 +20,22 @@ Requires: gnome-python2-gnomevfs Requires: desktop-file-utils %description -Interactive hybrid text/graphical shell for developers and -system administrators +Hotwire is a hypershell environment. + +Hotwire is not a terminal emulator, nor is it something you can set as +your Unix "login shell"; instead, Hotwire unifies the concepts of +shell and terminal to provide a greatly improved interactive shell +experience designed for a modern desktop system - for example, rm +moves files to the Trash. In general, typical tasks Hotwire is +intended to improve are file and process management, software +compilation control (make), and connection to remote computers via ssh. + +Hotwire supports a combination of a specialized object-oriented pipe +command language and arbitrary Python code (see HotwireScripting). +This object-oriented core is inspired by Windows PowerShell. %prep -%setup -q +%setup -q -n hotwire-0.699 %build python setup.py build @@ -38,17 +49,22 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) -%doc COPYING README +%doc COPYING COPYING.UI COPYING.API README %{_bindir}/hotwire* %dir %{python_sitelib}/hotwire %{python_sitelib}/hotwire/* %dir %{python_sitelib}/hotwire_ui %{python_sitelib}/hotwire_ui/* +%dir %{python_sitelib}/hotvte +%{python_sitelib}/hotvte/* +%dir %{python_sitelib}/hotapps +%{python_sitelib}/hotapps/* %{_datadir}/applications/hotwire.desktop %{_datadir}/icons/hicolor/24x24/apps/*.png %dir %{_datadir}/hotwire %{_datadir}/hotwire/* + %post desktop-file-install --vendor='hotwire' %{_datadir}/applications/hotwire.desktop touch --no-create %{_datadir}/icons/hicolor || : @@ -59,6 +75,10 @@ touch --no-create %{_datadir}/icons/hicolor || : %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : %changelog +* Wed Jan 23 2008 Colin Walters - 0.699.svn826-1 +- upstream SVN snapshot (SVN r826) +- update files list + * Wed Nov 28 2007 Colin Walters - 0.620-1 - new upstream diff --git a/sources b/sources index 604a137..1c32832 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fbe5448c1e3b7523f8293afb848d9363 hotwire-0.620.zip +59ab5aa7c278c992ae495b58db65e48a hotwire-0.699.svn826.zip