Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/gnome-shell-extensions.git#06fa609b3aa9a204d96914e24d32ad083db4d094
This commit is contained in:
parent
746196297a
commit
3a7e621021
1
.gitignore
vendored
1
.gitignore
vendored
@ -143,3 +143,4 @@
|
||||
/gnome-shell-extensions-40.alpha.1-11-g9fa522c.tar.xz
|
||||
/gnome-shell-extensions-40.beta.tar.xz
|
||||
/gnome-shell-extensions-40.rc.tar.xz
|
||||
/gnome-shell-extensions-40.0.tar.xz
|
||||
|
@ -3,16 +3,16 @@
|
||||
%global min_gs_version %%(cut -d "." -f 1-3 <<<%{version})
|
||||
|
||||
%global pkg_prefix gnome-shell-extension
|
||||
%global upstream_version 40.rc
|
||||
%global tarball_version %%(echo %{version} | tr '~' '.')
|
||||
|
||||
Name: gnome-shell-extensions
|
||||
Version: 40.0~rc
|
||||
Version: 40.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Modify and extend GNOME Shell functionality and behavior
|
||||
|
||||
License: GPLv2+
|
||||
URL: http://wiki.gnome.org/Projects/GnomeShell/Extensions
|
||||
Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{major_version}/%{name}-%{upstream_version}.tar.xz
|
||||
Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{major_version}/%{name}-%{tarball_version}.tar.xz
|
||||
|
||||
BuildRequires: meson
|
||||
BuildRequires: git
|
||||
@ -176,7 +176,7 @@ workspaces.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -S git -n %{name}-%{upstream_version}
|
||||
%autosetup -S git -n %{name}-%{tarball_version}
|
||||
|
||||
|
||||
%build
|
||||
@ -252,6 +252,9 @@ workspaces.
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Mar 20 2021 Florian Müllner <fmuellner@redhat.com> - 40.0-1
|
||||
- Update to 40.0
|
||||
|
||||
* Mon Mar 15 2021 Florian Müllner <fmuellner@redhat.com> - 40.rc-1
|
||||
- Update to 40.rc
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gnome-shell-extensions-40.rc.tar.xz) = 40eb47a998f49c3b9940961055794b5ca67e5abead956edcf58adf5106c80bf2b7265b0ed6c77fa7080c7aee06cfed28c19df54b959b541491a431142eb7bd25
|
||||
SHA512 (gnome-shell-extensions-40.0.tar.xz) = 9f4b4a5d91201c11246c2df880b568d69264ad875bfdc2b69d217aca0e4354223aeed51007396a339fb9a693eab9849362641fa9a064a5efdda7fad5b886af85
|
||||
|
Loading…
Reference in New Issue
Block a user