SPECS: bacula.spec - formatting/sorting
qboosh
qboosh at pld-linux.org
Fri Jan 4 16:25:44 CET 2008
Author: qboosh Date: Fri Jan 4 15:25:44 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- formatting/sorting
---- Files affected:
SPECS:
bacula.spec (1.84 -> 1.85)
---- Diffs:
================================================================
Index: SPECS/bacula.spec
diff -u SPECS/bacula.spec:1.84 SPECS/bacula.spec:1.85
--- SPECS/bacula.spec:1.84 Mon Dec 3 11:42:29 2007
+++ SPECS/bacula.spec Fri Jan 4 16:25:39 2008
@@ -5,16 +5,16 @@
# - fix log file permissions
#
# Conditional build:
-%bcond_without console_wx # wx-console program
-%bcond_without gnome # gnome-console program
-%bcond_with sqlite # use sqlite
-%bcond_without bat # bat Qt4 GUI
-%bcond_without mysql # use mysql
-%bcond_with pgsql # use PostgreSQL
+%bcond_without console_wx # wx-console program
+%bcond_without gnome # gnome-console program
+%bcond_with sqlite # use SQLite
+%bcond_without bat # bat Qt4 GUI
+%bcond_without mysql # use MySQL
+%bcond_with pgsql # use PostgreSQL
%bcond_with python
%bcond_with rescue
-%bcond_with sqlite3 # use sqlite3 insted sqlite
-%bcond_with sqlite3_sync_off # makes sqlite3 backend much faster, but less reliable
+%bcond_with sqlite3 # use SQLite3 instead of SQLite 2
+%bcond_with sqlite3_sync_off # makes SQLite3 backend much faster, but less reliable
%if %{with sqlite}
%define _database sqlite
%undefine with_mysql
@@ -96,19 +96,19 @@
BuildRequires: python-static
%endif
%if %{with bat}
-BuildRequires: qt4-build
-BuildRequires: qt4-qmake
-BuildRequires: qwt-devel >= 5.0.2-2
BuildRequires: QtCore-devel
BuildRequires: QtGui-devel
+BuildRequires: qt4-build
+BuildRequires: qt4-qmake
+BuildRequires: qwt-devel >= 5.0.2-2
%endif
BuildRequires: readline-devel
BuildRequires: rpmbuild(macros) >= 1.268
BuildRequires: sed >= 4.0
-%{?with_sqlite3:BuildRequires: sqlite3-devel}
-%{?with_sqlite:BuildRequires: sqlite-devel}
-%{?with_mysql:BuildRequires: mysql-devel}
-%{?with_pgsql:BuildRequires: postgresql-devel}
+%{?with_sqlite:BuildRequires: sqlite-devel}
+%{?with_sqlite3:BuildRequires: sqlite3-devel}
+%{?with_mysql:BuildRequires: mysql-devel}
+%{?with_pgsql:BuildRequires: postgresql-devel}
%if %{with console_wx}
BuildRequires: wxGTK2-unicode-devel >= 2.4.0
%endif
@@ -952,6 +952,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.85 2008-01-04 15:25:39 qboosh
+- formatting/sorting
+
Revision 1.84 2007-12-03 10:42:29 areq
- add add official patches
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/bacula.spec?r1=1.84&r2=1.85&f=u
More information about the pld-cvs-commit
mailing list