rpms/hotwire/F-7 hotwire.spec,1.8,1.9 sources,1.8,1.9

Colin Walters (walters) fedora-extras-commits at redhat.com
Thu Jan 24 03:41:51 UTC 2008


Author: walters

Update of /cvs/pkgs/rpms/hotwire/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6285

Modified Files:
	hotwire.spec sources 
Log Message:
merge from devel


Index: hotwire.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hotwire/F-7/hotwire.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- hotwire.spec	30 Nov 2007 16:49:34 -0000	1.8
+++ hotwire.spec	24 Jan 2008 03:41:10 -0000	1.9
@@ -3,10 +3,10 @@
 
 Summary: Hotwire Shell
 Name: hotwire
-Version: 0.620
+Version: 0.700
 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,8 +20,17 @@
 Requires: desktop-file-utils
 
 %description
-Interactive hybrid text/graphical shell for developers and
-system administrators
+Hotwire is an object-oriented hypershell.
+
+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
@@ -38,16 +47,21 @@
 
 %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/*
+%{python_sitelib}/*.egg-info
 
 %post
 desktop-file-install --vendor='hotwire' %{_datadir}/applications/hotwire.desktop 
@@ -59,6 +73,16 @@
 %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
 
 %changelog
+* Wed Jan 23 2008 Colin Walters <walters at redhat.com> - 0.700-1
+- New upstream version
+
+* Wed Jan 23 2008 Colin Walters <walters at redhat.com> - 0.699.svn828-1
+- upstream SVN snapshot (SVN r828)
+
+* 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/F-7/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	30 Nov 2007 16:49:34 -0000	1.8
+++ sources	24 Jan 2008 03:41:10 -0000	1.9
@@ -1 +1 @@
-fbe5448c1e3b7523f8293afb848d9363  hotwire-0.620.zip
+51620a43d855934fd3da73cd4a7bafb5  hotwire-0.700.zip




More information about the fedora-extras-commits mailing list