bacula/bacula.spec

changeset 649
c44c510c1c7f
parent 579
6b18bb69901e
child 650
f4280ba8b3ac
     1.1 --- a/bacula/bacula.spec	Wed Aug 29 21:06:55 2012 +0200
     1.2 +++ b/bacula/bacula.spec	Wed Aug 29 21:07:12 2012 +0200
     1.3 @@ -201,7 +201,7 @@
     1.4          --with-subsys-dir=%{l_prefix}/var/bacula/run/subsys \
     1.5          --with-archivedir=/tmp \
     1.6          --with-sbin-perm=0755 \
     1.7 -        --disable-shared \
     1.8 +        --disable-libtool \
     1.9          --disable-nls
    1.10  
    1.11      #   build
    1.12 @@ -235,6 +235,9 @@
    1.13            rm -f $unwanted
    1.14        done
    1.15      ) || exit $?
    1.16 +    ( cd $RPM_BUILD_ROOT%{l_prefix}/man/man1
    1.17 +      rm -f bacula-bwxconsole.1 bacula-tray-monitor.1 bat.1
    1.18 +    ) || exit $?
    1.19  
    1.20      #   install additional files
    1.21      %{l_shtool} install -c -m 754 %{l_value -s -a} \

mercurial