Skip to content

Commit

Permalink
[packaging] Fix license tag, add %license file. JB#50383
Browse files Browse the repository at this point in the history
Signed-off-by: Björn Bidar <bjorn.bidar@jolla.com>
  • Loading branch information
Thaodan committed Dec 8, 2020
1 parent 8c6e93c commit f203156
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions rpm/lipstick-qt5.spec
Expand Up @@ -8,7 +8,7 @@ Summary: QML toolkit for homescreen creation
Version: 0.34.7
Release: 1
Group: System/Libraries
License: LGPLv2.1
License: LGPLv2
URL: http://github.com/nemomobile/lipstick
Source0: %{name}-%{version}.tar.bz2
Source1: %{name}.privileges
Expand Down Expand Up @@ -55,31 +55,27 @@ A QML toolkit for homescreen creation

%package devel
Summary: Development files for lipstick
License: LGPLv2.1
Requires: %{name} = %{version}-%{release}

%description devel
Files useful for building homescreens.

%package tests
Summary: Tests for lipstick
License: LGPLv2.1
Requires: %{name} = %{version}-%{release}

%description tests
Unit tests for the lipstick package.

%package tools
Summary: Tools for lipstick
License: LGPLv2.1
Requires: %{name} = %{version}-%{release}

%description tools
Tools for the lipstick package (warning: these tools installed by default).

%package simplecompositor
Summary: Lipstick Simple Compositor
License: LGPLv2.1
Requires: %{name} = %{version}-%{release}

%description simplecompositor
Expand All @@ -88,7 +84,6 @@ homescreen and all the other app logic lipstick has.

%package doc
Summary: Documentation for lipstick
License: LGPLv2.1
Group: Documentation
BuildArch: noarch

Expand All @@ -97,7 +92,6 @@ Documentation for the lipstick package.

%package notification-doc
Summary: Documentation for lipstick notification services
License: LGPLv2.1
Group: Documentation
BuildArch: noarch

Expand All @@ -106,7 +100,6 @@ Documentation for the lipstick notification services.

%package ts-devel
Summary: Translation files for lipstick
License: LGPLv2.1
Group: Documentation
BuildArch: noarch

Expand Down Expand Up @@ -146,6 +139,7 @@ install -m 644 -p %{SOURCE1} %{buildroot}%{_datadir}/mapplauncherd/privileges.d/

%files devel
%defattr(-,root,root,-)
%license LICENSE.LGPL
%{_includedir}/%{name}
%{_libdir}/lib%{name}.so
%{_libdir}/lib%{name}.prl
Expand Down

0 comments on commit f203156

Please sign in to comment.