Browse Source

speclint police

master
parent
commit
9485adb305
  1. 4
      dss/dss.spec
  2. 19
      dss/rc.dss
  3. 4
      samba3/samba3.spec
  4. 4
      smlnj/smlnj.spec
  5. 4
      snmpdx/snmpdx.spec
  6. 4
      tomcat4-adapter/tomcat4-adapter.spec

4
dss/dss.spec

@ -23,8 +23,6 @@
## SUCH DAMAGE.
##
# package versions
# package information
Name: dss
Summary: Darwin Streaming Server
@ -35,7 +33,7 @@ Distribution: OpenPKG [EVAL]
Group: Video
License: APSL
Version: 5.0
Release: 20031202
Release: 20040128
# list of sources
Source0: http://www.opensource.apple.com/projects/streaming/release/DarwinStreamingSrc%{version}.zip

19
dss/rc.dss

@ -39,7 +39,7 @@
rcService dss active yes && exit 0
@l_prefix@/sbin/DarwinStreamingServer
if rcVarIsYes dss_admin; then
rc dss startadmin
@l_prefix@/sbin/streamingadminserver
fi
%stop -u @l_susr@
@ -47,7 +47,8 @@
rcService dss active no && exit 0
dss_signal TERM daemon
if rcVarIsYes dss_admin; then
rc dss stopadmin
dss_signal TERM admin
rm -f $dss_admin_pidfile >/dev/null 2>&1 || true
fi
%restart -u @l_susr@
@ -57,17 +58,3 @@
sleep 2
rc dss start
%startadmin -u @l_musr@
rcService dss enable yes || exit 0
rcService dss active yes && exit 0
@l_prefix@/sbin/streamingadminserver
%stopadmin -u @l_musr@
rcService dss enable yes || exit 0
rcService dss active no && exit 0
dss_signal TERM admin
rm -f $dss_admin_pidfile >/dev/null 2>&1 || true
# The %daily logfile rotation logic is handled by the DSS daemon itself.
# Modify the error_logfile_* variables in streamingserver.xml to adjust.

4
samba3/samba3.spec

@ -1,5 +1,5 @@
##
## samba.spec -- OpenPKG RPM Specification
## samba3.spec -- OpenPKG RPM Specification
## Copyright (c) 2000-2004 The OpenPKG Project <http://www.openpkg.org/>
## Copyright (c) 2000-2004 Ralf S. Engelschall <rse@engelschall.com>
## Copyright (c) 2000-2004 Cable & Wireless <http://www.cw.com/>
@ -33,7 +33,7 @@ Distribution: OpenPKG [EVAL]
Group: Filesystem
License: GPL
Version: 3.0.1
Release: 20031216
Release: 20040128
# package options
%option with_pam no

4
smlnj/smlnj.spec

@ -1,5 +1,5 @@
##
## bind.spec -- OpenPKG RPM Specification
## smlnj.spec -- OpenPKG RPM Specification
## Copyright (c) 2000-2004 The OpenPKG Project <http://www.openpkg.org/>
## Copyright (c) 2000-2004 Ralf S. Engelschall <rse@engelschall.com>
## Copyright (c) 2000-2004 Cable & Wireless <http://www.cw.com/>
@ -33,7 +33,7 @@ Distribution: OpenPKG [EVAL]
Group: Languages
License: BSD-like
Version: 110.44
Release: 20040124
Release: 20040128
# package options
%option with_x11 no

4
snmpdx/snmpdx.spec

@ -1,5 +1,5 @@
##
## shiela.spec -- OpenPKG RPM Specification
## snmpdx.spec -- OpenPKG RPM Specification
## Copyright (c) 2000-2004 The OpenPKG Project <http://www.openpkg.org/>
## Copyright (c) 2000-2004 Ralf S. Engelschall <rse@engelschall.com>
## Copyright (c) 2000-2004 Cable & Wireless <http://www.cw.com/>
@ -33,7 +33,7 @@ Distribution: OpenPKG [EVAL]
Group: Network
License: GPL
Version: 0.2.8
Release: 20040126
Release: 20040128
# list of sources
Source0: ftp://ftp.ossp.org/pkg/tool/snmpdx/snmpdx-%{version}.tar.gz

4
tomcat4-adapter/tomcat4-adapter.spec

@ -1,5 +1,5 @@
##
## tomcat-adapter4.spec -- OpenPKG RPM Specification
## tomcat4-adapter.spec -- OpenPKG RPM Specification
## Copyright (c) 2000-2004 The OpenPKG Project <http://www.openpkg.org/>
## Copyright (c) 2000-2004 Ralf S. Engelschall <rse@engelschall.com>
## Copyright (c) 2000-2004 Cable & Wireless <http://www.cw.com/>
@ -33,7 +33,7 @@ Distribution: OpenPKG [EVAL]
Group: Web
License: Apache Software License 1.1
Version: 4.1.29
Release: 20040124
Release: 20040128
# list of sources
Source0: http://www.apache.org/dist/jakarta/tomcat-4/v%{version}/src/jakarta-tomcat-connectors-%{version}-src.tar.gz

Loading…
Cancel
Save