diff --git a/bacula.spec b/bacula.spec index f5ee7ab..d5982dd 100644 --- a/bacula.spec +++ b/bacula.spec @@ -8,7 +8,7 @@ Summary: Cross platform network backup for Linux, Unix, Mac and Windows Name: bacula Version: 2.0.3 -Release: 10%{?dist} +Release: 11%{?dist} License: GPL Group: System Environment/Daemons Source0: http://download.sourceforge.net/bacula/bacula-%{version}.tar.gz @@ -38,7 +38,7 @@ URL: http://www.bacula.org BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: openssl-devel, atk-devel, ncurses-devel, pango-devel, perl BuildRequires: libstdc++-devel, libxml2-devel, zlib-devel, pkgconfig -BuildRequires: libtermcap-devel, gtk2-devel, libgnomeui-devel, GConf2-devel +BuildRequires: gtk2-devel, libgnomeui-devel, GConf2-devel BuildRequires: glibc-devel, ORBit2-devel, libart_lgpl-devel, freetype-devel BuildRequires: libbonobo-devel, libbonoboui-devel, bonobo-activation-devel BuildRequires: mysql-devel, cdrecord, postgresql-devel, wxGTK-devel @@ -355,6 +355,8 @@ mkdir bacula-mysql bacula-postgresql bacula-sqlite # Shell function to configure and build a Bacula tree build() { cp -rl ../bacula-%{version}/* . +export CFLAGS=-I%{_includedir}/ncurses +export CPPFLAGS=-I%{_includedir}/ncurses %configure \ --sysconfdir=%{_sysconfdir}/bacula \ --with-dir-user=bacula \ @@ -743,7 +745,6 @@ fi %{_sbindir}/bacula-fd %{_initrddir}/bacula-fd %config(noreplace) %{_sysconfdir}/bacula/bacula-fd.conf -%dir %{_localstatedir}/spool/bacula %{_mandir}/man8/bacula-fd.8* @@ -919,6 +920,10 @@ fi %changelog +* Wed Sep 5 2007 Andreas Thienemann - 2.0.3-11 +- Remove spooldir in client, fixing #251879 +- Remove dependency on libtermcap, fixing #251158 + * Wed Aug 29 2007 Fedora Release Engineering - 2.0.3-10 - Rebuild for selinux ppc32 issue.