diff --git a/less.spec b/less.spec index c57f818..33ad44a 100644 --- a/less.spec +++ b/less.spec @@ -45,7 +45,6 @@ Patch27: %{name}-429-save_line_position.patch Patch28: %{name}-429-more.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build - %description less is a text file browser and pager similar to more. It allows backward as well as forward movement within a file. Also, less does not @@ -75,7 +74,6 @@ chmod u+w * # cp %{S:1} %{S:2} %{S:3} %{S:4} . - %build autoreconf -fiv %configure --with-pic @@ -87,7 +85,6 @@ make mkhelp # build less make %{?_smp_mflags} - %install make DESTDIR=$RPM_BUILD_ROOT/ install # @@ -100,11 +97,9 @@ $RPM_BUILD_ROOT%{_bindir}/lesskey -o $RPM_BUILD_ROOT%{_sysconfdir}/lesskey.bin $ install -m 755 lessopen.sh lessclose.sh $RPM_BUILD_ROOT/%{_bindir} %__chmod -x LICENSE COPYING NEWS README.SuSE - %clean rm -rf $RPM_BUILD_ROOT - %files %defattr(-, root, root) %doc LICENSE COPYING NEWS README.SuSE @@ -112,6 +107,4 @@ rm -rf $RPM_BUILD_ROOT %config %{_sysconfdir}/* %{_bindir}/* - - %changelog