- remove which usage (#312591)
This commit is contained in:
parent
3e1aa86328
commit
006d677ec3
@ -1,7 +1,7 @@
|
|||||||
Summary: A text file browser similar to more, but better
|
Summary: A text file browser similar to more, but better
|
||||||
Name: less
|
Name: less
|
||||||
Version: 409
|
Version: 409
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
Source: http://www.greenwoodsoftware.com/less/%{name}-%{version}.tar.gz
|
Source: http://www.greenwoodsoftware.com/less/%{name}-%{version}.tar.gz
|
||||||
@ -12,7 +12,6 @@ Patch1: less-406-Foption.patch
|
|||||||
Patch4: less-394-time.patch
|
Patch4: less-394-time.patch
|
||||||
URL: http://www.greenwoodsoftware.com/less/
|
URL: http://www.greenwoodsoftware.com/less/
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
Requires: which
|
|
||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
BuildRequires: pcre-devel
|
BuildRequires: pcre-devel
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
@ -59,6 +58,9 @@ ls -la $RPM_BUILD_ROOT/etc/profile.d
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 13 2007 Ivana Varekova <varekova@redhat.com> - 409-2
|
||||||
|
- remove which usage (#312591)
|
||||||
|
|
||||||
* Mon Oct 22 2007 Ivana Varekova <varekova@redhat.com> - 409-1
|
* Mon Oct 22 2007 Ivana Varekova <varekova@redhat.com> - 409-1
|
||||||
- upgrade to 409
|
- upgrade to 409
|
||||||
- remove useless/obsolete patches
|
- remove useless/obsolete patches
|
||||||
|
@ -29,7 +29,7 @@ lesspipe() {
|
|||||||
*.rpm) rpm -qpivl --changelog -- "$1" ;;
|
*.rpm) rpm -qpivl --changelog -- "$1" ;;
|
||||||
*.cpi|*.cpio) cpio -itv < "$1" ;;
|
*.cpi|*.cpio) cpio -itv < "$1" ;;
|
||||||
*.gif|*.jpeg|*.jpg|*.pcd|*.png|*.tga|*.tiff|*.tif)
|
*.gif|*.jpeg|*.jpg|*.pcd|*.png|*.tga|*.tiff|*.tif)
|
||||||
if [ -x "`which identify`" ]; then
|
if [ -x /usr/bin/identify ]; then
|
||||||
identify "$1"
|
identify "$1"
|
||||||
else
|
else
|
||||||
echo "No identify available"
|
echo "No identify available"
|
||||||
|
Loading…
Reference in New Issue
Block a user