SPECS: ssh-askpass-fullscreen.spec - use existing openssh dir
qboosh
qboosh at pld-linux.org
Mon Oct 3 19:40:05 CEST 2005
Author: qboosh Date: Mon Oct 3 17:40:05 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- use existing openssh dir
---- Files affected:
SPECS:
ssh-askpass-fullscreen.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SPECS/ssh-askpass-fullscreen.spec
diff -u SPECS/ssh-askpass-fullscreen.spec:1.2 SPECS/ssh-askpass-fullscreen.spec:1.3
--- SPECS/ssh-askpass-fullscreen.spec:1.2 Wed Sep 28 23:22:06 2005
+++ SPECS/ssh-askpass-fullscreen.spec Mon Oct 3 19:40:00 2005
@@ -16,11 +16,13 @@
Group: Applications/Networking
Source0: http://ftp.debian.org/debian/pool/main/s/ssh-askpass-fullscreen/%{name}_%{version}.orig.tar.gz
# Source0-md5: c46ad80b6bb150270514317001a2cedc
-BuildRequires: gtk+2-devel
+BuildRequires: gtk+2-devel >= 2.0.0
+BuildRequires: pkgconfig
Requires: openssh
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%define _appdefsdir /usr/X11R6/lib/X11/app-defaults
+%define _libexecdir %{_libdir}/openssh
%description
This is an X11-based passphrase dialog for use with SSH.
@@ -64,7 +66,7 @@
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_libexecdir}/ssh
-install gtk2-ssh-askpass $RPM_BUILD_ROOT%{_libexecdir}/ssh
+install gtk2-ssh-askpass $RPM_BUILD_ROOT%{_libexecdir}
%clean
rm -rf $RPM_BUILD_ROOT
@@ -72,7 +74,7 @@
%files
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog README
-%attr(755,root,root) %{_libexecdir}/ssh/*
+%attr(755,root,root) %{_libexecdir}/*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -80,9 +82,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2005/10/03 17:40:00 qboosh
+- use existing openssh dir
+
Revision 1.2 2005/09/28 21:22:06 blues
- release 1 - works
Revision 1.1 2005/09/28 21:12:54 blues
- initial release, not tested, but should work
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/ssh-askpass-fullscreen.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list