Skip to content

Commit

Permalink
Merge branch 'jb50383' into 'mer-5.4'
Browse files Browse the repository at this point in the history
[packaging] Fix license in spec. JB#50383

See merge request mer-core/qtwayland!21
  • Loading branch information
pvuorela committed Dec 18, 2020
2 parents 582f093 + 0c5704d commit b836357
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions rpm/qtwayland.spec
Expand Up @@ -4,7 +4,7 @@ Name: qt5-qtwayland-%{_qtwayland_variant}
Summary: Qt Wayland compositor, %{_qtwayland_variant} variant
Version: 5.4.0
Release: 1%{?dist}
License: LGPLv2.1 with exception or GPLv3
License: LGPLv2 with exception or GPLv3 or Qt Commercial
URL: https://www.qt.io/
Source0: %{name}-%{version}.tar.bz2
Source100: precheckin.sh
Expand Down Expand Up @@ -98,7 +98,8 @@ rm -r %{buildroot}/%{_libdir}/qt5/plugins/wayland-decoration-client/libbradient.

%files
%defattr(-,root,root,-)
%license LICENSE.LGPL* LGPL_EXCEPTION.txt
%license LICENSE.LGPL LGPL_EXCEPTION.txt
%license LICENSE.GPL LICENSE.FDL
%{_libdir}/libQt5Compositor.so.5
%{_libdir}/libQt5Compositor.so.5.*
%{_libdir}/libQt5WaylandClient.so.5
Expand Down

0 comments on commit b836357

Please sign in to comment.