bacula/bacula.spec

changeset 462
63f79f03cb7f
parent 220
a6cd892638c1
child 577
e3c6a8f912f4
equal deleted inserted replaced
4:798843aed111 5:813b50296231
22 ## 22 ##
23 23
24 # MSvB: 24 # MSvB:
25 # MSvB: Note, see http://www.bacula.org/en/?page=news 25 # MSvB: Note, see http://www.bacula.org/en/?page=news
26 # MSvB: for information on new configuration options. 26 # MSvB: for information on new configuration options.
27 # MSvB: Warning! -L /pfx/lib is placed before locally
28 # MSvB: built libraries (bacula-<ver>/src/cats...)
29 # MSvB: which causes the old version of bacula to
30 # MSvB: supply logic to the new version build!
27 # MSvB: 31 # MSvB:
28 32
29 # package information 33 # package information
30 Name: bacula 34 Name: bacula
31 Summary: Network Backup Tool 35 Summary: Network Backup Tool
34 Packager: OpenPKG Foundation e.V. 38 Packager: OpenPKG Foundation e.V.
35 Distribution: OpenPKG Community 39 Distribution: OpenPKG Community
36 Class: PLUS 40 Class: PLUS
37 Group: System 41 Group: System
38 License: GPL 42 License: GPL
39 Version: 3.0.2 43 Version: 3.0.3
40 Release: 20090916 44 Release: 20091028
41 45
42 # package options 46 # package options
43 %option with_server yes 47 %option with_server yes
44 %option with_ssl yes 48 %option with_ssl yes
45 %option with_wrap no 49 %option with_wrap no
195 --with-working-dir=%{l_prefix}/var/bacula \ 199 --with-working-dir=%{l_prefix}/var/bacula \
196 --with-pid-dir=%{l_prefix}/var/bacula/run \ 200 --with-pid-dir=%{l_prefix}/var/bacula/run \
197 --with-subsys-dir=%{l_prefix}/var/bacula/run/subsys \ 201 --with-subsys-dir=%{l_prefix}/var/bacula/run/subsys \
198 --with-archivedir=/tmp \ 202 --with-archivedir=/tmp \
199 --with-sbin-perm=0755 \ 203 --with-sbin-perm=0755 \
204 --disable-shared \
200 --disable-libtool \ 205 --disable-libtool \
201 --disable-nls 206 --disable-nls
202 207
203 # build 208 # build
204 %{l_make} %{l_mflags -O} 209 %{l_make} %{l_mflags -O}

mercurial