]> git.pld-linux.org Git - packages/openssh.git/commitdiff
- adapterized and made spec %%debug ready or added using %%rpm*flags macros
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 2 May 2001 16:29:11 +0000 (16:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    openssh.spec -> 1.76

openssh.spec

index f858ce0c90ef306e88e113d3836a222339341410..f689d9a5984d7b56d3fee36e60f921bd6d605f2e 100644 (file)
@@ -184,7 +184,7 @@ echo '#define LOGIN_PROGRAM           "/bin/login"' >>config.h
 
 %{__make}
 
-%{!?bcond_off_gnome: cd contrib && gcc $RPM_OPT_FLAGS `gnome-config --cflags gnome gnomeui gtk` } \
+%{!?bcond_off_gnome: cd contrib && %{__cc} %{rpmcflags} `gnome-config --cflags gnome gnomeui gtk` } \
 %{!?bcond_off_gnome:   gnome-ssh-askpass.c -o gnome-ssh-askpass } \
 %{!?bcond_off_gnome:   `gnome-config --libs gnome gnomeui gtk` }
 
@@ -204,7 +204,7 @@ install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/sshd_config
 install -d $RPM_BUILD_ROOT%{_libexecdir}/ssh
 %{!?bcond_off_gnome:install contrib/gnome-ssh-askpass $RPM_BUILD_ROOT%{_libexecdir}/ssh/ssh-askpass}
 
-rm     $RPM_BUILD_ROOT%{_mandir}/man1/slogin.1
+rm -f  $RPM_BUILD_ROOT%{_mandir}/man1/slogin.1
 echo ".so man1/ssh.1" > $RPM_BUILD_ROOT%{_mandir}/man1/slogin.1
 
 gzip -9nf *.RNG TODO README OVERVIEW CREDITS Change*
This page took 0.408604 seconds and 4 git commands to generate.