rpms/bacula/devel bacula.spec,1.3,1.4

Andreas Thienemann (ixs) fedora-extras-commits at redhat.com
Wed Sep 5 15:33:01 UTC 2007


Author: ixs

Update of /cvs/pkgs/rpms/bacula/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8388

Modified Files:
	bacula.spec 
Log Message:
* Wed Sep 5 2007 Andreas Thienemann <andreas at bawue.net> - 2.0.3-11
- Remove spooldir in client, fixing #251879
- Remove dependency on libtermcap, fixing #251158



Index: bacula.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bacula/devel/bacula.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- bacula.spec	29 Aug 2007 04:19:10 -0000	1.3
+++ bacula.spec	5 Sep 2007 15:32:29 -0000	1.4
@@ -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 @@
 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 @@
 # 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 @@
 %{_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 @@
 
 
 %changelog
+* Wed Sep 5 2007 Andreas Thienemann <andreas at bawue.net> - 2.0.3-11
+- Remove spooldir in client, fixing #251879
+- Remove dependency on libtermcap, fixing #251158
+
 * Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 2.0.3-10
 - Rebuild for selinux ppc32 issue.
 




More information about the fedora-extras-commits mailing list