rpms/hotwire/devel hotwire.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Colin Walters (walters) fedora-extras-commits at redhat.com
Fri May 25 21:33:18 UTC 2007


Author: walters

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

Modified Files:
	.cvsignore sources 
Added Files:
	hotwire.spec 
Log Message:
Initial import



--- 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.450
Release: 1
Source0: http://hotwire-shell.googlegroups.com/web/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: 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 25 2007 Colin Walters <walters at redhat.com> - 0.450-1
- Initial fedora package.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/hotwire/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	25 May 2007 20:19:32 -0000	1.1
+++ .cvsignore	25 May 2007 21:32:44 -0000	1.2
@@ -0,0 +1 @@
+hotwire-0.450.zip


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/hotwire/devel/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	25 May 2007 21:32:44 -0000	1.2
@@ -0,0 +1 @@
+31abba5337baeb52b0304ecadfa3798f  hotwire-0.450.zip




More information about the fedora-extras-commits mailing list