From 4aa4f87cc68833cbb133ce52214314d2859a887c Mon Sep 17 00:00:00 2001 From: Scott Barninger Date: Sun, 14 Jan 2007 14:12:20 +0000 Subject: [PATCH] Change method to determine gcc version. Move atk-devel requirement into gnome only builds. Add fc6 tag. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3995 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/platforms/mandrake/bacula.spec.in | 82 ++++++++++++++++++------ bacula/platforms/redhat/bacula.spec.in | 82 ++++++++++++++++++------ bacula/platforms/suse/bacula.spec.in | 82 ++++++++++++++++++------ 3 files changed, 189 insertions(+), 57 deletions(-) diff --git a/bacula/platforms/mandrake/bacula.spec.in b/bacula/platforms/mandrake/bacula.spec.in index 8027924522..545ada98a7 100644 --- a/bacula/platforms/mandrake/bacula.spec.in +++ b/bacula/platforms/mandrake/bacula.spec.in @@ -1,5 +1,5 @@ # Bacula RPM spec file -# Copyright (C) 2000-2007 Free Software Foundation Europe, e.V. +# Copyright (C) 2000-2006 Kern Sibbald # Platform Build Configuration @@ -90,6 +90,8 @@ Packager: %{_packager} %{?build_fc4:%define fc4 1} %define fc5 0 %{?build_fc5:%define fc5 1} +%define fc6 0 +%{?build_fc6:%define fc6 1} # Whitebox Enterprise build %define wb3 0 %{?build_wb3:%define wb3 1} @@ -172,7 +174,7 @@ exit 1 %if %{rh7} || %{rh8} || %{rh9} || %{rhel3} || %{rhel4} %define _dist %(grep Red /etc/redhat-release) %endif -%if %{fc1} || %{fc4} || %{fc5} +%if %{fc1} || %{fc4} || %{fc5} || %{fc6} %define _dist %(grep Fedora /etc/redhat-release) %endif %if %{centos4} || %{centos3} @@ -233,11 +235,11 @@ Distribution: %{_dist} %define wxconsole 0 %endif -%{expand: %%define gccver %(rpm -q gcc | cut -d - -f 2)} -%{expand: %%define gccrel %(rpm -q gcc | cut -d - -f 3)} +%{expand: %%define gccver %(rpm -q --queryformat %%{version} gcc)} +%{expand: %%define gccrel %(rpm -q --queryformat %%{release} gcc)} BuildRequires: gcc, gcc-c++, make, autoconf -BuildRequires: atk-devel, ncurses-devel, perl +BuildRequires: ncurses-devel, perl BuildRequires: libstdc++-devel = %{gccver}-%{gccrel}, libxml2-devel, zlib-devel BuildRequires: openssl-devel %if %{python} @@ -245,7 +247,7 @@ BuildRequires: python, python-devel %{expand: %%define pyver %(python -c 'import sys;print(sys.version[0:3])')} %endif %if %{gconsole} -BuildRequires: pkgconfig, pango-devel +BuildRequires: pkgconfig, pango-devel, atk-devel %endif %if %{rh7} BuildRequires: libtermcap-devel @@ -360,11 +362,25 @@ BuildRequires: libbonoboui-devel >= 2.14 BuildRequires: GConf2-devel BuildRequires: freetype-devel %endif -%if ! %{rh7} && ! %{su9} && ! %{su10} && ! %{mdk} && ! %{fc3} && ! %{fc4} && ! %{fc5} +%if %{fc6} +BuildRequires: libtermcap-devel +BuildRequires: glibc-devel >= 2.5 +%endif +%if %{fc6} && %{gconsole} +BuildRequires: gtk2-devel >= 2.10 +BuildRequires: libgnomeui-devel >= 2.16 +BuildRequires: ORBit2-devel +BuildRequires: libart_lgpl-devel >= 2.3 +BuildRequires: libbonobo-devel >= 2.16 +BuildRequires: libbonoboui-devel >= 2.16 +BuildRequires: GConf2-devel +BuildRequires: freetype-devel +%endif +%if ! %{rh7} && ! %{su9} && ! %{su10} && ! %{mdk} && ! %{fc3} && ! %{fc4} && ! %{fc5} && ! %{fc6} BuildRequires: libtermcap-devel BuildRequires: glibc-devel >= 2.3 %endif -%if ! %{rh7} && ! %{su9} && ! %{su10} && ! %{mdk} && ! %{fc3} && ! %{fc4} && ! %{fc5} && %{gconsole} +%if ! %{rh7} && ! %{su9} && ! %{su10} && ! %{mdk} && ! %{fc3} && ! %{fc4} && ! %{fc5} && ! %{fc6} && %{gconsole} BuildRequires: gtk2-devel >= 2.0 BuildRequires: libgnomeui-devel >= 2.0 BuildRequires: ORBit2-devel @@ -442,7 +458,7 @@ Requires: libtermcap Requires: glibc >= 2.3 Requires: termcap %endif -%if ! %{rh7} && ! %{su9} && ! %{su10} && ! %{fc5} +%if ! %{rh7} && ! %{su9} && ! %{su10} && ! %{fc5} && ! %{fc6} Requires: glibc >= 2.3 Requires: libtermcap %endif @@ -450,6 +466,10 @@ Requires: libtermcap Requires: glibc >= 2.4 Requires: libtermcap %endif +%if %{fc6} +Requires: glibc >= 2.5 +Requires: libtermcap +%endif %if %{mysql} && ! %{su9} && ! %{mdk} && ! %{mysql4} && ! %{mysql5} Requires: mysql >= 3.23 @@ -570,7 +590,7 @@ Requires: libtermcap Requires: glibc >= 2.3 Requires: termcap %endif -%if ! %{rh7} && ! %{su9} && ! %{su10} && ! %{fc5} +%if ! %{rh7} && ! %{su9} && ! %{su10} && ! %{fc5} && ! %{fc6} Requires: glibc >= 2.3 Requires: libtermcap %endif @@ -578,6 +598,10 @@ Requires: libtermcap Requires: glibc >= 2.4 Requires: libtermcap %endif +%if %{fc6} +Requires: glibc >= 2.5 +Requires: libtermcap +%endif %if %{python} Requires: python >= %{pyver} @@ -716,7 +740,18 @@ Requires: libbonoboui >= 2.14 Requires: GConf2 Requires: freetype %endif -%if %{gconsole} && ! %{su9} && ! %{su10} && ! %{mdk} && ! %{fc3} && ! %{fc4} && ! %{fc5} +%if %{gconsole} && %{fc6} +Requires: gtk2 >= 2.10 +Requires: libgnomeui >= 2.16 +Requires: glibc >= 2.5 +Requires: ORBit2 +Requires: libart_lgpl >= 2.3 +Requires: libbonobo >= 2.16 +Requires: libbonoboui >= 2.16 +Requires: GConf2 +Requires: freetype +%endif +%if %{gconsole} && ! %{su9} && ! %{su10} && ! %{mdk} && ! %{fc3} && ! %{fc4} && ! %{fc5} && ! %{fc6} Requires: gtk2 >= 2.0 Requires: libgnomeui >= 2.0 Requires: glibc >= 2.3 @@ -778,6 +813,10 @@ Requires: gtk2 >= 2.6 Requires: gtk2 >= 2.8 %endif +%if %{wxconsole} && %{fc6} +Requires: gtk2 >= 2.10 +%endif + %if %{wxconsole} %description wxconsole %{blurb} @@ -861,9 +900,9 @@ export LDFLAGS="${LDFLAGS} -L/usr/lib64/python%{pyver}" --with-scriptdir=/etc/bacula \ --enable-smartalloc \ --enable-client-only \ - %if %{mdk} - --disable-nls \ - %endif + %if %{mdk} + --disable-nls \ + %endif --enable-static-fd make @@ -890,15 +929,15 @@ make --with-postgresql \ %endif %if %{wxconsole} - --enable-wx-console \ + --enable-wx-console \ %endif %if %{python} - --with-python \ + --with-python \ %endif %if %{client_only} - --enable-client-only \ + --enable-client-only \ %endif - --mandir=%{_mandir} \ + --mandir=%{_mandir} \ --with-working-dir=%{working_dir} \ --with-pid-dir=/var/run \ --with-subsys-dir=/var/lock/subsys \ @@ -956,7 +995,7 @@ make \ sysconfdir=$RPM_BUILD_ROOT/etc/bacula \ scriptdir=$RPM_BUILD_ROOT/etc/bacula \ working_dir=$RPM_BUILD_ROOT%{working_dir} \ - mandir=$RPM_BUILD_ROOT%{_mandir} \ + mandir=$RPM_BUILD_ROOT%{_mandir} \ install %if ! %{client_only} @@ -1686,6 +1725,11 @@ fi %endif %changelog +* Sun Jan 14 2007 D. Scott Barninger +- 2.0.1 release +- change determination of gcc version per patch from Marc Hennes +- move BuildRequire for atk-devel to gnome only builds +- add fc6 build tag * Sat Jan 06 2007 D. Scott Barninger - 2.0.0 release * Sun Oct 15 2006 D. Scott Barninger diff --git a/bacula/platforms/redhat/bacula.spec.in b/bacula/platforms/redhat/bacula.spec.in index 8027924522..545ada98a7 100644 --- a/bacula/platforms/redhat/bacula.spec.in +++ b/bacula/platforms/redhat/bacula.spec.in @@ -1,5 +1,5 @@ # Bacula RPM spec file -# Copyright (C) 2000-2007 Free Software Foundation Europe, e.V. +# Copyright (C) 2000-2006 Kern Sibbald # Platform Build Configuration @@ -90,6 +90,8 @@ Packager: %{_packager} %{?build_fc4:%define fc4 1} %define fc5 0 %{?build_fc5:%define fc5 1} +%define fc6 0 +%{?build_fc6:%define fc6 1} # Whitebox Enterprise build %define wb3 0 %{?build_wb3:%define wb3 1} @@ -172,7 +174,7 @@ exit 1 %if %{rh7} || %{rh8} || %{rh9} || %{rhel3} || %{rhel4} %define _dist %(grep Red /etc/redhat-release) %endif -%if %{fc1} || %{fc4} || %{fc5} +%if %{fc1} || %{fc4} || %{fc5} || %{fc6} %define _dist %(grep Fedora /etc/redhat-release) %endif %if %{centos4} || %{centos3} @@ -233,11 +235,11 @@ Distribution: %{_dist} %define wxconsole 0 %endif -%{expand: %%define gccver %(rpm -q gcc | cut -d - -f 2)} -%{expand: %%define gccrel %(rpm -q gcc | cut -d - -f 3)} +%{expand: %%define gccver %(rpm -q --queryformat %%{version} gcc)} +%{expand: %%define gccrel %(rpm -q --queryformat %%{release} gcc)} BuildRequires: gcc, gcc-c++, make, autoconf -BuildRequires: atk-devel, ncurses-devel, perl +BuildRequires: ncurses-devel, perl BuildRequires: libstdc++-devel = %{gccver}-%{gccrel}, libxml2-devel, zlib-devel BuildRequires: openssl-devel %if %{python} @@ -245,7 +247,7 @@ BuildRequires: python, python-devel %{expand: %%define pyver %(python -c 'import sys;print(sys.version[0:3])')} %endif %if %{gconsole} -BuildRequires: pkgconfig, pango-devel +BuildRequires: pkgconfig, pango-devel, atk-devel %endif %if %{rh7} BuildRequires: libtermcap-devel @@ -360,11 +362,25 @@ BuildRequires: libbonoboui-devel >= 2.14 BuildRequires: GConf2-devel BuildRequires: freetype-devel %endif -%if ! %{rh7} && ! %{su9} && ! %{su10} && ! %{mdk} && ! %{fc3} && ! %{fc4} && ! %{fc5} +%if %{fc6} +BuildRequires: libtermcap-devel +BuildRequires: glibc-devel >= 2.5 +%endif +%if %{fc6} && %{gconsole} +BuildRequires: gtk2-devel >= 2.10 +BuildRequires: libgnomeui-devel >= 2.16 +BuildRequires: ORBit2-devel +BuildRequires: libart_lgpl-devel >= 2.3 +BuildRequires: libbonobo-devel >= 2.16 +BuildRequires: libbonoboui-devel >= 2.16 +BuildRequires: GConf2-devel +BuildRequires: freetype-devel +%endif +%if ! %{rh7} && ! %{su9} && ! %{su10} && ! %{mdk} && ! %{fc3} && ! %{fc4} && ! %{fc5} && ! %{fc6} BuildRequires: libtermcap-devel BuildRequires: glibc-devel >= 2.3 %endif -%if ! %{rh7} && ! %{su9} && ! %{su10} && ! %{mdk} && ! %{fc3} && ! %{fc4} && ! %{fc5} && %{gconsole} +%if ! %{rh7} && ! %{su9} && ! %{su10} && ! %{mdk} && ! %{fc3} && ! %{fc4} && ! %{fc5} && ! %{fc6} && %{gconsole} BuildRequires: gtk2-devel >= 2.0 BuildRequires: libgnomeui-devel >= 2.0 BuildRequires: ORBit2-devel @@ -442,7 +458,7 @@ Requires: libtermcap Requires: glibc >= 2.3 Requires: termcap %endif -%if ! %{rh7} && ! %{su9} && ! %{su10} && ! %{fc5} +%if ! %{rh7} && ! %{su9} && ! %{su10} && ! %{fc5} && ! %{fc6} Requires: glibc >= 2.3 Requires: libtermcap %endif @@ -450,6 +466,10 @@ Requires: libtermcap Requires: glibc >= 2.4 Requires: libtermcap %endif +%if %{fc6} +Requires: glibc >= 2.5 +Requires: libtermcap +%endif %if %{mysql} && ! %{su9} && ! %{mdk} && ! %{mysql4} && ! %{mysql5} Requires: mysql >= 3.23 @@ -570,7 +590,7 @@ Requires: libtermcap Requires: glibc >= 2.3 Requires: termcap %endif -%if ! %{rh7} && ! %{su9} && ! %{su10} && ! %{fc5} +%if ! %{rh7} && ! %{su9} && ! %{su10} && ! %{fc5} && ! %{fc6} Requires: glibc >= 2.3 Requires: libtermcap %endif @@ -578,6 +598,10 @@ Requires: libtermcap Requires: glibc >= 2.4 Requires: libtermcap %endif +%if %{fc6} +Requires: glibc >= 2.5 +Requires: libtermcap +%endif %if %{python} Requires: python >= %{pyver} @@ -716,7 +740,18 @@ Requires: libbonoboui >= 2.14 Requires: GConf2 Requires: freetype %endif -%if %{gconsole} && ! %{su9} && ! %{su10} && ! %{mdk} && ! %{fc3} && ! %{fc4} && ! %{fc5} +%if %{gconsole} && %{fc6} +Requires: gtk2 >= 2.10 +Requires: libgnomeui >= 2.16 +Requires: glibc >= 2.5 +Requires: ORBit2 +Requires: libart_lgpl >= 2.3 +Requires: libbonobo >= 2.16 +Requires: libbonoboui >= 2.16 +Requires: GConf2 +Requires: freetype +%endif +%if %{gconsole} && ! %{su9} && ! %{su10} && ! %{mdk} && ! %{fc3} && ! %{fc4} && ! %{fc5} && ! %{fc6} Requires: gtk2 >= 2.0 Requires: libgnomeui >= 2.0 Requires: glibc >= 2.3 @@ -778,6 +813,10 @@ Requires: gtk2 >= 2.6 Requires: gtk2 >= 2.8 %endif +%if %{wxconsole} && %{fc6} +Requires: gtk2 >= 2.10 +%endif + %if %{wxconsole} %description wxconsole %{blurb} @@ -861,9 +900,9 @@ export LDFLAGS="${LDFLAGS} -L/usr/lib64/python%{pyver}" --with-scriptdir=/etc/bacula \ --enable-smartalloc \ --enable-client-only \ - %if %{mdk} - --disable-nls \ - %endif + %if %{mdk} + --disable-nls \ + %endif --enable-static-fd make @@ -890,15 +929,15 @@ make --with-postgresql \ %endif %if %{wxconsole} - --enable-wx-console \ + --enable-wx-console \ %endif %if %{python} - --with-python \ + --with-python \ %endif %if %{client_only} - --enable-client-only \ + --enable-client-only \ %endif - --mandir=%{_mandir} \ + --mandir=%{_mandir} \ --with-working-dir=%{working_dir} \ --with-pid-dir=/var/run \ --with-subsys-dir=/var/lock/subsys \ @@ -956,7 +995,7 @@ make \ sysconfdir=$RPM_BUILD_ROOT/etc/bacula \ scriptdir=$RPM_BUILD_ROOT/etc/bacula \ working_dir=$RPM_BUILD_ROOT%{working_dir} \ - mandir=$RPM_BUILD_ROOT%{_mandir} \ + mandir=$RPM_BUILD_ROOT%{_mandir} \ install %if ! %{client_only} @@ -1686,6 +1725,11 @@ fi %endif %changelog +* Sun Jan 14 2007 D. Scott Barninger +- 2.0.1 release +- change determination of gcc version per patch from Marc Hennes +- move BuildRequire for atk-devel to gnome only builds +- add fc6 build tag * Sat Jan 06 2007 D. Scott Barninger - 2.0.0 release * Sun Oct 15 2006 D. Scott Barninger diff --git a/bacula/platforms/suse/bacula.spec.in b/bacula/platforms/suse/bacula.spec.in index 8027924522..545ada98a7 100644 --- a/bacula/platforms/suse/bacula.spec.in +++ b/bacula/platforms/suse/bacula.spec.in @@ -1,5 +1,5 @@ # Bacula RPM spec file -# Copyright (C) 2000-2007 Free Software Foundation Europe, e.V. +# Copyright (C) 2000-2006 Kern Sibbald # Platform Build Configuration @@ -90,6 +90,8 @@ Packager: %{_packager} %{?build_fc4:%define fc4 1} %define fc5 0 %{?build_fc5:%define fc5 1} +%define fc6 0 +%{?build_fc6:%define fc6 1} # Whitebox Enterprise build %define wb3 0 %{?build_wb3:%define wb3 1} @@ -172,7 +174,7 @@ exit 1 %if %{rh7} || %{rh8} || %{rh9} || %{rhel3} || %{rhel4} %define _dist %(grep Red /etc/redhat-release) %endif -%if %{fc1} || %{fc4} || %{fc5} +%if %{fc1} || %{fc4} || %{fc5} || %{fc6} %define _dist %(grep Fedora /etc/redhat-release) %endif %if %{centos4} || %{centos3} @@ -233,11 +235,11 @@ Distribution: %{_dist} %define wxconsole 0 %endif -%{expand: %%define gccver %(rpm -q gcc | cut -d - -f 2)} -%{expand: %%define gccrel %(rpm -q gcc | cut -d - -f 3)} +%{expand: %%define gccver %(rpm -q --queryformat %%{version} gcc)} +%{expand: %%define gccrel %(rpm -q --queryformat %%{release} gcc)} BuildRequires: gcc, gcc-c++, make, autoconf -BuildRequires: atk-devel, ncurses-devel, perl +BuildRequires: ncurses-devel, perl BuildRequires: libstdc++-devel = %{gccver}-%{gccrel}, libxml2-devel, zlib-devel BuildRequires: openssl-devel %if %{python} @@ -245,7 +247,7 @@ BuildRequires: python, python-devel %{expand: %%define pyver %(python -c 'import sys;print(sys.version[0:3])')} %endif %if %{gconsole} -BuildRequires: pkgconfig, pango-devel +BuildRequires: pkgconfig, pango-devel, atk-devel %endif %if %{rh7} BuildRequires: libtermcap-devel @@ -360,11 +362,25 @@ BuildRequires: libbonoboui-devel >= 2.14 BuildRequires: GConf2-devel BuildRequires: freetype-devel %endif -%if ! %{rh7} && ! %{su9} && ! %{su10} && ! %{mdk} && ! %{fc3} && ! %{fc4} && ! %{fc5} +%if %{fc6} +BuildRequires: libtermcap-devel +BuildRequires: glibc-devel >= 2.5 +%endif +%if %{fc6} && %{gconsole} +BuildRequires: gtk2-devel >= 2.10 +BuildRequires: libgnomeui-devel >= 2.16 +BuildRequires: ORBit2-devel +BuildRequires: libart_lgpl-devel >= 2.3 +BuildRequires: libbonobo-devel >= 2.16 +BuildRequires: libbonoboui-devel >= 2.16 +BuildRequires: GConf2-devel +BuildRequires: freetype-devel +%endif +%if ! %{rh7} && ! %{su9} && ! %{su10} && ! %{mdk} && ! %{fc3} && ! %{fc4} && ! %{fc5} && ! %{fc6} BuildRequires: libtermcap-devel BuildRequires: glibc-devel >= 2.3 %endif -%if ! %{rh7} && ! %{su9} && ! %{su10} && ! %{mdk} && ! %{fc3} && ! %{fc4} && ! %{fc5} && %{gconsole} +%if ! %{rh7} && ! %{su9} && ! %{su10} && ! %{mdk} && ! %{fc3} && ! %{fc4} && ! %{fc5} && ! %{fc6} && %{gconsole} BuildRequires: gtk2-devel >= 2.0 BuildRequires: libgnomeui-devel >= 2.0 BuildRequires: ORBit2-devel @@ -442,7 +458,7 @@ Requires: libtermcap Requires: glibc >= 2.3 Requires: termcap %endif -%if ! %{rh7} && ! %{su9} && ! %{su10} && ! %{fc5} +%if ! %{rh7} && ! %{su9} && ! %{su10} && ! %{fc5} && ! %{fc6} Requires: glibc >= 2.3 Requires: libtermcap %endif @@ -450,6 +466,10 @@ Requires: libtermcap Requires: glibc >= 2.4 Requires: libtermcap %endif +%if %{fc6} +Requires: glibc >= 2.5 +Requires: libtermcap +%endif %if %{mysql} && ! %{su9} && ! %{mdk} && ! %{mysql4} && ! %{mysql5} Requires: mysql >= 3.23 @@ -570,7 +590,7 @@ Requires: libtermcap Requires: glibc >= 2.3 Requires: termcap %endif -%if ! %{rh7} && ! %{su9} && ! %{su10} && ! %{fc5} +%if ! %{rh7} && ! %{su9} && ! %{su10} && ! %{fc5} && ! %{fc6} Requires: glibc >= 2.3 Requires: libtermcap %endif @@ -578,6 +598,10 @@ Requires: libtermcap Requires: glibc >= 2.4 Requires: libtermcap %endif +%if %{fc6} +Requires: glibc >= 2.5 +Requires: libtermcap +%endif %if %{python} Requires: python >= %{pyver} @@ -716,7 +740,18 @@ Requires: libbonoboui >= 2.14 Requires: GConf2 Requires: freetype %endif -%if %{gconsole} && ! %{su9} && ! %{su10} && ! %{mdk} && ! %{fc3} && ! %{fc4} && ! %{fc5} +%if %{gconsole} && %{fc6} +Requires: gtk2 >= 2.10 +Requires: libgnomeui >= 2.16 +Requires: glibc >= 2.5 +Requires: ORBit2 +Requires: libart_lgpl >= 2.3 +Requires: libbonobo >= 2.16 +Requires: libbonoboui >= 2.16 +Requires: GConf2 +Requires: freetype +%endif +%if %{gconsole} && ! %{su9} && ! %{su10} && ! %{mdk} && ! %{fc3} && ! %{fc4} && ! %{fc5} && ! %{fc6} Requires: gtk2 >= 2.0 Requires: libgnomeui >= 2.0 Requires: glibc >= 2.3 @@ -778,6 +813,10 @@ Requires: gtk2 >= 2.6 Requires: gtk2 >= 2.8 %endif +%if %{wxconsole} && %{fc6} +Requires: gtk2 >= 2.10 +%endif + %if %{wxconsole} %description wxconsole %{blurb} @@ -861,9 +900,9 @@ export LDFLAGS="${LDFLAGS} -L/usr/lib64/python%{pyver}" --with-scriptdir=/etc/bacula \ --enable-smartalloc \ --enable-client-only \ - %if %{mdk} - --disable-nls \ - %endif + %if %{mdk} + --disable-nls \ + %endif --enable-static-fd make @@ -890,15 +929,15 @@ make --with-postgresql \ %endif %if %{wxconsole} - --enable-wx-console \ + --enable-wx-console \ %endif %if %{python} - --with-python \ + --with-python \ %endif %if %{client_only} - --enable-client-only \ + --enable-client-only \ %endif - --mandir=%{_mandir} \ + --mandir=%{_mandir} \ --with-working-dir=%{working_dir} \ --with-pid-dir=/var/run \ --with-subsys-dir=/var/lock/subsys \ @@ -956,7 +995,7 @@ make \ sysconfdir=$RPM_BUILD_ROOT/etc/bacula \ scriptdir=$RPM_BUILD_ROOT/etc/bacula \ working_dir=$RPM_BUILD_ROOT%{working_dir} \ - mandir=$RPM_BUILD_ROOT%{_mandir} \ + mandir=$RPM_BUILD_ROOT%{_mandir} \ install %if ! %{client_only} @@ -1686,6 +1725,11 @@ fi %endif %changelog +* Sun Jan 14 2007 D. Scott Barninger +- 2.0.1 release +- change determination of gcc version per patch from Marc Hennes +- move BuildRequire for atk-devel to gnome only builds +- add fc6 build tag * Sat Jan 06 2007 D. Scott Barninger - 2.0.0 release * Sun Oct 15 2006 D. Scott Barninger -- 2.39.5