rpms/gnash/devel gnash.spec,1.25,1.26

Kevin Kofler kkofler at fedoraproject.org
Wed Oct 8 18:35:45 UTC 2008


Author: kkofler

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

Modified Files:
	gnash.spec 
Log Message:
Use RPM macro instead of nonexistent profile script.


Index: gnash.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnash/devel/gnash.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- gnash.spec	8 Oct 2008 17:14:48 -0000	1.25
+++ gnash.spec	8 Oct 2008 18:35:15 -0000	1.26
@@ -96,14 +96,13 @@
 mv AUTHORS.utf8 AUTHORS
 
 %build
-[ -n "$QT4DIR" ] || . %{_sysconfdir}/profile.d/qt4.sh
 # --enable-ghelp is disabled
 %configure --disable-static --with-npapi-plugindir=%{_libdir}/mozilla/plugins \
   --enable-docbook --enable-ghelp --enable-media=GST \
   --disable-dependency-tracking --disable-rpath \
   --enable-cygnal \
   --enable-gui=gtk,kde4,sdl,fb \
-  --with-qt4dir=$QT4DIR \
+  --with-qt4dir=%{_qt4_prefix} \
   --with-kde4=%{_kde4_prefix}
 #doesn't work currently: %%{?_smp_mflags}
 make 




More information about the scm-commits mailing list