Skip to content

Commit

Permalink
Merge branch 'master' into 'master'
Browse files Browse the repository at this point in the history
Add missing _private .pri files to spec, remove QtWebPluginProcess from spec



See merge request !1
  • Loading branch information
faenil committed Jan 24, 2016
2 parents 1de328c + 3dc29d5 commit 4b8ca3d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions rpm/qtwebkit5.spec
Expand Up @@ -224,9 +224,6 @@ find %{buildroot}%{_libdir} -type f -name '*.prl' \
%files uiprocess-launcher
%defattr(-,root,root,-)
%{_libdir}/qt5/libexec/QtWebProcess
%if %{with X11}
%{_libdir}/qt5/libexec/QtWebPluginProcess
%endif

%files -n libqtwebkit5
%defattr(-,root,root,-)
Expand All @@ -240,6 +237,7 @@ find %{buildroot}%{_libdir} -type f -name '*.prl' \
%{_libdir}/libQt5WebKit.so
%{_libdir}/pkgconfig/Qt5WebKit.pc
%{_datadir}/qt5/mkspecs/modules/qt_lib_webkit.pri
%{_datadir}/qt5/mkspecs/modules/qt_lib_webkit_private.pri

%files -n libqtwebkit5-widgets
%defattr(-,root,root,-)
Expand All @@ -253,6 +251,7 @@ find %{buildroot}%{_libdir} -type f -name '*.prl' \
%{_libdir}/libQt5WebKitWidgets.so
%{_libdir}/pkgconfig/Qt5WebKitWidgets.pc
%{_datadir}/qt5/mkspecs/modules/qt_lib_webkitwidgets.pri
%{_datadir}/qt5/mkspecs/modules/qt_lib_webkitwidgets_private.pri

%files -n qt5-qtqml-import-webkitplugin
%defattr(-,root,root,-)
Expand Down

0 comments on commit 4b8ca3d

Please sign in to comment.