Skip to content

Commit

Permalink
Merge branch 'packaging_cleanup' into 'master'
Browse files Browse the repository at this point in the history
Packaging cleanup

See merge request mer-core/lipstick!166
  • Loading branch information
pvuorela committed Oct 26, 2020
2 parents 34bde4a + 245588f commit 07d88c3
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions rpm/lipstick-qt5.spec
Expand Up @@ -7,8 +7,7 @@ Name: lipstick-qt5
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 @@ -56,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 @@ -89,26 +84,20 @@ homescreen and all the other app logic lipstick has.

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

%description doc
Documentation for the lipstick package.

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

%description notification-doc
Documentation for the lipstick notification services.

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

%description ts-devel
Expand Down Expand Up @@ -147,6 +136,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 07d88c3

Please sign in to comment.