rpms/hotwire/devel hotwire.spec,1.16,1.17

Colin Walters (walters) fedora-extras-commits at redhat.com
Wed Jan 23 16:26:40 UTC 2008


Author: walters

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

Modified Files:
	hotwire.spec 
Log Message:
fix descr, add egg info


Index: hotwire.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hotwire/devel/hotwire.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- hotwire.spec	23 Jan 2008 15:43:42 -0000	1.16
+++ hotwire.spec	23 Jan 2008 16:25:58 -0000	1.17
@@ -20,19 +20,17 @@
 Requires: desktop-file-utils
 
 %description
-Hotwire is a hypershell environment.
+Hotwire is an object-oriented hypershell.
 
-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.
+It is a shell designed for systems programming (files, processes),
+and thus it is in the same conceptual category of software as the 
+Unix shell+terminal and Windows PowerShell.
+
+The goal of the Hotwire project though is to create a better 
+systems programming shell than both Unix and PowerShell. We call 
+it a hyper-shell because Hotwire blends the concepts of a 
+systems-oriented shell with a modern graphical user interface 
+display.
 
 %prep
 %setup -q -n hotwire-0.699
@@ -63,7 +61,7 @@
 %{_datadir}/icons/hicolor/24x24/apps/*.png
 %dir %{_datadir}/hotwire
 %{_datadir}/hotwire/*
-
+%{python_sitelib}/*.egg-info
 
 %post
 desktop-file-install --vendor='hotwire' %{_datadir}/applications/hotwire.desktop 




More information about the fedora-extras-commits mailing list