Browse Source

speclint police: remove illegal indentation on preproc directives

master
parent
commit
6710ba65f8
  1. 12
      procmail/procmail.spec

12
procmail/procmail.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [BASE]
Group: Mail Group: Mail
License: GPL License: GPL
Version: 3.22 Version: 3.22
Release: 20030703 Release: 20030707
# package options # package options
%option with_fsl yes %option with_fsl yes
@ -82,11 +82,11 @@ AutoReqProv: no
-e 's;\(#define.*ETCRC[^"]"\)[^"]*\(".*\);\1%{l_prefix}/etc/procmail/procmailrc\2;' \ -e 's;\(#define.*ETCRC[^"]"\)[^"]*\(".*\);\1%{l_prefix}/etc/procmail/procmailrc\2;' \
-e 's;\(#define.*ETCRCS[^"]"\)[^"]*\(".*\);\1%{l_prefix}/etc/procmail/\2;' \ -e 's;\(#define.*ETCRCS[^"]"\)[^"]*\(".*\);\1%{l_prefix}/etc/procmail/\2;' \
config.h config.h
%if "%{with_fsl}" == "yes" %if "%{with_fsl}" == "yes"
%{l_shtool} subst \ %{l_shtool} subst \
-e 's;openlog(ident,logopt,facility);openlog(ident,logopt,LOG_USER);' \ -e 's;openlog(ident,logopt,facility);openlog(ident,logopt,LOG_USER);' \
src/includes.h src/includes.h
%endif %endif
%build %build
( unset LD_LIBRARY_PATH 2>/dev/null || true ( unset LD_LIBRARY_PATH 2>/dev/null || true

Loading…
Cancel
Save