From: Scott Barninger Date: Sat, 15 Jul 2006 12:40:20 +0000 (+0000) Subject: Add third party packager tag support. X-Git-Tag: Release-7.0.0~7871 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1c894ea662d16b1b067859ac95c783f95671ca88;p=bacula%2Fbacula Add third party packager tag support. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3142 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/platforms/mandrake/bacula.spec.in b/bacula/platforms/mandrake/bacula.spec.in index ffa5d253b6..e88309926a 100644 --- a/bacula/platforms/mandrake/bacula.spec.in +++ b/bacula/platforms/mandrake/bacula.spec.in @@ -19,6 +19,10 @@ # except for patch macros in the setup section #-------------------------------------------------------------------------- +# third party packagers +%define _packager D. Scott Barninger +%{?contrib_packager:%define _packager %{contrib_packager}} + Summary: Bacula - The Network Backup Solution Name: bacula Version: %{_version} @@ -33,7 +37,7 @@ Source4: http://www.prdownloads.sourceforge.net/bacula/%{name}-rescue-%{_rescuev BuildRoot: %{_tmppath}/%{name}-root URL: http://www.bacula.org/ Vendor: The Bacula Team -Packager: D. Scott Barninger +Packager: %{_packager} # define the basic package description %define blurb Bacula - It comes by night and sucks the vital essence from your computers. @@ -1552,6 +1556,7 @@ fi %changelog * Sat Jul 15 2006 D. Scott Barninger - add provides and conflicts for standard suse packages +- add third party packager tag support * Thu Jul 13 2006 D. Scott Barninger - fix directory creation when wxconsole and not gconsole * Tue Jul 04 2006 D. Scott Barninger diff --git a/bacula/platforms/redhat/bacula.spec.in b/bacula/platforms/redhat/bacula.spec.in index ffa5d253b6..e88309926a 100644 --- a/bacula/platforms/redhat/bacula.spec.in +++ b/bacula/platforms/redhat/bacula.spec.in @@ -19,6 +19,10 @@ # except for patch macros in the setup section #-------------------------------------------------------------------------- +# third party packagers +%define _packager D. Scott Barninger +%{?contrib_packager:%define _packager %{contrib_packager}} + Summary: Bacula - The Network Backup Solution Name: bacula Version: %{_version} @@ -33,7 +37,7 @@ Source4: http://www.prdownloads.sourceforge.net/bacula/%{name}-rescue-%{_rescuev BuildRoot: %{_tmppath}/%{name}-root URL: http://www.bacula.org/ Vendor: The Bacula Team -Packager: D. Scott Barninger +Packager: %{_packager} # define the basic package description %define blurb Bacula - It comes by night and sucks the vital essence from your computers. @@ -1552,6 +1556,7 @@ fi %changelog * Sat Jul 15 2006 D. Scott Barninger - add provides and conflicts for standard suse packages +- add third party packager tag support * Thu Jul 13 2006 D. Scott Barninger - fix directory creation when wxconsole and not gconsole * Tue Jul 04 2006 D. Scott Barninger diff --git a/bacula/platforms/suse/bacula.spec.in b/bacula/platforms/suse/bacula.spec.in index ffa5d253b6..e88309926a 100644 --- a/bacula/platforms/suse/bacula.spec.in +++ b/bacula/platforms/suse/bacula.spec.in @@ -19,6 +19,10 @@ # except for patch macros in the setup section #-------------------------------------------------------------------------- +# third party packagers +%define _packager D. Scott Barninger +%{?contrib_packager:%define _packager %{contrib_packager}} + Summary: Bacula - The Network Backup Solution Name: bacula Version: %{_version} @@ -33,7 +37,7 @@ Source4: http://www.prdownloads.sourceforge.net/bacula/%{name}-rescue-%{_rescuev BuildRoot: %{_tmppath}/%{name}-root URL: http://www.bacula.org/ Vendor: The Bacula Team -Packager: D. Scott Barninger +Packager: %{_packager} # define the basic package description %define blurb Bacula - It comes by night and sucks the vital essence from your computers. @@ -1552,6 +1556,7 @@ fi %changelog * Sat Jul 15 2006 D. Scott Barninger - add provides and conflicts for standard suse packages +- add third party packager tag support * Thu Jul 13 2006 D. Scott Barninger - fix directory creation when wxconsole and not gconsole * Tue Jul 04 2006 D. Scott Barninger