]> git.pld-linux.org Git - packages/nomacs.git/commitdiff
BR pkgconfig, qt4-qmake
authorElan Ruusamäe <glen@delfi.ee>
Sun, 17 May 2015 21:04:40 +0000 (00:04 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 17 May 2015 21:04:56 +0000 (00:04 +0300)
nomacs.spec

index 31a94821ed419d4e0adf0373cc45f72598685294..1f6f260f48bc6a2371c72804990b3ceb78834b67 100644 (file)
@@ -1,3 +1,4 @@
+%define        qtver   4.7.0
 Summary:       Lightweight image viewer
 Name:          nomacs
 Version:       2.4.4
@@ -6,9 +7,9 @@ License:        GPL v3+
 Group:         X11/Applications
 Source0:       http://downloads.sourceforge.net/nomacs/%{name}-%{version}-source.tar.bz2
 # Source0-md5: 88c1e2f9adc37bbd4c2fbbc4b7aabd37
-Source1:       nomacs.appdata.xml
+Source1:       %{name}.appdata.xml
 URL:           http://nomacs.org/
-BuildRequires: QtGui-devel >= 4.7
+BuildRequires: QtGui-devel >= %{qtver}
 BuildRequires: cmake
 BuildRequires: desktop-file-utils
 BuildRequires: dos2unix
@@ -17,6 +18,8 @@ BuildRequires:        libraw-devel >= 0.12.0
 BuildRequires: libtiff-devel
 BuildRequires: libwebp-devel >= 0.3.1
 BuildRequires: opencv-devel >= 2.1.0
+BuildRequires: pkgconfig
+BuildRequires: qt4-qmake >= %{qtver}
 BuildRequires: quazip-devel >= 0.7
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
This page took 0.063314 seconds and 4 git commands to generate.