]> git.pld-linux.org Git - packages/bacula.git/commitdiff
- qtver as macro
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 6 Dec 2011 15:35:38 +0000 (15:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bacula.spec -> 1.189

bacula.spec

index 121c4cb09eb357df964a94b6073bea7ba535c0db..aa0e4bb40cfe9e83516b88eaa3fdb6bf6be5c661 100644 (file)
@@ -19,6 +19,7 @@
 %undefine       with_sqlite3_sync_off
 %endif
 
+%define        qtver   4.6.2
 Summary:       Bacula - The Network Backup Solution
 Summary(pl.UTF-8):     Bacula - rozwiązanie do wykonywania kopii zapasowych po sieci
 Name:          bacula
@@ -67,8 +68,8 @@ BuildRequires:        python-modules
 %if %{with bat}
 BuildRequires: QtCore-devel
 BuildRequires: QtGui-devel
-BuildRequires: qt4-build >= 4.6.2
-BuildRequires: qt4-qmake >= 4.6.2
+BuildRequires: qt4-build >= %{qtver}
+BuildRequires: qt4-qmake >= %{qtver}
 %endif
 %{?with_mysql:BuildRequires:   mysql-devel}
 %{?with_pgsql:BuildRequires:   postgresql-devel}
@@ -243,7 +244,7 @@ Summary:    Bacula Qt4 Console
 Summary(pl.UTF-8):     Konsola Baculi oparta na Qt4
 Group:         Networking/Utilities
 Requires(post):        sed >= 4.0
-Requires:      QtCore >= 4.6.2
+Requires:      QtCore >= %{qtver}
 Requires:      %{name}-common = %{version}-%{release}
 
 %description console-qt4
This page took 0.088929 seconds and 4 git commands to generate.