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

95 lines
3.1 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}
2023-04-04 07:48:46 +00:00
Version: 13
2023-08-17 09:15:03 +00:00
Release: 3%{?dist}
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://extensions.gnome.org/extension-data/no-overviewfthx.v%{version}.shell-extension.zip
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
2023-08-17 09:15:03 +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
2022-08-13 03:46:44 +00:00
%autosetup -cn %{name}-%{version} -S git
2021-04-14 13:35:53 +00:00
cp -p %SOURCE1 LICENSE
cp -p %SOURCE2 README.md
%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
2023-08-17 09:15:03 +00:00
* Thu Aug 17 2023 Takao Fujiwara <tfujiwar@redhat.com> - 13-3
- Add gnome-shell-45
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 13-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2023-04-04 07:48:46 +00:00
* Tue Apr 04 2023 Takao Fujiwara <tfujiwar@redhat.com> - 13-1
- Bump to 13
2023-02-21 06:47:34 +00:00
* Tue Feb 21 2023 Takao Fujiwara <tfujiwar@redhat.com> - 12-3
- Add gnome-shell-44
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 12-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Wed Nov 16 2022 Takao Fujiwara <tfujiwar@redhat.com> - 12-1
- Migrate license tag to SPDX
- Bump to 12
2022-08-13 03:46:44 +00:00
* Sat Aug 13 2022 Takao Fujiwara <tfujiwar@redhat.com> - 11-4
- Add gnome-shell-43
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 11-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 11-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
2022-01-17 23:54:27 +00:00
* Tue Jan 18 2022 Takao Fujiwara <tfujiwar@redhat.com> - 11-1
- Bump to 11
2022-01-17 23:39:23 +00:00
* Tue Jan 18 2022 Takao Fujiwara <tfujiwar@redhat.com> - 8-90
- Add gnome-shell-42
* Tue Sep 07 2021 Takao Fujiwara <tfujiwar@redhat.com> - 8-4
2022-01-17 23:39:23 +00:00
- Workaround #2001561 Delete to require gnome-shell-extension-common
2021-08-24 05:22:49 +00:00
* Tue Aug 24 2021 Takao Fujiwara <tfujiwar@redhat.com> - 8-3
- Add gnome-shell-41
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 8-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Tue Jun 15 2021 Takao Fujiwara <tfujiwar@redhat.com> - 8-1
- Resolves #1969604 activates after unlock
2021-04-14 13:35:53 +00:00
* Wed Apr 14 2021 Takao Fujiwara <tfujiwar@redhat.com> - 4-1
- Initial integration