diff --git a/hotwire.spec b/hotwire.spec index 93ba37e..08fa049 100644 --- a/hotwire.spec +++ b/hotwire.spec @@ -3,23 +3,34 @@ Summary: Hotwire Shell Name: hotwire -Version: 0.554 +Version: 0.710 Release: 1%{?dist} -Source0: http://submind.verbum.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 -Url: http://submind.verbum.org/hotwire +Url: http://hotwire-shell.org BuildRequires: python-devel +BuildRequires: intltool Requires: pygtk2 Requires: gnome-python2-desktop +Requires: dbus-python Requires: gnome-python2-gnomevfs 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 @@ -36,18 +47,79 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) -%doc COPYING README -%{_bindir}/hotwire +%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 +touch --no-create %{_datadir}/icons/hicolor || : +%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : + +%postun +touch --no-create %{_datadir}/icons/hicolor || : +%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : %changelog +* Tue Feb 05 2008 Colin Walters - 0.710-1 +- New upstream version + +* Wed Jan 23 2008 Colin Walters - 0.700-1 +- New upstream version + +* Wed Jan 23 2008 Colin Walters - 0.699.svn828-1 +- upstream SVN snapshot (SVN r828) + +* 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 + +* Wed Nov 07 2007 Colin Walters - 0.600-1 +- new upstream + +* Sun Oct 14 2007 Colin Walters - 0.599-1 +- new upstream + +* Sun Sep 09 2007 Colin Walters - 0.595-1 +- new upstream + +* Tue Jul 12 2007 Colin Walters - 0.590-1 +- new upstream + +* Sat Jun 30 2007 Colin Walters - 0.575-1 +- new upstream +- add icon goo +- update url + +* Wed Jun 20 2007 Colin Walters - 0.567-1 +- update +- R dbus-python + +* Thu Jun 7 2007 Colin Walters - 0.556-1 +- update +- kill off pygtk br + +* Fri Jun 1 2007 Colin Walters - 0.554-3 +- really add br + +* Thu May 31 2007 Colin Walters - 0.554-2 +- add br on pygtk2-devel until we do not import gobject + * Thu May 31 2007 Colin Walters - 0.554-1 - update, add dep on gnomevfs diff --git a/sources b/sources index af15bcd..4c7b22a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ece65989d4228a07413874cfb9cc566a hotwire-0.554.zip +2e3dbb42c2882580ff0a5c3050529e31 hotwire-0.710.zip