Name: gkermit Version: 1.00 Release: 11%{?dist} Summary: A utility for transferring files using the Kermit protocol Group: Applications/Communications License: GPLv2+ URL: http://www.columbia.edu/kermit/gkermit.html Source0: ftp://kermit.columbia.edu/kermit/archives/gku100.tar.gz # Fedora-specific patches: # Patch makefile to handle of CC, CFLAGS, install directory variables per # Fedora packaging spec, and to not install gkermit.txt as that will be # handled as a doc file. # and Patch0: gkermit-1.00-makefile.patch # Patch to use stdlib.h, string.h, and unistd.h headers, rather than # assuming the argument profiles of various standard library functions. Patch1: gkermit-1.00-std_headers.patch # NOT patching incorrect FSF address as reported by rpmlint. As of # 14-JUL-2012, policy states that only upstream notification is required. # Upstream was notified by email on 14-JUL-2012, and a reply was received # the same day stating that the address will not be changed. %description G-Kermit is a utility for file transfer using the Kermit protocol, supporting text and binary transfers on 7-bit and 8-bit connections. It is most useful as a remote endpoint; for a more fully-featured Kermit program, use the ckermit package. %prep %setup -q -c %patch0 -p1 -b .makefile %patch1 -p1 -b .std_headers %build # Unfortunately we cannot use smp_mflags because Makefile isn't SMP-safe. # With smp_mflags, make will attempt to run generated programs such as # ./gwart before they have been compiled. make RPM_CFLAGS="%{optflags} -DERRNO_H" %install install -d -m0755 %{buildroot}%{_bindir} install -d -m0755 %{buildroot}%{_mandir}/man1 make install BINDIR=%{buildroot}%{_bindir} MANDIR=%{buildroot}%{_mandir}/man1 %files %doc ANNOUNCE COPYING README %{_bindir}/gkermit %{_mandir}/man1/gkermit.1* %changelog * Sun Jul 22 2012 Eric Smith 1.00-11 - Added description of patches per package review comments. * Fri Jul 13 2012 Eric Smith 1.00-10 - Updated to current Fedora packaging standards. * Mon Jul 9 2001 Tim Powers - when you rebuild, add a changelog entry and bump the release # * Tue Dec 19 2000 Philipp Knirsch - rebuild * Thu Jul 13 2000 Prospector - automatic rebuild * Mon Jun 26 2000 Nalin Dahyabhai - Remove the setgid bit. (#11870) * Mon Jun 5 2000 Nalin Dahyabhai - FHS fixes. * Wed May 10 2000 Tim Powers - quiet setup - rebuilt for 7.0 * Sun Feb 27 2000 Cristian Gafton - make gkermit setgid uucp * Wed Feb 02 2000 Cristian Gafton - fix description * Thu Jan 13 2000 Cristian Gafton - create first version of the package