Name: putty Version: 0.60 Release: 1 Summary: SSH, Telnet and Rlogin client License: MIT Group: Applications/Internet URL: http://www.chiark.greenend.org.uk/~sgtatham/putty/ Source0: http://the.earth.li/~sgtatham/putty/latest/putty-0.60.tar.gz Source1: putty.desktop Source2: putty.png Patch0: putty-0.60-aix.patch Requires: gtk+ BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: gtk+-devel %description PuTTY is a free implementation of Telnet and SSH for Win32 and Unix platforms, along with an xterm terminal emulator. %prep %setup -q %patch0 -p0 %build cd unix ln -s Makefile.gtk Makefile make cd .. %install rm -rf $RPM_BUILD_ROOT cd unix install -d -m 755 $RPM_BUILD_ROOT%{_bindir} install -d -m 755 $RPM_BUILD_ROOT%{_mandir}/man1 %makeinstall cd .. mkdir -p $RPM_BUILD_ROOT/etc/X11/applnk/Applications install -m 644 %{SOURCE1} $RPM_BUILD_ROOT/etc/X11/applnk/Applications install -m 644 -D -p %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/pixmaps/putty.png %files %defattr(-,root,root) %doc LICENCE %{_bindir}/* %{_mandir}/man1/* %{_datadir}/pixmaps/putty.png %config /etc/X11/applnk/Applications/putty.desktop %clean rm -rf $RPM_BUILD_ROOT %changelog * Tue Aug 14 2007 Michael Perzl 0.60-1 - first version for AIX V5.1 and higher * Fri Dec 30 2005 Michael Perzl 0.58-1 - first version for AIX V5.1 and higher * Tue Apr 19 2005 Adrian Reber - 0.58-1 - Updated to 0.58 * Tue Feb 29 2005 Adrian Reber - 0.57-2 - fix build with gcc4 * Mon Feb 21 2005 Adrian Reber - 0.57-1 - Updated to 0.57 * Tue Oct 28 2004 Adrian Reber - 0.56-0.fdr.1 - Updated to 0.56 (bug #2209) * Fri Aug 6 2004 Ville Skyttä - 0:0.55-0.fdr.2 - Fix URL and source location. * Thu Aug 05 2004 Andreas Pfaffeneder 0:0.55.fdr.1 - Update to 0.55 due to security problem (CORE-2004-0705). * Mon Nov 18 2003 Andreas Pfaffeneder 0:0.0-0.fdr.2.20030821 - Add desktop-file-utils to build requires * Sun Aug 24 2003 Adrian Reber 0:0.0-0.fdr.1.20030821 - now honouring $RPM_OPT_FLAGS - moved make to the build section; binaries are now stripped - inserted _smp_mflags - using makeinstall - created a icon for the menu entry - optimized the category of the .desktop file from Internet to Network - more fedorafication * Thu Aug 21 2003 Andreas Pfaffeneder 0:0.0-0.fdr.0.20030821 - Quick and dirty spec for cvs of putty