Update to 40.beta
This commit is contained in:
parent
02e71109c1
commit
66fc9971bb
1
.gitignore
vendored
1
.gitignore
vendored
@ -62,3 +62,4 @@
|
|||||||
/gnome-clocks-3.37.90.tar.xz
|
/gnome-clocks-3.37.90.tar.xz
|
||||||
/gnome-clocks-3.37.91.tar.xz
|
/gnome-clocks-3.37.91.tar.xz
|
||||||
/gnome-clocks-3.38.0.tar.xz
|
/gnome-clocks-3.38.0.tar.xz
|
||||||
|
/gnome-clocks-40.beta.tar.xz
|
||||||
|
@ -1,13 +1,15 @@
|
|||||||
%global libgweather_version 3.32.0
|
%global libgweather_version 3.32.0
|
||||||
|
|
||||||
|
%global tarball_version %%(echo %{version} | tr '~' '.')
|
||||||
|
|
||||||
Name: gnome-clocks
|
Name: gnome-clocks
|
||||||
Version: 3.38.0
|
Version: 40~beta
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Clock application designed for GNOME 3
|
Summary: Clock application designed for GNOME 3
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://wiki.gnome.org/Apps/Clocks
|
URL: https://wiki.gnome.org/Apps/Clocks
|
||||||
Source0: https://download.gnome.org/sources/gnome-clocks/3.38/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/gnome-clocks/40/%{name}-%{tarball_version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
@ -16,15 +18,15 @@ BuildRequires: itstool
|
|||||||
BuildRequires: libappstream-glib
|
BuildRequires: libappstream-glib
|
||||||
BuildRequires: vala
|
BuildRequires: vala
|
||||||
|
|
||||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.20
|
BuildRequires: pkgconfig(geocode-glib-1.0)
|
||||||
|
BuildRequires: pkgconfig(glib-2.0)
|
||||||
|
BuildRequires: pkgconfig(gnome-desktop-3.0)
|
||||||
|
BuildRequires: pkgconfig(gobject-2.0)
|
||||||
|
BuildRequires: pkgconfig(gsound)
|
||||||
|
BuildRequires: pkgconfig(gtk+-3.0)
|
||||||
BuildRequires: pkgconfig(gweather-3.0) >= %{libgweather_version}
|
BuildRequires: pkgconfig(gweather-3.0) >= %{libgweather_version}
|
||||||
BuildRequires: pkgconfig(gnome-desktop-3.0) >= 3.8
|
BuildRequires: pkgconfig(libgeoclue-2.0)
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.44
|
|
||||||
BuildRequires: pkgconfig(gobject-2.0) >= 2.44
|
|
||||||
BuildRequires: pkgconfig(libgeoclue-2.0) >= 2.4
|
|
||||||
BuildRequires: pkgconfig(libhandy-1)
|
BuildRequires: pkgconfig(libhandy-1)
|
||||||
BuildRequires: pkgconfig(geocode-glib-1.0) >= 1.0
|
|
||||||
BuildRequires: pkgconfig(gsound) >= 0.98
|
|
||||||
|
|
||||||
Requires: libgweather%{?_isa} >= %{libgweather_version}
|
Requires: libgweather%{?_isa} >= %{libgweather_version}
|
||||||
|
|
||||||
@ -32,7 +34,7 @@ Requires: libgweather%{?_isa} >= %{libgweather_version}
|
|||||||
Clock application designed for GNOME 3
|
Clock application designed for GNOME 3
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1 -n %{name}-%{tarball_version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson
|
%meson
|
||||||
@ -60,6 +62,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.clocks.d
|
|||||||
%{_datadir}/metainfo/org.gnome.clocks.metainfo.xml
|
%{_datadir}/metainfo/org.gnome.clocks.metainfo.xml
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 18 2021 Kalev Lember <klember@redhat.com> - 40~beta-1
|
||||||
|
- Update to 40.beta
|
||||||
|
|
||||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.38.0-2
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.38.0-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (gnome-clocks-3.38.0.tar.xz) = ecee2117b55e9b61ef380d9257d24ddfe8b5b4fa6d8c0372c92e8d30b5eafe5fa4736e6aa14708460b3c9fc598912cc29a8c32f3f8585ad18b0b2eb9f15fee14
|
SHA512 (gnome-clocks-40.beta.tar.xz) = 6826e0535221b1f1d0a3185a7c072501a813f3e1d19b54beb4f9361b3b559708391db6ceefc6bb6bc0e57429dd43b7dcfdd13b93ff26627c523ef35dc49fb0e1
|
||||||
|
Loading…
Reference in New Issue
Block a user