Browse Source

Speclint police, removed whitespace after shell redirection

master
Michael Schloh von Bennewitz 23 years ago committed by Ralf S. Engelschall
parent
commit
1b50bdcbfe
  1. 4
      gzip/gzip.spec
  2. 4
      imagemagick/imagemagick.spec

4
gzip/gzip.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [CORE]
Group: Compression
License: GPL
Version: 1.3.5
Release: 20021001
Release: 20030409
# list of sources
Source0: ftp://alpha.gnu.org/gnu/gzip/gzip-%{version}.tar.gz
@ -73,7 +73,7 @@ AutoReqProv: no
Makefile
%{l_make} %{l_mflags} install prefix=$RPM_BUILD_ROOT%{l_prefix}
rm -f $RPM_BUILD_ROOT%{l_prefix}/info/dir
strip $RPM_BUILD_ROOT%{l_prefix}/bin/* 2> /dev/null || true
strip $RPM_BUILD_ROOT%{l_prefix}/bin/* 2>/dev/null || true
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
%files -f files

4
imagemagick/imagemagick.spec

@ -42,7 +42,7 @@ Distribution: OpenPKG [BASE]
Group: Graphics
License: GPL
Version: %{V_major}.%{V_minor}
Release: 20030314
Release: 20030409
# package options
%option with_perl no
@ -134,7 +134,7 @@ AutoReqProv: no
)
%endif
strip $RPM_BUILD_ROOT%{l_prefix}/bin/* 2> /dev/null || true
strip $RPM_BUILD_ROOT%{l_prefix}/bin/* 2>/dev/null || true
( cd $RPM_BUILD_ROOT%{l_prefix} || exit 1
rm -f bin/cgimagick
rm -f bin/iptcutil

Loading…
Cancel
Save