]> git.pld-linux.org Git - packages/openssh.git/commitdiff
- connect moved to separate package "connect"; rel 3
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 15 Nov 2006 13:41:51 +0000 (13:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    openssh.spec -> 1.251.2.14

openssh.spec

index ad161565e86b4ff895c485badca87fcbb47dffe5..2eb95d944ccb8881753acdb790dc520ca6b058f2 100644 (file)
@@ -16,7 +16,7 @@
 %endif
 # gtk2-based gnome-askpass means no gnome1-based
 %{?with_gtk:%undefine with_gnome}
-%define                _rel    2
+%define                _rel    3
 Summary:       OpenSSH free Secure Shell (SSH) implementation
 Summary(de):   OpenSSH - freie Implementation der Secure Shell (SSH)
 Summary(es):   Implementación libre de SSH
@@ -43,10 +43,6 @@ Source5:     %{name}.sysconfig
 Source6:       passwd.pamd
 Source7:       http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
 # Source7-md5: 66943d481cc422512b537bcc2c7400d1
-Source9:       http://www.taiyo.co.jp/~gotoh/ssh/connect.c
-# Source9-md5: b856937f1cdfca7a3ccfb2fac36ef726
-Source10:      http://www.taiyo.co.jp/~gotoh/ssh/connect.html
-# Source10-md5:        bb972b3a9d435c62023b355960d78f78
 Source11:      ssh-agent.sh
 Source12:      ssh-agent.conf
 Patch0:                %{name}-no_libnsl.patch
@@ -464,9 +460,6 @@ GNOME.
 %{?with_hpn_none:%patch11 -p1}
 %patch12 -p1
 
-cp -a %{SOURCE9} .
-cp -a %{SOURCE10} .
-
 %build
 cp /usr/share/automake/config.sub .
 %{__aclocal}
@@ -495,7 +488,6 @@ cp /usr/share/automake/config.sub .
 echo '#define LOGIN_PROGRAM               "/bin/login"' >>config.h
 
 %{__make}
-%{__cc} %{rpmcflags} %{rpmldflags} connect.c -o connect
 
 cd contrib
 %if %{with gnome}
@@ -516,7 +508,6 @@ install -d $RPM_BUILD_ROOT{%{_sysconfdir},/etc/{pam.d,rc.d/init.d,sysconfig,secu
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-install connect $RPM_BUILD_ROOT%{_bindir}
 install %{SOURCE4} $RPM_BUILD_ROOT/etc/pam.d/sshd
 install %{SOURCE6} $RPM_BUILD_ROOT/etc/pam.d/passwdssh
 install %{SOURCE5} $RPM_BUILD_ROOT/etc/sysconfig/sshd
@@ -607,8 +598,6 @@ fi
 
 %files clients
 %defattr(644,root,root,755)
-%doc connect.html
-%attr(755,root,root) %{_bindir}/connect
 %attr(755,root,root) %{_bindir}/ssh
 %attr(755,root,root) %{_bindir}/slogin
 %attr(755,root,root) %{_bindir}/sftp
This page took 0.341265 seconds and 4 git commands to generate.