Compare commits
7 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
617acc16d3 | ||
|
|
003355983a | ||
|
|
de7c272b9c | ||
|
|
a47e15ba5e | ||
|
|
a4508bf694 | ||
|
|
df289a5607 | ||
|
|
11b0477f3b |
3 changed files with 18 additions and 7 deletions
13
monitoring.toml
Normal file
13
monitoring.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# Enable/disable monitoring
|
||||
monitoring = true
|
||||
# Enable/disable filling bugzilla ticket for new release
|
||||
# When disabled it will also disable scratch builds
|
||||
bugzilla = false
|
||||
# Enable/disable reporting only stable versions
|
||||
# Stable versions are recognized based on release-monitoring.org project settings
|
||||
stable_only = true
|
||||
# Enable/disable reporting all new versions instead of the latest one
|
||||
# Enabling this will disable scratch builds
|
||||
all_versions = true
|
||||
# Enable/disable scratch build for newly opened version
|
||||
scratch_build = false
|
||||
|
|
@ -4,18 +4,16 @@
|
|||
%global blueprint_compiler_version 0.18
|
||||
|
||||
Name: showtime
|
||||
Version: 50~rc
|
||||
Version: 50.0
|
||||
|
||||
Release: %autorelease
|
||||
Summary: Modern video player built using GTK4
|
||||
|
||||
License: GPL-3.0-or-later
|
||||
URL: https://apps.gnome.org/Showtime/
|
||||
Source0: https://download.gnome.org/sources/%{name}/%{gnome_major_version}/%{name}-%{gnome_tarball_version}.tar.xz
|
||||
|
||||
%global tarball_version %%(echo %{version} | tr '~' '.')
|
||||
%global major_version %(cut -d "." -f 1 <<<%{tarball_version})
|
||||
|
||||
Source0: https://download.gnome.org/sources/%{name}/%{major_version}/%{name}-%{tarball_version}.tar.xz
|
||||
%gnome_check_version
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
|
|
@ -52,7 +50,7 @@ language and subtitle tracks, and screenshots — everything you
|
|||
need for a straightforward viewing experience.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n %{name}-%{tarball_version}
|
||||
%autosetup -p1 -n %{name}-%{gnome_tarball_version}
|
||||
|
||||
%build
|
||||
%meson
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (showtime-50.rc.tar.xz) = fc00b5d114267e92ead611358ec011b10b67d9a95f216ac817bc95a007260da5837ad455aa2e9baf9e3e534904ad7b8c13824db4dcda4163faace7a7dceb1c80
|
||||
SHA512 (showtime-50.0.tar.xz) = d532bc97d33aff9fb691349d28214fa58d5e2f20a991653e175da6035e3c662b10ee2076916cd55c3a4c51dafaaea9a85202ed27a70e46e8f66551801cabf652
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue