rpms/hotwire/devel .cvsignore, 1.11, 1.12 hotwire.spec, 1.15, 1.16 sources, 1.11, 1.12

Colin Walters (walters) fedora-extras-commits at redhat.com
Wed Jan 23 15:44:22 UTC 2008


Author: walters

Update of /cvs/pkgs/rpms/hotwire/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26023

Modified Files:
	.cvsignore hotwire.spec sources 
Log Message:
* Wed Jan 23 2008 Colin Walters <walters at redhat.com> - 0.699.svn826-1
- upstream SVN snapshot (SVN r826)
- update files list



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/hotwire/devel/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore	28 Nov 2007 06:11:11 -0000	1.11
+++ .cvsignore	23 Jan 2008 15:43:42 -0000	1.12
@@ -1 +1 @@
-hotwire-0.620.zip
+hotwire-0.699.svn826.zip


Index: hotwire.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hotwire/devel/hotwire.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- hotwire.spec	28 Nov 2007 06:17:46 -0000	1.15
+++ hotwire.spec	23 Jan 2008 15:43:42 -0000	1.16
@@ -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: 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 @@
 
 %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 @@
 %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
 
 %changelog
+* Wed Jan 23 2008 Colin Walters <walters at redhat.com> - 0.699.svn826-1
+- upstream SVN snapshot (SVN r826)
+- update files list
+
 * Wed Nov 28 2007 Colin Walters <walters at redhat.com> - 0.620-1
 - new upstream
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/hotwire/devel/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources	28 Nov 2007 06:11:11 -0000	1.11
+++ sources	23 Jan 2008 15:43:42 -0000	1.12
@@ -1 +1 @@
-fbe5448c1e3b7523f8293afb848d9363  hotwire-0.620.zip
+59ab5aa7c278c992ae495b58db65e48a  hotwire-0.699.svn826.zip




More information about the fedora-extras-commits mailing list