Added minimal info to spec/yaml to include a release in chum.
This commit is contained in:
parent
f3c9873766
commit
65ab119651
2 changed files with 18 additions and 6 deletions
|
@ -13,11 +13,11 @@ Name: harbour-tooterb
|
||||||
%{!?qtc_make:%define qtc_make make}
|
%{!?qtc_make:%define qtc_make make}
|
||||||
%{?qtc_builddir:%define _builddir %qtc_builddir}
|
%{?qtc_builddir:%define _builddir %qtc_builddir}
|
||||||
Summary: Tooter β
|
Summary: Tooter β
|
||||||
Version: 1.0.7
|
Version: 1.0.8
|
||||||
Release: 0
|
Release: 2
|
||||||
Group: Qt/Qt
|
Group: Qt/Qt
|
||||||
License: LICENSE
|
License: GPLv3
|
||||||
URL: http://example.org/
|
URL: https://grave-design.com/harbour-tooter/
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
Source100: harbour-tooterb.yaml
|
Source100: harbour-tooterb.yaml
|
||||||
Requires: sailfishsilica-qt5 >= 0.10.9
|
Requires: sailfishsilica-qt5 >= 0.10.9
|
||||||
|
@ -36,6 +36,18 @@ BuildRequires: desktop-file-utils
|
||||||
%description
|
%description
|
||||||
Tooter Beta is a native client for Mastodon network instances.
|
Tooter Beta is a native client for Mastodon network instances.
|
||||||
|
|
||||||
|
%if "%{?vendor}" == "chum"
|
||||||
|
PackageName: Tooter Beta
|
||||||
|
Type: desktop-application
|
||||||
|
Categories:
|
||||||
|
- Network
|
||||||
|
PackagerName: Mark Washeim (poetaster)
|
||||||
|
Custom:
|
||||||
|
- Repo: https://github.com/molan-git/harbour-tooter
|
||||||
|
Icon: https://raw.githubusercontent.com/poetaster/harbour-tooter/master/icons/256x256/harbour-tooterb.png
|
||||||
|
Url:
|
||||||
|
Homepage: https://github.com/molan-git/harbour-tooter
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}
|
%setup -q -n %{name}-%{version}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Name: harbour-tooterb
|
Name: harbour-tooterb
|
||||||
Summary: Tooter β
|
Summary: Tooter β
|
||||||
Version: 1.0.7
|
Version: 1.0.8
|
||||||
Release: 0
|
Release: 2
|
||||||
# The contents of the Group field should be one of the groups listed here:
|
# The contents of the Group field should be one of the groups listed here:
|
||||||
# https://github.com/mer-tools/spectacle/blob/master/data/GROUPS
|
# https://github.com/mer-tools/spectacle/blob/master/data/GROUPS
|
||||||
Group: Qt/Qt
|
Group: Qt/Qt
|
||||||
|
|
Loading…
Reference in a new issue