%define release 1 Summary: CLE -- Command Line Editor Name: cle Version: 0.4 Release: %{release} Copyright: GPL Source: cle-0.4.tar.gz Group: Utilities/System Packager: Erick Gallesio %description Cle provides the editing/history/completion of the GNU readline package to any line-oriented Unix command. For instance, $ cle ftp foo.bar.org adds editing/history/completion commands to the ftp command. %prep %setup %build CFLAGS=-O2 sh configure --prefix=/usr/local make %install make install %clean %post %postun %files %doc README NEWS ChangeLog etc/sample-inputrc /usr/local/bin/cle /usr/local/man/man1/cle.1