Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 11 additions & 9 deletions rpm/patchmanager.spec
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,19 @@ BuildRequires: pkgconfig(rpm)
BuildRequires: pkgconfig(popt)

%package testcases
Summary: Provides test cases for Patchmanager
Group: Development
BuildArch: noarch
Requires: libsailfishapp-launcher
Summary: Provides test cases for Patchmanager
Group: Development
BuildArch: noarch
Requires: %{name}
Requires: libsailfishapp-launcher

%description testcases
The package patchmanager-testcases installs a small test application and a couple of
Patches which are helpful for testing the internal functioning of Patchmanager, e.g.,
when changes were made to it.
Note that utilising these test cases requires a thorough understanding how Patchmanager
internally works and hence is most likely only useful for developers.
The package patchmanager-testcases installs a small test application and a
couple of Patches which are helpful for testing the internal functioning of
Patchmanager, e.g., when changes were made to it.
Note that utilising these test cases requires a thorough understanding how
Patchmanager internally works and hence is most likely only useful for
developers.

# This description section includes metadata for SailfishOS:Chum, see
# https://github.com/sailfishos-chum/main/blob/main/Metadata.md
Expand Down