Skip to content

Commit

Permalink
spec file: minor improvements (sailfishos-patches#273)
Browse files Browse the repository at this point in the history
* spec file: remove trailing space

* spec file: Add comma for being grammatically correct

* spec file: Try fixing havoc by moving comment line

… because the whole metadata for SailfishOS:Chum is displayed as part of Patchmanager's description in the SailfishOS:Chum GUI application

* Update patchmanager.spec

* spec file: Enhance comment formatting and wording
  • Loading branch information
Olf0 authored Feb 21, 2022
1 parent 107b499 commit 8c7a28b
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions rpm/patchmanager.spec
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,19 @@ BuildRequires: qt5-qttools-linguist
BuildRequires: pkgconfig(rpm)
BuildRequires: pkgconfig(popt)

# The description section includes the metadata for SailfishOS:Chum, see
# https://github.com/sailfishos-chum/main/blob/main/Metadata.md
# "Help:" there would default to GitHub discussions, which is used for internal
# discussions among the Patchmanager maintainers, hence pointing to the README,
# because the Wiki is not suitable for simple users.
# "Bugtracker:" would default to GitHub issues; prefer to link to the
# corresponding SFOS Forum thread instead.
%description
Patchmanager is a tool for transparently modifying installed files by the patch
utility and for managing the special patch files ("Patches") for doing so.
Since version 3.0 Patchmanager does not modify original files on mass storage,
Since version 3.0, Patchmanager does not modify original files on mass storage,
it merely alters their content when they are loaded into RAM to be executed.

# Chum metadata. See https://github.com/sailfishos-chum/main/blob/main/Metadata.md
%if "%{?vendor}" == "chum"
PackageName: Patchmanager
Type: desktop-application
Expand All @@ -56,10 +62,7 @@ Custom:
Icon: https://raw.githubusercontent.com/sailfishos-patches/patchmanager/master/src/plugin/icon-m-patchmanager.png
Url:
Homepage: https://openrepos.net/content/patchmanager/patchmanager
# Help will default to GitHub discussions, which we don't use for this.
# Pointing to the README right now, as the Wiki is not user-friendly at this point.
Help: https://github.com/sailfishos-patches/patchmanager/blob/master/README.md
# Bugtracker will default to GitHub issues. Prefer the SFOS Forum link.
Bugtracker: https://forum.sailfishos.org/t/bugs-in-patchmanager-3-1-0/8552
%endif

Expand Down

0 comments on commit 8c7a28b

Please sign in to comment.