]> git.pld-linux.org Git - packages/bacula.git/commitdiff
- package examples/python when python scripting is enabled (anyone uses py scripting?) auto/ti/bacula-5_0_3-9
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 3 Nov 2010 07:40:31 +0000 (07:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bacula.spec -> 1.172

bacula.spec

index dbae6cb667e1bb73f636b1d8deeda10c8e8a17f1..16172d374774419e4f85886863e0930beb246e00 100644 (file)
@@ -14,7 +14,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
@@ -835,6 +835,7 @@ ln -sf "make_%{1}_catalog_backup" %{_libexecdir}/%{name}/make_catalog_backup ||
 %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.
This page took 0.042262 seconds and 4 git commands to generate.