rpms/hotssh/devel hotssh.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Colin Walters (walters) fedora-extras-commits at redhat.com
Mon Aug 4 19:02:02 UTC 2008


Author: walters

Update of /cvs/pkgs/rpms/hotssh/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32088/devel

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



--- NEW FILE hotssh.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: Secure Shell Client
Name: hotssh
Version: 0.2.5
Release: 1%{?dist}
Source0: http://ftp.gnome.org/pub/GNOME/sources/hotssh/0.2/hotssh-%{version}.tar.bz2
License: GPLv2+
Group: User Interface/Desktops
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildArch: noarch
URL: http://www.gnome.org/parojects/hotssh
BuildRequires: desktop-file-utils
BuildRequires: python-devel
BuildRequires: intltool
BuildRequires: gettext
BuildRequires: dbus-python pygtk2
Requires: pygtk2
Requires: gnome-python2-desktop
Requires: dbus-python
Requires: gnome-python2-gnomevfs

%description
HotSSH is an interface to Secure Shell, for 
GNOME and OpenSSH. It intends to be a better 
experience than simply invoking "ssh" from an 
existing terminal window. 

%prep
%setup -q

%build
python ./waf configure --prefix=%{_prefix}
python ./waf

%install
rm -rf $RPM_BUILD_ROOT
python ./waf install --destdir=$RPM_BUILD_ROOT
desktop-file-install \
  --delete-original \
  --dir=${RPM_BUILD_ROOT}%{_datadir}/applications	\
  ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
%find_lang %name

%clean
rm -rf $RPM_BUILD_ROOT

%files -f %{name}.lang
%defattr(-,root,root)
%{_sysconfdir}/profile.d/*
%{_bindir}/hotssh
%{_datadir}/applications/*.desktop
%{_datadir}/doc/*
%dir %{python_sitelib}/hotssh/
%{python_sitelib}/hotssh/*

%post
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
* Fri Aug 01 2008 Colin Walters <walters at redhat.com> - 0.2.5-1
- New upstream

* Tue Jul 29 2008 Colin Walters <walters at redhat.com> - 0.2.2-1
- New upstream
- Minor tweaks from review

* Mon Jul 28 2008 Colin Walters <walters at redhat.com> - 0.2.1-1
- Tweak spec goo:
  - .desktop file
  - dir ownership
  - BuildRequires

* Fri Jul 11 2008 Colin Walters <walters at redhat.com> - 0.2-1
- Create spec goo


--- NEW FILE import.log ---
hotssh-0_2_5-1_fc9:HEAD:hotssh-0.2.5-1.fc9.src.rpm:1217876185


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/hotssh/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	2 Aug 2008 02:33:57 -0000	1.1
+++ .cvsignore	4 Aug 2008 19:01:32 -0000	1.2
@@ -0,0 +1 @@
+hotssh-0.2.5.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/hotssh/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	2 Aug 2008 02:33:57 -0000	1.1
+++ sources	4 Aug 2008 19:01:32 -0000	1.2
@@ -0,0 +1 @@
+b23177131f44e2c1754a04e0f0187018  hotssh-0.2.5.tar.bz2




More information about the fedora-extras-commits mailing list