Build static libraries, don't install any libraries, and update version.

Fri, 30 Oct 2009 22:39:44 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 30 Oct 2009 22:39:44 +0100
changeset 223
d1b7fc7f844a
parent 222
c59522753b78
child 224
29b273d63835

Build static libraries, don't install any libraries, and update version.

bacula/bacula.spec file | annotate | diff | comparison | revisions
     1.1 --- a/bacula/bacula.spec	Tue Oct 27 21:44:13 2009 +0100
     1.2 +++ b/bacula/bacula.spec	Fri Oct 30 22:39:44 2009 +0100
     1.3 @@ -24,6 +24,10 @@
     1.4  # MSvB:
     1.5  # MSvB: Note, see http://www.bacula.org/en/?page=news
     1.6  # MSvB: for information on new configuration options.
     1.7 +# MSvB: Warning! -L /pfx/lib is placed before locally
     1.8 +# MSvB: built libraries (bacula-<ver>/src/cats...)
     1.9 +# MSvB: which causes the old version of bacula to
    1.10 +# MSvB: supply logic to the new version build!
    1.11  # MSvB:
    1.12  
    1.13  #   package information
    1.14 @@ -36,8 +40,8 @@
    1.15  Class:        PLUS
    1.16  Group:        System
    1.17  License:      GPL
    1.18 -Version:      3.0.2
    1.19 -Release:      20090916
    1.20 +Version:      3.0.3
    1.21 +Release:      20091028
    1.22  
    1.23  #   package options
    1.24  %option       with_server       yes
    1.25 @@ -197,6 +201,7 @@
    1.26          --with-subsys-dir=%{l_prefix}/var/bacula/run/subsys \
    1.27          --with-archivedir=/tmp \
    1.28          --with-sbin-perm=0755 \
    1.29 +        --disable-shared \
    1.30          --disable-libtool \
    1.31          --disable-nls
    1.32  

mercurial