SPECS: bacula.spec - rel 0.4 - fix /usr/sbin/bat file

mmazur mmazur at pld-linux.org
Wed Apr 22 14:43:06 CEST 2009


Author: mmazur                       Date: Wed Apr 22 12:43:06 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- rel 0.4
- fix /usr/sbin/bat file

---- Files affected:
SPECS:
   bacula.spec (1.109 -> 1.110) 

---- Diffs:

================================================================
Index: SPECS/bacula.spec
diff -u SPECS/bacula.spec:1.109 SPECS/bacula.spec:1.110
--- SPECS/bacula.spec:1.109	Wed Apr 22 12:52:36 2009
+++ SPECS/bacula.spec	Wed Apr 22 14:43:01 2009
@@ -59,7 +59,7 @@
 Summary(pl.UTF-8):	Bacula - rozwiązanie do wykonywania kopii zapasowych po sieci
 Name:		bacula
 Version:	3.0.0
-Release:	0.3
+Release:	0.4
 Epoch:		0
 License:	extended GPL v2
 Group:		Networking/Utilities
@@ -466,9 +466,11 @@
 	src/cats/grant_* src/cats/make_* src/cats/update_*
 sed -i -e 's/@hostname@/--hostname--/' src/*/*.conf.in
 
+%if %{with dbi}
 for dbtype in bdb mysql postgresql sqlite3 sqlite; do
 	sed -i -e "s, at DB_TYPE@,$dbtype,g" src/cats/*_${dbtype}_*
 done
+%endif
 
 %build
 cp -f %{_datadir}/automake/config.sub autoconf
@@ -557,7 +559,7 @@
 %endif
 
 %if %{with bat}
-install src/qt-console/bat $RPM_BUILD_ROOT%{_sbindir}
+install src/qt-console/.libs/bat $RPM_BUILD_ROOT%{_sbindir}
 install scripts/bat.desktop $RPM_BUILD_ROOT%{_desktopdir}
 %endif
 
@@ -984,6 +986,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.110  2009/04/22 12:43:01  mmazur
+- rel 0.4
+- fix /usr/sbin/bat file
+
 Revision 1.109  2009/04/22 10:52:36  mmazur
 - rel 0.3; builds with dbi as default
 - there's a chance it actually works
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/bacula.spec?r1=1.109&r2=1.110&f=u



More information about the pld-cvs-commit mailing list