[ssh-contact] Update to 0.6.

Brian Pepple bpepple at fedoraproject.org
Mon Jun 6 00:21:29 UTC 2011


commit 4b45b36e33691b5ba2056e6104e6889d40c5028c
Author: Brian Pepple <bpepple at fedoraproject.org>
Date:   Sun Jun 5 20:20:15 2011 -0400

    Update to 0.6.

 .gitignore       |    1 +
 sources          |    1 +
 ssh-contact.spec |   71 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 73 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..49ab78a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/ssh-contact-0.6.tar.gz
diff --git a/sources b/sources
index e69de29..6fb4bc9 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+17c1ba45c2f44d2a9c812726fb26f925  ssh-contact-0.6.tar.gz
diff --git a/ssh-contact.spec b/ssh-contact.spec
new file mode 100644
index 0000000..0d2a7fe
--- /dev/null
+++ b/ssh-contact.spec
@@ -0,0 +1,71 @@
+Name:           ssh-contact
+Version:        0.6
+Release:        1%{?dist}
+Summary:        Establish SSH connections to your IM contacts using Telepathy
+
+Group:          Applications/Internet
+License:        GPLv2+
+URL:            http://telepathy.freedesktop.org/wiki/SSH-Contact
+Source0:        http://telepathy.freedesktop.org/releases/%{name}/%{name}-%{version}.tar.gz
+
+BuildRequires:  telepathy-glib-devel >= 0.13.9
+BuildRequires:  glib2-devel
+BuildRequires:  intltool
+## BR for vinagre plugin. Enable once it becomes stable.
+#BuildRequires:  vinagre-devel
+#BuildRequires:  vte-devel
+
+Requires:       openssh-server
+Requires:       openssh-clients
+
+
+%description
+%{name} is a client/service tool that makes it easy to connect to
+your telepathy IM contacts via SSH. No need to care about dynamic
+IP, NAT, port forwarding, or firewalls anymore; if you can chat with
+a friend, you can also SSH to their machine. 
+
+
+#%package vinagre
+#Summary:	Vinagre plugin for %{name}
+#Group:		Applications/Internet
+#Requires:	%{name} = %{version}-%{release}
+
+
+#%description vinagre
+#Vinagre plugin for %{name}.
+
+
+%prep
+%setup -q
+
+
+%build
+%configure --enable-static=no --enable-vinagre=no
+make %{?_smp_mflags}
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT
+
+
+%files
+%defattr(-,root,root,-)
+%doc COPYING NEWS AUTHORS
+%{_bindir}/%{name}
+%{_libexecdir}/%{name}-service
+%{_datadir}/telepathy/clients/SSHContact.client
+%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.SSHContact.service
+
+
+#%files vinagre
+#%defattr(-,root,root,-)
+#%{_libdir}/vinagre-1/plugins
+
+%changelog
+* Mon May 16 2011 Brian Pepple <bpepple at fedoraproject.org> - 0.6-1
+- Update to 0.6.
+
+* Thu Dec 16 2010 Brian Pepple <bpepple at fedoraproject.org> - 0.4-1
+- Initial Fedora spec.


More information about the scm-commits mailing list