gnome-shell-extension-no-ov.../gnome-shell-extension-no-overview.spec

47 lines
1.3 KiB
RPMSpec
Raw Normal View History

2021-04-14 13:35:53 +00:00
%global extension no-overview
%global uuid %{extension}@fthx
Name: gnome-shell-extension-%{extension}
Version: 46
2024-05-22 13:31:02 +00:00
Release: %autorelease
2021-04-14 13:35:53 +00:00
Summary: GNOME Shell extension for no overview at start-up
License: GPL-3.0-only
2021-04-14 13:35:53 +00:00
URL: https://extensions.gnome.org/extension/4099/no-overview/
Source0: https://github.com/fthx/no-overview/archive/refs/tags/v%{version}.zip#/no-overview-%{version}.zip
2021-04-14 13:35:53 +00:00
Source1: https://raw.githubusercontent.com/fthx/no-overview/main/LICENSE#/%{extension}-LICENSE
Source2: https://raw.githubusercontent.com/fthx/no-overview/main/README.md#/%{extension}-README.md
2022-01-17 23:54:27 +00:00
#Patch0: %%{name}-HEAD.patch
2021-04-14 13:35:53 +00:00
BuildArch: noarch
# rhbz#2001561 Delete to require gnome-shell-extension-common
#Requires: gnome-shell-extension-common
2021-04-14 13:35:53 +00:00
Recommends: gnome-extensions-app
2022-08-13 03:46:44 +00:00
BuildRequires: git
2021-04-14 13:35:53 +00:00
%description
GNOME Shell extension for no overview at start-up. For GNOME Shell 40+.
%prep
%autosetup -n %{extension}-%{version} -S git
2021-04-14 13:35:53 +00:00
%build
# Nothing to build here
%install
install -d -m 0755 %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}
# install main extension files
cp -rp *.js metadata.json \
%{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}
%files
%doc README.md
%license LICENSE
%{_datadir}/gnome-shell/extensions/%{uuid}
%changelog
2024-05-22 13:31:02 +00:00
%autochangelog
2024-02-27 15:27:13 +00:00