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.
gnome-shell-extension-disab.../SPECS/gnome-shell-extension-disab...

47 lines
1.3 KiB

%global extid %{extname_full}@verycrazydog.gmail.com
%global extname_full disable-gestures-2021
%global commit e1d43d62441b1f1ca7f917cd1651321904ddc6b7
%global commit_short e1d43d62
%global commit_date 20230822
Name: gnome-shell-extension-%{extname_full}
Version: 5
Release: 1.%{?date}git%{?commit_short}%{?dist}
Summary: A GNOME extension that disable all GNOME built-in gestures
License: MIT
URL: https://github.com/VeryCrazyDog/gnome-disable-gestures
Source0: https://github.com/VeryCrazyDog/gnome-disable-gestures/archive/refs/tags/v%{version}.tar.gz#/%{extname_full}-%{commit}.tar.gz
BuildArch: noarch
Requires: gnome-shell
%description
A GNOME extension that disable all GNOME built-in gestures. Useful for
kiosks and touch screen apps.
%prep
%autosetup -n gnome-disable-gestures-%{version}
%build
%install
install -d %{buildroot}%{_datadir}/gnome-shell/extensions/%{extid}
cp -r src/* %{buildroot}%{_datadir}/gnome-shell/extensions/%{extid}
%files
%license LICENSE
%doc README.md
%{_datadir}/gnome-shell/extensions/%{extid}/
%changelog
* Mon Sep 11 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 5-1.gite1d43d62
- Rebuilt for MSVSphere 9.2
* Mon Sep 11 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 5-1.20230822gite1d43d62
- Initial build for MSVSphere 9.2