[djview4/el6] Set full path for QMAKE during configure

Jonathan G. Underwood jgu at fedoraproject.org
Sat May 5 18:23:22 UTC 2012


commit dd38364e35423468c7cbd0a2e568dad233dc9e76
Author: Jonathan G. Underwood <jonathan.underwood at gmail.com>
Date:   Sat May 5 19:23:06 2012 +0100

    Set full path for QMAKE during configure

 djview4.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/djview4.spec b/djview4.spec
index d393ca3..625f36b 100644
--- a/djview4.spec
+++ b/djview4.spec
@@ -1,7 +1,7 @@
 Summary:       DjVu viewer
 Name:          djview4
 Version:       4.8
-Release:       6%{?dist}.1
+Release:       6%{?dist}.2
 License:       GPLv2+
 Group:         Applications/Publishing
 URL:           http://djvu.sourceforge.net/djview4.html
@@ -41,7 +41,7 @@ This package provides a browser plugin for the DjVu document viewer.
 %{__sed} -i -e '1 d' desktopfiles/djvulibre-djview4.desktop
 
 %build
-QTDIR=%{_libdir}/qt4 QMAKE=qmake-qt4 %configure --enable-nsdejavu
+QTDIR=%{_libdir}/qt4 QMAKE=%{_bindir}/qmake-qt4 %configure --enable-nsdejavu
 %{__make} %{?_smp_mflags}
 
 %install
@@ -90,6 +90,9 @@ fi
 %{_mandir}/man1/nsdejavu.1*
 
 %changelog
+* Sat May  5 2012 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 4.8-6.2
+- Set full path for QMAKE during configure
+
 * Sat May  5 2012 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 4.8-6.1
 - Bump and rebuild against newer 3.5.24 djvulibre libs
 


More information about the scm-commits mailing list