Author: areq Date: Sat Sep 15 12:15:14 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - 2.2.4
---- Files affected: SPECS: bacula.spec (1.68 -> 1.69) ---- Diffs: ================================================================ Index: SPECS/bacula.spec diff -u SPECS/bacula.spec:1.68 SPECS/bacula.spec:1.69 --- SPECS/bacula.spec:1.68 Mon Sep 10 00:22:03 2007 +++ SPECS/bacula.spec Sat Sep 15 14:15:09 2007 @@ -8,6 +8,7 @@ %bcond_without console_wx # wx-console program %bcond_without gnome # gnome-console program %bcond_without sqlite # use sqlite +%bcond_with bat # bat Qt4 GUI %bcond_with mysql # use mysql %bcond_with pgsql # use PostgreSQL %bcond_with python @@ -40,17 +41,17 @@ Summary: Bacula - The Network Backup Solution Summary(pl.UTF-8): Bacula - rozwiązanie do wykonywania kopii zapasowych po sieci Name: bacula -Version: 2.2.2 +Version: 2.2.4 Release: 0.1 Epoch: 0 License: extended GPL v2 Group: Networking/Utilities Source0: http://dl.sourceforge.net/bacula/%{name}-%{version}.tar.gz -# Source0-md5: 7d21d14d8411949383b2cfd58dbb9f26 +# Source0-md5: 2e3bbac3bf8b6d4c0825997c3009f18f Source1: http://dl.sourceforge.net/bacula/%{name}-docs-%{version}.tar.bz2 -# Source1-md5: cd3d6e4a425a2c4a9607a1597528add9 -Source2: http://dl.sourceforge.net/bacula/%{name}-rescue-2.2.2.tar.gz -# Source2-md5: 5d827dfc73c6307269173b5aa4fa49ce +# Source1-md5: 115f7276ad5dda8060ac0f9595372cef +Source2: http://dl.sourceforge.net/bacula/%{name}-rescue-2.2.4.tar.gz +# Source2-md5: a5416d1e9ebd13af8e53f35e4d77bc3e Source10: %{name}-dir.init Source11: %{name}-fd.init Source12: %{name}-sd.init @@ -84,8 +85,10 @@ %if %{with python} BuildRequires: python-static %endif +%if %{with bat} BuildRequires: qwt-devel BuildRequires: QtGui-devel +%endif BuildRequires: readline-devel BuildRequires: rpmbuild(macros) >= 1.268 BuildRequires: sed >= 4.0 @@ -425,7 +428,7 @@ %configure \ --with-scriptdir=%{_libexecdir}/%{name} \ --%{!?with_gnome:dis}%{?with_gnome:en}able-gnome \ - --enable-bat \ + %{?with_bat:--enable-bat} \ --disable-conio \ --enable-smartalloc \ %{?with_console_wx:--enable-bwx-console} \ @@ -871,6 +874,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.69 2007/09/15 12:15:09 areq +- 2.2.4 + Revision 1.68 2007/09/09 22:22:03 areq - 2.2.2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/bacula.spec?r1=1.68&r2=1.69&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
