Skip to content

Commit

Permalink
spec file: Add proper Summary: and %description
Browse files Browse the repository at this point in the history
… taken from [Sailfishos:Chum web PR 14](https://github.com/sailfishos-chum/sailfishos-chum-web/pull/4/files).
  • Loading branch information
Olf0 authored Feb 28, 2022
1 parent a873fb8 commit 3cba1fe
Showing 1 changed file with 24 additions and 4 deletions.
28 changes: 24 additions & 4 deletions rpm/chum.spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Summary: SailfishOS:Chum community repository
Summary: Proper SSU configuration for the SailfishOS:Chum community repository
License: MIT
Name: sailfishos-chum
Version: 0.3.0
Expand All @@ -12,10 +12,19 @@ Conflicts: sailfishos-chum-gui
BuildArch: noarch

%description
%{summary}.
The package sailfishos-chum is a helper RPM, which solely provides an
appropriate local repository configuration for utilising the SailfishOS:Chum
community repository with command line tools as pkcon or zypper.

Note that the SailfishOS:Chum GUI application provides the same local
repository configuration, while also providing a GUI app, which can be used in
addition to pkcon or zypper. Furthermore it offers easy switching between the
regular SailfishOS:Chum repository and the SailfishOS:Chum testing repository.
Hence you might rather install the sailfishos-chum-gui RPM instead of the
sailfishos-chum RPM.

%package testing
Summary: SailfishOS:Chum community repository: Testing repository
Summary: Proper SSU configuration for the SailfishOS:Chum TESTING repository
License: MIT
Provides: sailfishos-chum-repository
Group: System
Expand All @@ -25,7 +34,18 @@ Conflicts: sailfishos-chum-gui
BuildArch: noarch

%description testing
%{summary}.
The package sailfishos-chum-testing is a helper RPM, which solely provides an
appropriate local repository configuration for utilising the SailfishOS:Chum
TESTING repository with command line tools as pkcon or zypper.
Note that the SailfishOS:Chum testing repository is primarily aimed at
software developers.

Also note that the SailfishOS:Chum GUI application provides the same local
repository configuration, while also providing a GUI app, which can be used in
addition to pkcon or zypper. Furthermore it offers easy switching between the
regular SailfishOS:Chum repository and the SailfishOS:Chum testing repository.
Hence you might rather install the sailfishos-chum-gui RPM instead of the
sailfishos-chum-testing RPM.

%prep
%setup -q -n %{name}-%{version}
Expand Down

0 comments on commit 3cba1fe

Please sign in to comment.