packages: bacula/bacula.spec - package examples/python when python scriptin...

glen glen at pld-linux.org
Wed Nov 3 08:40:37 CET 2010


Author: glen                         Date: Wed Nov  3 07:40:37 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- package examples/python when python scripting is enabled (anyone uses py scripting?)

---- Files affected:
packages/bacula:
   bacula.spec (1.171 -> 1.172) 

---- Diffs:

================================================================
Index: packages/bacula/bacula.spec
diff -u packages/bacula/bacula.spec:1.171 packages/bacula/bacula.spec:1.172
--- packages/bacula/bacula.spec:1.171	Fri Oct 22 17:48:58 2010
+++ packages/bacula/bacula.spec	Wed Nov  3 08:40:31 2010
@@ -15,7 +15,7 @@
 %bcond_without	mysql			# use MySQL
 %bcond_without	pgsql			# use PostgreSQL
 %bcond_without	sqlite3			# use SQLite3
-%bcond_without	python
+%bcond_without	python		# Python Scripting support, http://www.bacula.org/3.0.x-manuals/en/concepts/concepts/Python_Scripting.html
 %bcond_without	nagios		# build nagios plugin
 %bcond_with	rescue
 %bcond_with	sqlite3_sync_off	# makes SQLite3 backend much faster, but less reliable
@@ -836,6 +836,7 @@
 %files common
 %defattr(644,root,root,755)
 %doc LICENSE
+%{?with_python:%doc examples/python}
 %dir %{_sysconfdir}
 %attr(600,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*-password
 # do not remove bsmtp from files. Fix build if it is not installed.
@@ -1069,6 +1070,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.172  2010/11/03 07:40:31  glen
+- package examples/python when python scripting is enabled (anyone uses py scripting?)
+
 Revision 1.171  2010/10/22 15:48:58  glen
 - make_catalog_backup as empty file as well
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/bacula/bacula.spec?r1=1.171&r2=1.172&f=u



More information about the pld-cvs-commit mailing list