Skip to content

Commit

Permalink
distro/qt5-kdreports.spec - OBS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Winter committed Aug 22, 2021
1 parent 8591fe5 commit 7675a7b
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions distro/qt5-kdreports.spec
Original file line number Diff line number Diff line change
Expand Up @@ -68,22 +68,23 @@ cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release

%files devel
%defattr(-,root,root,-)
%dir %{_includedir}/KDReports
%{_includedir}/KDReports/*
%dir %{_libdir}/cmake/KDReports
%{_libdir}/cmake/KDReports/*
%{_libdir}/libkdreports.so
%if %{defined fedora}
%if 0%{?sle_version} >= 150200 && 0%{?is_opensuse}
%{_libdir}/qt5/mkspecs/modules/*
%endif
%if 0%{?suse_version} > 1500
%{_libdir}/qt5/mkspecs/modules/*
%endif
%if 0%{?fedora} > 28
%{_libdir}/qt5/mkspecs/modules/*
%else
%dir %{_prefix}/mkspecs/
%dir %{_prefix}/mkspecs/modules/
%{_prefix}/mkspecs/modules/*.pri
%endif
%else
%if %{defined rhel}
%{_libdir}/qt5/mkspecs/modules/*
%endif
%dir %{_includedir}/KDReports
%{_includedir}/KDReports/*
%dir %{_libdir}/cmake/KDReports
%{_libdir}/cmake/KDReports/*
%{_libdir}/libkdreports.so

%changelog
* Sat Aug 21 2021 Allen Winter <[email protected]> 2.0.0
Expand Down

0 comments on commit 7675a7b

Please sign in to comment.