Browse Source

Correct section order

master
Michael Schloh von Bennewitz 23 years ago committed by Ralf S. Engelschall
parent
commit
8bad3a3bb0
  1. 13
      imapd/imapd.spec

13
imapd/imapd.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [PLUS]
Group: Mail
License: BSD
Version: 2.1.14
Release: 20030808
Release: 20030811
# package options
%option with_fsl yes
@ -239,6 +239,12 @@ AutoReqProv: no
'%dir %attr(0750,%{l_rusr},%{l_rgrp}) %{l_prefix}/var/imapd/*' \
'%dir %attr(0770,%{l_rusr},%{l_rgrp}) %{l_prefix}/var/imapd/*/*' \
'%dir %attr(0770,%{l_musr},%{l_rgrp}) %{l_prefix}/var/imapd/socket'
%files -f files
%clean
rm -rf $RPM_BUILD_ROOT
%pre
# before upgrade, save status and stop service
[ $1 -eq 2 ] || exit 0
@ -260,8 +266,3 @@ AutoReqProv: no
%{l_rc} imapd stop 2>/dev/null
exit 0
%files -f files
%clean
rm -rf $RPM_BUILD_ROOT

Loading…
Cancel
Save