-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
distro/qt6-kddockwidgets.spec - fix found on OBS
- Loading branch information
Allen Winter
committed
Sep 14, 2022
1 parent
409ac51
commit 48319a6
Showing
1 changed file
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79,12 +79,17 @@ cmake . -DCMAKE_INSTALL_PREFIX=/usr -DKDDockWidgets_QT6=True -DCMAKE_BUILD_TYPE= | |
|
||
%files devel | ||
%defattr(-,root,root,-) | ||
%if 0%{?fedora} > 35 | ||
%{_libdir}/qt6/mkspecs/modules/* | ||
%endif | ||
#%dir %{_prefix}/share/mkspecs | ||
#%dir %{_prefix}/share/mkspecs/features | ||
#%{_prefix}/share/mkspecs/features/kddockwidgets.prf | ||
%dir %{_includedir}/kddockwidgets-qt6 | ||
%{_includedir}/kddockwidgets-qt6/kddockwidgets/* | ||
%dir %{_libdir}/cmake/KDDockWidgets-qt6 | ||
%{_libdir}/cmake/KDDockWidgets-qt6/* | ||
%{_libdir}/libkddockwidgets-qt6.so | ||
#%{_prefix}/mkspecs/modules/* ECMGeneratePriFile isn't ported to Qt6 yet | ||
|
||
%changelog | ||
* Wed Sep 14 2022 Allen Winter <[email protected]> 1.6.0 | ||
|