1.1 --- a/specs/FOSSqt.spec Sun Jan 08 21:14:26 2012 +0100
1.2 +++ b/specs/FOSSqt.spec Sun Feb 19 02:07:49 2012 +0100
1.3 @@ -18,14 +18,14 @@
1.4 %define enable_debug 1
1.5 %define enable_cups 1
1.6 # Ongoing development
1.7 -%define enable_webkit 0
1.8 +%define enable_webkit 1
1.9 # Demos and examples are a separate specfile
1.10 %define enable_demos 0
1.11 %define enable_examples 0
1.12 %define enable_phonon_backend 0
1.13 %define enable_nas 0
1.14 #should we run autotests?
1.15 -%define run_autotests 1
1.16 +%define run_autotests 0
1.17
1.18 # Qt's internal phonon gets built as phonon (delivered) or QtPhonon (not delivered)
1.19 # we build FOSSphonon, so it would collide => 0
1.20 @@ -144,6 +144,7 @@
1.21 %{_bindir}/qhelpconverter
1.22 %{_bindir}/qhelpgenerator
1.23 %{_bindir}/qmake
1.24 +%{_bindir}/qmlplugindump
1.25 %{_bindir}/qmlviewer
1.26 %{_bindir}/qt3to4
1.27 %{_bindir}/qtconfig
1.28 @@ -499,13 +500,13 @@
1.29 #
1.30 # Demos and examples currently suppressed
1.31 #
1.32 +%dir %attr (0755, root, bin) %{_prefix}/demos
1.33 %if %{enable_demos}
1.34 -%dir %attr (0755, root, bin) %{_prefix}/demos
1.35 %{_prefix}/demos/*
1.36 %endif
1.37
1.38 +%dir %attr (0755, root, bin) %{_prefix}/examples
1.39 %if %{enable_examples}
1.40 -%dir %attr (0755, root, bin) %{_prefix}/examples
1.41 %{_prefix}/examples/*
1.42 %endif
1.43
1.44 @@ -516,6 +517,10 @@
1.45 %{_prefix}/plugins/accessible/libqtaccessiblecompatwidgets.so
1.46 %{_prefix}/plugins/accessible/libqtaccessiblewidgets.so
1.47 %{_prefix}/plugins/bearer/libqgenericbearer.so
1.48 +%{_prefix}/plugins/codecs/libqtwcodecs.so
1.49 +%{_prefix}/plugins/codecs/libqkrcodecs.so
1.50 +%{_prefix}/plugins/codecs/libqcncodecs.so
1.51 +%{_prefix}/plugins/codecs/libqjpcodecs.so
1.52 %if %{enable_webkit}
1.53 %{_prefix}/plugins/designer/libqwebview.so
1.54 %endif
1.55 @@ -530,10 +535,12 @@
1.56 %{_prefix}/plugins/imageformats/libqjpeg.so
1.57 %{_prefix}/plugins/imageformats/libqmng.so
1.58 %{_prefix}/plugins/imageformats/libqsvg.so
1.59 +%{_prefix}/plugins/imageformats/libqtga.so
1.60 %{_prefix}/plugins/imageformats/libqtiff.so
1.61 %{_prefix}/plugins/inputmethods/libqimsw-multi.so
1.62 %{_prefix}/plugins/phonon_backend/libphonon_gstreamer.so
1.63 %{_prefix}/plugins/qmltooling/libqmldbg_tcp.so
1.64 +%{_prefix}/plugins/qmltooling/libqmldbg_inspector.so
1.65 %{_prefix}/plugins/script/libqtscriptdbus.so
1.66 %{_prefix}/plugins/sqldrivers/libqsqlite.so
1.67 %{_prefix}/plugins/sqldrivers/libqsqlmysql.so
1.68 @@ -602,6 +609,22 @@
1.69 %{_includedir}/phonon/*
1.70 %endif
1.71
1.72 +
1.73 +## Webkit tests, since 4.8.0
1.74 +%{_prefix}/tests/qt4/tst_hybridPixmap/hybridPixmap
1.75 +%{_prefix}/tests/qt4/tst_loading/tst_loading
1.76 +%{_prefix}/tests/qt4/tst_painting/tst_painting
1.77 +%{_prefix}/tests/qt4/tst_qdeclarativewebview/tst_qdeclarativewebview
1.78 +%{_prefix}/tests/qt4/tst_qgraphicswebview/tst_qgraphicswebview
1.79 +%{_prefix}/tests/qt4/tst_qwebelement/tst_qwebelement
1.80 +%{_prefix}/tests/qt4/tst_qwebframe/tst_qwebframe
1.81 +%{_prefix}/tests/qt4/tst_qwebhistory/tst_qwebhistory
1.82 +%{_prefix}/tests/qt4/tst_qwebhistoryinterface/tst_qwebhistoryinterface
1.83 +%{_prefix}/tests/qt4/tst_qwebinspector/tst_qwebinspector
1.84 +%{_prefix}/tests/qt4/tst_qwebpage/tst_qwebpage
1.85 +%{_prefix}/tests/qt4/tst_qwebview/tst_qwebview
1.86 +
1.87 +
1.88 %dir %attr (0755, root, sys) %{_datadir}
1.89 %{_datadir}/*
1.90 # There's also binaries in demos/ and possibly examples/ here,