Skip to content

Commit

Permalink
qt5-kdsoap.spec, qt5-kdsoap.dsc - OBS fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Winter committed Jun 29, 2021
1 parent c90d6cd commit 01a3aee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion qt5-kdsoap.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Version: 2.0.0-1
Binary: kdsoap
Maintainer: Allen Winter <[email protected]>
Architecture: any
Build-Depends: debhelper (>=9), cdbs, cmake, qt5-default, qtbase5-dev
Build-Depends: debhelper (>=9), cdbs, cmake, qtbase5-dev

Files:
00000000000000000000000000000000 00000 qt5-kdsoap-2.0.0.tar.gz
13 changes: 7 additions & 6 deletions qt5-kdsoap.spec
Original file line number Diff line number Diff line change
Expand Up @@ -77,16 +77,17 @@ cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SKIP_RPATH=True -DCMAKE_BUILD_TYPE=R
%{_libdir}/cmake/KDSoap/*
%{_libdir}/libkdsoap.so
%{_libdir}/libkdsoap-server.so
%if 0%{?sle_version} >= 150200 && 0%{?is_opensuse}
%{_libdir}/qt5/mkspecs/modules/*
%endif
%{_prefix}/share/mkspecs/
%if %{defined fedora}
%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

Expand Down

0 comments on commit 01a3aee

Please sign in to comment.