Author: pawelz                       Date: Fri Jun  4 12:42:59 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- up to 0.4
- use official download location, not Debian repository
- added URL (it was not so hard to find, really)
- install binary into %{_bindir}!!! If Debian does otherwise, we should not 
follow them!!!
- binary name changed (note, users will have to adapt their configuration)

---- Files affected:
packages/ssh-askpass-fullscreen:
   ssh-askpass-fullscreen.spec (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: packages/ssh-askpass-fullscreen/ssh-askpass-fullscreen.spec
diff -u packages/ssh-askpass-fullscreen/ssh-askpass-fullscreen.spec:1.6 
packages/ssh-askpass-fullscreen/ssh-askpass-fullscreen.spec:1.7
--- packages/ssh-askpass-fullscreen/ssh-askpass-fullscreen.spec:1.6     Tue Oct 
16 00:03:00 2007
+++ packages/ssh-askpass-fullscreen/ssh-askpass-fullscreen.spec Fri Jun  4 
14:42:53 2010
@@ -10,20 +10,18 @@
 Summary(ru.UTF-8):     SSH - диалог ввода ключевой фразы (passphrase) для X11
 Summary(uk.UTF-8):     SSH - діалог вводу ключової фрази (passphrase) для X11
 Name:          ssh-askpass-fullscreen
-Version:       0.3
-Release:       2
+Version:       0.4
+Release:       3
 License:       GPL v2
 Group:         Applications/Networking
-Source0:       
http://ftp.debian.org/debian/pool/main/s/ssh-askpass-fullscreen/%{name}_%{version}.orig.tar.gz
-# Source0-md5: c46ad80b6bb150270514317001a2cedc
+Source0:       
http://www.cgabriel.org/download/ssh-askpass-fullscreen/%{name}-%{version}.tar.gz
+# Source0-md5: 989b2c34b4a43ae0117ce69d464a417d
+URL:           https://trac.cgabriel.org/wiki/SshAskpassFullscreen
 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.
 
@@ -56,17 +54,17 @@
 %setup -q
 
 %build
-%{__cc} gtk2-ssh-askpass.c \
+%{__cc} ssh-askpass-fullscreen.c \
        %{rpmcflags} -Wall \
-       -o gtk2-ssh-askpass \
+       -o ssh-askpass-fullscreen \
        `pkg-config --libs gtk+-2.0` \
        `pkg-config --cflags gtk+-2.0`
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_libexecdir}/ssh
+install -d $RPM_BUILD_ROOT%{_bindir}
 
-install gtk2-ssh-askpass $RPM_BUILD_ROOT%{_libexecdir}
+cp -a ssh-askpass-fullscreen $RPM_BUILD_ROOT%{_bindir}/ssh-askpass-fullscreen
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -74,7 +72,7 @@
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog README
-%attr(755,root,root) %{_libexecdir}/*
+%attr(755,root,root) %{_bindir}/ssh-askpass-fullscreen
 
 %define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -82,6 +80,13 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2010/06/04 12:42:53  pawelz
+- up to 0.4
+- use official download location, not Debian repository
+- added URL (it was not so hard to find, really)
+- install binary into %{_bindir}!!! If Debian does otherwise, we should not 
follow them!!!
+- binary name changed (note, users will have to adapt their configuration)
+
 Revision 1.6  2007/10/15 22:03:00  blues
 - rel.2
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ssh-askpass-fullscreen/ssh-askpass-fullscreen.spec?r1=1.6&r2=1.7&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to