]> git.pld-linux.org Git - packages/bacula.git/commitdiff
- disable bat for ac (needs newer qt than available) auto/ac/bacula-5_2_2-1 auto/th/bacula-5_2_2-1 auto/ti/bacula-5_2_2-1
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 9 Dec 2011 13:42:23 +0000 (13:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bacula.spec -> 1.192

bacula.spec

index f3b26fb567a6899f989084844e777e584c694d07..f27fe62b490d5b5307d4c56691c7b7501e8881aa 100644 (file)
@@ -6,7 +6,11 @@
 #
 # Conditional build:
 %bcond_without console_wx              # wx-console program
+%if "%{pld_release}" == "ac"
+%bcond_with            bat                     # bat Qt4 GUI
+%else
 %bcond_without bat                     # bat Qt4 GUI
+%endif
 %bcond_without mysql                   # use MySQL
 %bcond_without pgsql                   # use PostgreSQL
 %bcond_without sqlite3                 # use SQLite3
@@ -74,6 +78,7 @@ BuildRequires:        qt4-qmake >= %{qtver}
 %{?with_mysql:BuildRequires:   mysql-devel}
 %{?with_pgsql:BuildRequires:   postgresql-devel}
 BuildRequires: readline-devel
+BuildRequires: rpm >= 4.4.9-56
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.268
 BuildRequires: sed >= 4.0
@@ -244,8 +249,8 @@ Summary:    Bacula Qt4 Console
 Summary(pl.UTF-8):     Konsola Baculi oparta na Qt4
 Group:         Networking/Utilities
 Requires(post):        sed >= 4.0
-Requires:      QtCore >= %{qtver}
 Requires:      %{name}-common = %{version}-%{release}
+Requires:      QtCore >= %{qtver}
 
 %description console-qt4
 Bacula - It comes by night and sucks the vital essence from your
This page took 0.1794 seconds and 4 git commands to generate.