|
|
@@ -23,7 +23,7 @@
|
|
|
## SUCH DAMAGE.
|
|
|
##
|
|
|
|
|
|
-# FIXME thl fsl version requirement should disappear before release
|
|
|
+# FIXME: thl: fsl version requirement should disappear before release
|
|
|
|
|
|
# package information
|
|
|
Name: teapop
|
|
|
@@ -35,7 +35,7 @@ Distribution: OpenPKG [PLUS]
|
|
|
Group: Mail
|
|
|
License: BSD
|
|
|
Version: 0.3.5
|
|
|
-Release: 20030707
|
|
|
+Release: 20030708
|
|
|
|
|
|
# package options
|
|
|
%option with_fsl yes
|
|
|
@@ -71,7 +71,7 @@ Provides: POP
|
|
|
-e 's;^elif test -d \$pop_piddir\; then$;elif true\; then;' \
|
|
|
config/configure
|
|
|
|
|
|
- # Removing LOG_NDELAY in openlog(3) call which prevents fsl from logging.
|
|
|
+ # removing LOG_NDELAY in openlog(3) call which prevents fsl from logging.
|
|
|
# Since we don't operate teapop in a chroot environment this shouldn't be
|
|
|
# an issue.
|
|
|
%{l_shtool} subst \
|
|
|
@@ -97,10 +97,10 @@ Provides: POP
|
|
|
%install
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
- # Installing Teapop
|
|
|
+ # installing Teapop
|
|
|
DESTDIR="$RPM_BUILD_ROOT" %{l_make} %{l_mflags} install
|
|
|
|
|
|
- # Creating run-command script
|
|
|
+ # creating run-command script
|
|
|
%{l_shtool} mkdir -f -p -m 755 \
|
|
|
$RPM_BUILD_ROOT%{l_prefix}/etc/rc.d
|
|
|
%{l_shtool} install -c -m 755 -e 's;@l_prefix@;%{l_prefix};g' \
|
|
|
@@ -108,14 +108,14 @@ Provides: POP
|
|
|
-e 's;@l_rusr@;%{l_rusr};g' -e 's;@l_rgrp@;%{l_rgrp};g' \
|
|
|
%{SOURCE rc.teapop} $RPM_BUILD_ROOT%{l_prefix}/etc/rc.d/
|
|
|
|
|
|
- # OSSP fake syslog library
|
|
|
+ # install OSSP fsl configuration
|
|
|
%{l_shtool} mkdir -f -p -m 755 $RPM_BUILD_ROOT%{l_prefix}/etc/fsl
|
|
|
%{l_shtool} install -c -m 644 \
|
|
|
-e 's;@l_prefix@;%{l_prefix};g' \
|
|
|
%{SOURCE fsl.teapop} \
|
|
|
$RPM_BUILD_ROOT%{l_prefix}/etc/fsl/
|
|
|
|
|
|
- # Stripping installation
|
|
|
+ # stripping installation
|
|
|
rm -f $RPM_BUILD_ROOT%{l_prefix}/sbin/cronpopauth.pl \
|
|
|
>/dev/null 2>&1 || true
|
|
|
|