rpms/autossh/devel autossh-Makefile.patch, NONE, 1.1 autossh.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Ricker (kaboom) fedora-extras-commits at redhat.com
Fri Jun 3 05:13:21 UTC 2005


Author: kaboom

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

Modified Files:
	.cvsignore sources 
Added Files:
	autossh-Makefile.patch autossh.spec 
Log Message:
auto-import autossh-1.3-2 on branch devel from autossh-1.3-2.src.rpm

autossh-Makefile.patch:

--- NEW FILE autossh-Makefile.patch ---
--- autossh-1.3/Makefile.linux.orig	2005-05-17 14:03:41.000000000 -0400
+++ autossh-1.3/Makefile.linux	2005-05-17 14:04:41.000000000 -0400
@@ -11,7 +11,7 @@
 MAN_PREFIX?=	/usr/local
 
 CFLAGS=		-Wall -D"SSH_PATH=\"$(SSH)\""\
-		-D"VER=\"$(VER)\""
+		-D"VER=\"$(VER)\"" $(RPM_OPT_FLAGS)
 OFILES=		autossh.o
 LIBS=
 


--- NEW FILE autossh.spec ---
Summary: Utility to autorestart SSH tunnels
Name: autossh
Version: 1.3
Release: 2
License: BSD
Group: Applications/Internet
URL: http://www.harding.motd.ca/autossh/index.html
Source0: http://www.harding.motd.ca/autossh/autossh-1.3.tgz
Patch0: autossh-Makefile.patch
Requires: /usr/bin/ssh
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
autossh is a utility to start and monitor an ssh tunnel. If the tunnel
dies or stops passing traffic, autossh will automatically restart it.

%prep
%setup -q
%patch0 -p1 -b .mk

%build
make -f Makefile.linux

%install
rm -rf $RPM_BUILD_ROOT

mkdir -p $RPM_BUILD_ROOT%{_bindir}
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
mkdir -p examples

cp -p autossh.host rscreen examples
chmod 0644 examples/*

install -m 0755 -p autossh $RPM_BUILD_ROOT%{_bindir}
cp -p autossh.1 $RPM_BUILD_ROOT%{_mandir}/man1

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-, root, root)
%doc CHANGES README
%doc examples
%{_bindir}/*
%{_mandir}/man1/*

%changelog
* Fri Jun 03 2005 Chris Ricker <kaboom at oobleck.net> 1.3-2
- Changes from Ville Skyttä (use mkdir -p, remove extraneous attr)

* Tue Apr 26 2005 Chris Ricker <kaboom at oobleck.net> 1.3-1
- Initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/autossh/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	3 Jun 2005 05:12:58 -0000	1.1
+++ .cvsignore	3 Jun 2005 05:13:19 -0000	1.2
@@ -0,0 +1 @@
+autossh-1.3.tgz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/autossh/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	3 Jun 2005 05:12:58 -0000	1.1
+++ sources	3 Jun 2005 05:13:19 -0000	1.2
@@ -0,0 +1 @@
+0e7ec62eeca5d1b197f3ef2d0f0d417f  autossh-1.3.tgz




More information about the scm-commits mailing list