rpms/hotwire/FC-6 hotwire.spec,NONE,1.1 sources,1.1,1.2

Colin Walters (walters) fedora-extras-commits at redhat.com
Fri Jun 1 02:30:54 UTC 2007


Author: walters

Update of /cvs/extras/rpms/hotwire/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11354

Modified Files:
	sources 
Added Files:
	hotwire.spec 
Log Message:
update to 0.554


--- NEW FILE hotwire.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}

Summary: Hotwire Shell
Name: hotwire
Version: 0.554
Release: 1%{?dist}
Source0: http://submind.verbum.org/download/hotwire-%{version}.zip
License: GPL
Group: User Interface/Desktops
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildArch: noarch
Url: http://submind.verbum.org/hotwire
BuildRequires: python-devel
Requires: pygtk2
Requires: gnome-python2-desktop
Requires: gnome-python2-gnomevfs
Requires: desktop-file-utils

%description
Interactive hybrid text/graphical shell for developers and
system administrators

%prep
%setup -q

%build
python setup.py build

%install
rm -rf $RPM_BUILD_ROOT
python setup.py install --no-compile --root=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc COPYING README
%{_bindir}/hotwire
%dir %{python_sitelib}/hotwire
%{python_sitelib}/hotwire/*
%dir %{python_sitelib}/hotwire_ui
%{python_sitelib}/hotwire_ui/*
%{_datadir}/applications/hotwire.desktop

%post
desktop-file-install --vendor='hotwire' %{_datadir}/applications/hotwire.desktop 

%changelog
* Thu May 31 2007 Colin Walters <walters at redhat.com> - 0.554-1
- update, add dep on gnomevfs 

* Mon May 28 2007 Colin Walters <walters at redhat.com> - 0.450-2
- Add dist tag

* Thu May 25 2007 Colin Walters <walters at redhat.com> - 0.450-1
- Initial fedora package.



Index: sources
===================================================================
RCS file: /cvs/extras/rpms/hotwire/FC-6/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	25 May 2007 20:19:32 -0000	1.1
+++ sources	1 Jun 2007 02:30:19 -0000	1.2
@@ -0,0 +1 @@
+ece65989d4228a07413874cfb9cc566a  hotwire-0.554.zip




More information about the fedora-extras-commits mailing list