rpms/unetbootin/devel unetbootin.spec,1.2,1.3

Jussi Lehtola jussilehtola at fedoraproject.org
Fri Jul 10 19:22:45 UTC 2009


Author: jussilehtola

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

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


Index: unetbootin.spec
===================================================================
RCS file: /cvs/pkgs/rpms/unetbootin/devel/unetbootin.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- unetbootin.spec	10 Jul 2009 18:40:25 -0000	1.2
+++ unetbootin.spec	10 Jul 2009 19:22:45 -0000	1.3
@@ -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