Skip to content

Commit

Permalink
[spec] Remove "Group" tags
Browse files Browse the repository at this point in the history
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 Jan 28, 2020
1 parent ba72ee4 commit af07f82
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions rpm/usb-moded.spec
Expand Up @@ -2,7 +2,6 @@ Name: usb-moded
Version: 0.86.0+mer39
Release: 2
Summary: USB mode controller
Group: System/System Control
License: LGPLv2
URL: https://git.merproject.org/mer-core/usb-moded
Source0: %{name}-%{version}.tar.bz2
Expand Down Expand Up @@ -37,7 +36,6 @@ system bus.

%package devel
Summary: USB mode controller - development files
Group: Development/Libraries

%description devel
Usb_moded is a daemon to control the USB states. For this
Expand All @@ -49,7 +47,6 @@ This package contains the files needed to program for usb_moded.

%package doc
Summary: USB mode controller - documentation
Group: Documentation

%description doc
Usb_moded is a daemon to control the USB states. For this
Expand All @@ -61,7 +58,6 @@ This package contains the documentation.

%package developer-mode
Summary: USB mode controller - developer mode config
Group: Config

%description developer-mode
Usb_moded is a daemon to control the USB states. For this
Expand All @@ -74,7 +70,6 @@ usb networking.

%package mtp-mode
Summary: USB mode controller - mtp mode config
Group: Config
Requires: buteo-mtp-qt5

%description mtp-mode
Expand All @@ -87,7 +82,6 @@ This package contains the mtp mode config.

%package mass-storage-mode
Summary: USB mode controller - mass-storage mode config
Group: Config

%description mass-storage-mode
Usb_moded is a daemon to control the USB states. For this
Expand All @@ -99,7 +93,6 @@ This package contains the mass-storage mode config.

%package adb-mode
Summary: USB mode controller - android adb mode config
Group: Config

%description adb-mode
Usb_moded is a daemon to control the USB states. For this
Expand All @@ -112,7 +105,6 @@ gadget driver.

%package diag-mode-android
Summary: USB mode controller - android diag mode config
Group: Config

%description diag-mode-android
Usb_moded is a daemon to control the USB states. For this
Expand All @@ -125,7 +117,6 @@ gadget driver.

%package diag-mode-androidv5-qcom
Summary: USB mode controller - android v5 or newer diag mode config for qcom
Group: Config

%description diag-mode-androidv5-qcom
Usb_moded is a daemon to control the USB states. For this
Expand All @@ -138,7 +129,6 @@ gadget driver.

%package acm-mode-android
Summary: USB mode controller - android acm mode config
Group: Config

%description acm-mode-android
Usb_moded is a daemon to control the USB states. For this
Expand All @@ -151,7 +141,6 @@ gadget driver.

%package developer-mode-android
Summary: USB mode controller - android developer mode config
Group: Config

%description developer-mode-android
Usb_moded is a daemon to control the USB states. For this
Expand All @@ -164,7 +153,6 @@ the android gadget. This will provide usb networking.

%package mtp-mode-android
Summary: USB mode controller - android mtp mode config
Group: Config

%description mtp-mode-android
Usb_moded is a daemon to control the USB states. For this
Expand All @@ -176,7 +164,6 @@ This package contains the mtp mode config.

%package mtp-mode-android-ffs
Summary: USB mode controller - droid mtp mode config
Group: Config

%description mtp-mode-android-ffs
Usb_moded is a daemon to control the USB states. For this
Expand All @@ -190,7 +177,6 @@ via ffs.

%package pc-suite-mode-android
Summary: USB mode controller - android pc suite mode config
Group: Config

%description pc-suite-mode-android
Usb_moded is a daemon to control the USB states. For this
Expand All @@ -202,7 +188,6 @@ This package contains the android pc suite mode config.

%package at-mode-android
Summary: USB mode controller - android at modem mode config
Group: Config

%description at-mode-android
Usb_moded is a daemon to control the USB states. For this
Expand All @@ -214,7 +199,6 @@ This package contains the android at modem port mode config.

%package host-mode-jolla
Summary: USB mode controller - host mode switch for Jolla
Group: Config

%description host-mode-jolla
Usb_moded is a daemon to control the USB states. For this
Expand All @@ -227,7 +211,6 @@ in host mode.

%package defaults
Summary: USB mode controller - default configuration
Group: Config
Provides: usb-moded-configs
Requires: usb-moded-developer-mode

Expand All @@ -238,7 +221,6 @@ modes)

%package defaults-android
Summary: USB mode controller - default configuration
Group: Config
Provides: usb-moded-configs
Requires: usb-moded-developer-mode-android

Expand All @@ -249,15 +231,13 @@ modes with the android gadget driver)

%package diagnostics-config
Summary: USB mode controller - config data for diagnostics mode
Group: Config

%description diagnostics-config
This package contains the diagnostics info needed to configure a
diagnotic mode

%package connection-sharing-android-config
Summary: USB mode controller - USB/cellular data connection sharing config
Group: Config

%description connection-sharing-android-config
Usb_moded is a daemon to control the USB states. For this
Expand All @@ -270,7 +250,6 @@ connection over the USB with the android gadget driver.

%package connection-sharing-android-connman-config
Summary: USB mode controller - USB/cellular data connection sharing config
Group: Config

%description connection-sharing-android-connman-config
Usb_moded is a daemon to control the USB states. For this
Expand All @@ -283,7 +262,6 @@ connection over the USB with the connman gadget driver.

%package mass-storage-android-config
Summary: USB mode controller - mass-storage config with android gadget
Group: Config

%description mass-storage-android-config
Usb_moded is a daemon to control the USB states. For this
Expand All @@ -296,7 +274,6 @@ with the android gadget driver.

%package vfat-android-config
Summary: USB mode controller - vfat config with tojblockd
Group: Config
Requires: tojblockd

%description vfat-android-config
Expand All @@ -310,7 +287,6 @@ emulation with tojblockd and nbd.

%package systemd-rescue-mode
Summary: USB mode controller - systemd rescue mode support
Group: Config

%Description systemd-rescue-mode
Usb_moded is a daemon to control the USB states. For this
Expand Down

0 comments on commit af07f82

Please sign in to comment.