From: Scott Barninger Date: Sat, 14 Jul 2007 12:40:42 +0000 (+0000) Subject: Adjust for qwt in depkgs. X-Git-Tag: Release-7.0.0~6002 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0f70973800334537dc42f2dad714dd8c058c96af;p=bacula%2Fbacula Adjust for qwt in depkgs. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5177 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/platforms/mandrake/bacula.spec.in b/bacula/platforms/mandrake/bacula.spec.in index d772d3399f..983536665e 100644 --- a/bacula/platforms/mandrake/bacula.spec.in +++ b/bacula/platforms/mandrake/bacula.spec.in @@ -6,8 +6,8 @@ # basic defines for every build %define _version @VERSION@ %define _release 1 -%define depkgs_version 04Jan07 -%define _rescuever 2.1.10 +%define depkgs_version 11Jul07 +%define _rescuever @VERSION@ %define docs_version @VERSION@ # any patches for this release @@ -1049,6 +1049,9 @@ make sqlite %if ! %{client_only} make mtx %endif +%if %{bat} +make qwt +%endif cd ${cwd} # patches for the bundled sqlite scripts @@ -1134,6 +1137,7 @@ make %endif %if %{bat} --enable-bat \ + --with-qwt=${cwd}/%{depkgs}/qwt \ %endif %if %{python} --with-python \ @@ -2003,6 +2007,8 @@ fi %endif %changelog +* Sat Jul 14 2007 D. Scott Barninger +- 2.1.26 add make of qwt in depkgs for bat * Sat Jun 02 2007 D. Scott Barninger - upgrade Qt requirement for bat to 4.2 * Sun May 06 2007 D. Scott Barninger diff --git a/bacula/platforms/redhat/bacula.spec.in b/bacula/platforms/redhat/bacula.spec.in index d772d3399f..983536665e 100644 --- a/bacula/platforms/redhat/bacula.spec.in +++ b/bacula/platforms/redhat/bacula.spec.in @@ -6,8 +6,8 @@ # basic defines for every build %define _version @VERSION@ %define _release 1 -%define depkgs_version 04Jan07 -%define _rescuever 2.1.10 +%define depkgs_version 11Jul07 +%define _rescuever @VERSION@ %define docs_version @VERSION@ # any patches for this release @@ -1049,6 +1049,9 @@ make sqlite %if ! %{client_only} make mtx %endif +%if %{bat} +make qwt +%endif cd ${cwd} # patches for the bundled sqlite scripts @@ -1134,6 +1137,7 @@ make %endif %if %{bat} --enable-bat \ + --with-qwt=${cwd}/%{depkgs}/qwt \ %endif %if %{python} --with-python \ @@ -2003,6 +2007,8 @@ fi %endif %changelog +* Sat Jul 14 2007 D. Scott Barninger +- 2.1.26 add make of qwt in depkgs for bat * Sat Jun 02 2007 D. Scott Barninger - upgrade Qt requirement for bat to 4.2 * Sun May 06 2007 D. Scott Barninger diff --git a/bacula/platforms/suse/bacula.spec.in b/bacula/platforms/suse/bacula.spec.in index d772d3399f..983536665e 100644 --- a/bacula/platforms/suse/bacula.spec.in +++ b/bacula/platforms/suse/bacula.spec.in @@ -6,8 +6,8 @@ # basic defines for every build %define _version @VERSION@ %define _release 1 -%define depkgs_version 04Jan07 -%define _rescuever 2.1.10 +%define depkgs_version 11Jul07 +%define _rescuever @VERSION@ %define docs_version @VERSION@ # any patches for this release @@ -1049,6 +1049,9 @@ make sqlite %if ! %{client_only} make mtx %endif +%if %{bat} +make qwt +%endif cd ${cwd} # patches for the bundled sqlite scripts @@ -1134,6 +1137,7 @@ make %endif %if %{bat} --enable-bat \ + --with-qwt=${cwd}/%{depkgs}/qwt \ %endif %if %{python} --with-python \ @@ -2003,6 +2007,8 @@ fi %endif %changelog +* Sat Jul 14 2007 D. Scott Barninger +- 2.1.26 add make of qwt in depkgs for bat * Sat Jun 02 2007 D. Scott Barninger - upgrade Qt requirement for bat to 4.2 * Sun May 06 2007 D. Scott Barninger