You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.2 KiB
45 lines
1.2 KiB
%global extid %{extname_full}@git.wongwanchap.mo
|
|
%global extname_full disable-background-menu
|
|
%global commit 44b39df6c61704b9d99bd41fb0761ad07df2a9f
|
|
%global commit_short 44b39df6
|
|
%global commit_date 20191103
|
|
|
|
Name: gnome-shell-extension-%{extname_full}
|
|
Version: 0.0
|
|
Release: 1.%{?date}git%{?commit_short}%{?dist}
|
|
Summary: Disable background menu from popping up
|
|
|
|
License: GPLv3+
|
|
URL: https://github.com/chap-wong/gnome-shell-extension-disable-background-menu
|
|
Source0: %{extname_full}-%{commit}.tar.xz
|
|
Patch0: 0001-Bump-supported-versions.patch
|
|
BuildArch: noarch
|
|
|
|
Requires: gnome-shell
|
|
|
|
%description
|
|
Disable right click menu on background
|
|
|
|
%prep
|
|
%autosetup -p1 -n %{extname_full}-%{commit}
|
|
|
|
|
|
%build
|
|
|
|
|
|
%install
|
|
install -d %{buildroot}%{_datadir}/gnome-shell/extensions/%{extid}
|
|
cp -r * %{buildroot}%{_datadir}/gnome-shell/extensions/%{extid}
|
|
|
|
|
|
%files
|
|
%{_datadir}/gnome-shell/extensions/%{extid}/
|
|
|
|
|
|
%changelog
|
|
* Thu Oct 12 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.0-1.git44b39df6
|
|
- Rebuilt for MSVSphere 9.2
|
|
|
|
* Thu Oct 12 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.0-1.20191103git44b39df6
|
|
- Initial build for MSVSphere 9.2
|