rpms/hotwire/F-7 hotwire.spec,NONE,1.1

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


Author: walters

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

Added Files:
	hotwire.spec 
Log Message:
building with a spec file works better


--- 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.





More information about the scm-commits mailing list