rpms/vym/EL-5 vym.spec,1.4,1.5

Jon Ciesla (limb) fedora-extras-commits at redhat.com
Mon Jan 28 15:46:09 UTC 2008


Author: limb

Update of /cvs/pkgs/rpms/vym/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2591

Modified Files:
	vym.spec 
Log Message:
qmake path fix.



Index: vym.spec
===================================================================
RCS file: /cvs/pkgs/rpms/vym/EL-5/vym.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vym.spec	28 Jan 2008 14:32:36 -0000	1.4
+++ vym.spec	28 Jan 2008 15:45:33 -0000	1.5
@@ -30,7 +30,7 @@
 
 %build
 
-qmake DOCDIR="%{_docdir}/%{name}-%{version}" PREFIX=%{_prefix}
+/usr/lib/qt4/bin/qmake DOCDIR="%{_docdir}/%{name}-%{version}" PREFIX=%{_prefix}
 
 %{__make} %{?_smp_mflags}
 




More information about the fedora-extras-commits mailing list