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 |
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} |