-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Post release version increase (#300) * Add comment * Enhance comment * Pick a proper `Group:` tag * Document `%changelog` format * Omit and [the SailfishOS-OBS](https://build.merproject.org/package/show/home:olf:harbour-storeman/harbour-storeman-installer) * [harbour-storeman-installer.spec] Adapt to new git-tag format * [harbour-storeman-installer.spec] Improve spelling * [harbour-storeman-installer.spec] Update comments * [build.yml] `/` is not covered by `*` wildcard
- Loading branch information
Showing
3 changed files
with
26 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ on: | |
push: | ||
tags: | ||
- '*' | ||
- '*/*' | ||
pull_request: | ||
branches: | ||
- master | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,29 @@ | ||
Summary: Installs Storeman for SailfishOS | ||
License: LGPL-2.1-only | ||
Name: harbour-storeman-installer | ||
# The Git release tag format must adhere to just <version>. The <version> | ||
# field adheres to semantic versioning and the <release> field comprises a | ||
# natural number greater or equal to 1, which may be prefixed with one of | ||
# {alpha,beta,rc,release} (e.g., "beta3"). For details and reasons, see | ||
# https://github.com/storeman-developers/harbour-storeman-installer/wiki/Git-tag-format | ||
Version: 2.2.3 | ||
Release: release4 | ||
Group: Applications/System | ||
# The Git tag format must adhere to <release>/<version> since 2023-05-18. | ||
# The <version> tag must adhere to semantic versioning, for details see | ||
# https://semver.org/ | ||
Version: 2.2.4 | ||
# The <release> tag comprises one of {alpha,beta,rc,release} postfixed with a | ||
# natural number greater or equal to 1 (e.g., "beta3") and may additionally be | ||
# postfixed with a plus character ("+"), the name of the packager and a release | ||
# number chosen by her (e.g., "rc2+jane4"). `{alpha|beta|rc|release}` | ||
# indicates the expected status of the software. No other identifiers shall be | ||
# used for any published version, but for the purpose of testing infrastructure | ||
# other nonsensual identifiers as `adud` may be used, which do *not* trigger a | ||
# build at GitHub and OBS, when configured accordingly; mind the sorting | ||
# (`adud` < `alpha`). For details and reasons, see | ||
# https://github.com/Olf0/sfos-upgrade/wiki/Git-tag-format | ||
Release: release5 | ||
# The Group tag should comprise one of the groups listed here: | ||
# https://github.com/mer-tools/spectacle/blob/master/data/GROUPS | ||
Group: Software Management/Package Manager | ||
URL: https://github.com/storeman-developers/%{name} | ||
# These "Source0:" line below requires that the value of %%{name} is also the | ||
# project name at GitHub and the value of %%{version} is also the name of a | ||
# correspondingly set git-tag. | ||
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz | ||
# The "Source0:" line below requires that the value of %%{name} is also the | ||
# project name at GitHub and the value of %%{release}/%%{version} is also the | ||
# name of a correspondingly set Git tag. | ||
Source0: %{url}/archive/%{release}/%{version}/%{name}-%{version}.tar.gz | ||
# Note that the rpmlintrc file must be named so according to | ||
# https://en.opensuse.org/openSUSE:Packaging_checks#Building_Packages_in_spite_of_errors | ||
Source99: %{name}.rpmlintrc | ||
|
@@ -180,6 +190,7 @@ exit 0 | |
%files | ||
%attr(0754,root,ssu) %{_bindir}/%{name} | ||
|
||
# Changelog format: https://lists.fedoraproject.org/archives/list/[email protected]/thread/SF4VVE4NBEDQJDJZ4DJ6YW2DTGMWP23E/#6O6DFC6GDOLCU7QC3QJKJ3VCUGAOTD24 | ||
%changelog | ||
* Thu Sep 9 1999 olf <[email protected]> - 99.99.99 | ||
- See %{url}/releases | ||
|