Forget to including some command output for “less” command:

less.spec file:

Name:           less
Version:        443
Release:        1
Summary:        A program similar to “more”

License:        GNU
URL:            http://www.greenwoodsoftware.com/less
Source0:        httP://ftp.gnu.org/gnu/less/less-443.tar.gz

#BuildRequires:
#Requires:

%description
allow backward movement in the file

%prep
%setup -q

%build
%configure
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

%files
%doc README
%defattr(-,root,root,-)
%{_bindir}/*
%{_mandir}/man1/*

%changelog
*Tue Jan 24 2012 Kun Liu<kliu39@learn.senecac.on.ca> 443-1
-SPEC file updated