Skip to content

Commit

Permalink
Merge pull request #72 from Olf0/patch-1
Browse files Browse the repository at this point in the history
spec file: Add proper `Summary:` and `%description`
  • Loading branch information
rinigus authored Mar 1, 2022
2 parents a7c2dbd + 4bd8478 commit 04ef4ca
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: 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: 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 04ef4ca

Please sign in to comment.