rpms/unetbootin/EL-5 unetbootin.spec,1.1,1.2

Jussi Lehtola jussilehtola at fedoraproject.org
Fri Jul 10 19:23:14 UTC 2009


Author: jussilehtola

Update of /cvs/pkgs/rpms/unetbootin/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17229/EL-5

Modified Files:
	unetbootin.spec 
Log Message:
Fix EPEL build.


Index: unetbootin.spec
===================================================================
RCS file: /cvs/pkgs/rpms/unetbootin/EL-5/unetbootin.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- unetbootin.spec	10 Jul 2009 18:40:24 -0000	1.1
+++ unetbootin.spec	10 Jul 2009 19:22:42 -0000	1.2
@@ -38,7 +38,13 @@ sed -i 's|/usr/bin/unetbootin|unetbootin
 
 %build
 # Generate .qm files
+
+# Ugh, there's no macro for running lrelease and on RHEL the default is qt-3.3
+%if 0%{?rhel} == 5
+%{_libdir}/qt4/bin/lrelease
+%else
 lrelease-qt4 unetbootin.pro
+%endif
 
 qmake-qt4
 make %{?_smp_mflags}




More information about the fedora-extras-commits mailing list