Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[rpm] Remove "Group" tags from spec
Fedora packaging guidelines say:

  The BuildRoot: tag, Group: tag, and %clean section SHOULD NOT be used.

Signed-off-by: Simo Piiroinen <simo.piiroinen@jollamobile.com>
  • Loading branch information
spiiroin committed Feb 6, 2020
1 parent 74985f7 commit acc4762
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions rpm/timed-qt5.spec
Expand Up @@ -3,7 +3,6 @@ Name: timed-qt5
Summary: Time daemon
Version: 3.6
Release: 1
Group: System/System Control
License: LGPLv2
URL: https://git.sailfishos.org/mer-core/timed
Source0: %{name}-%{version}.tar.bz2
Expand Down Expand Up @@ -33,7 +32,6 @@ executing actions at given time and managing the event queue.

%package tests
Summary: Test cases for %{name}
Group: Development/System
Requires: %{name} = %{version}-%{release}
Requires: testrunner-lite

Expand All @@ -42,15 +40,13 @@ Simple automated test cases, to be executed in cita.

%package tools
Summary: Command line tools for communication with the time daemon
Group: Development/Tools
Requires: %{name} = %{version}-%{release}

%description tools
timedclient - add, modify, remove, and query alarms.

%package devel
Summary: Development package for %{name}
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: pkgconfig(Qt5Core)

Expand Down

0 comments on commit acc4762

Please sign in to comment.