Compare commits
No commits in common. 'e9' and 'cs10' have entirely different histories.
@ -1,4 +1 @@
|
||||
/no-overviewfthx.v4.shell-extension.zip
|
||||
/no-overviewfthx.v8.shell-extension.zip
|
||||
/no-overviewfthx.v11.shell-extension.zip
|
||||
/no-overviewfthx.v12.shell-extension.zip
|
||||
SOURCES/no-overview-47.zip
|
||||
|
@ -0,0 +1 @@
|
||||
977d0ef2e54aa2e67196c05f546694904bc25efc SOURCES/no-overview-47.zip
|
@ -0,0 +1,141 @@
|
||||
## START: Set by rpmautospec
|
||||
## (rpmautospec version 0.6.5)
|
||||
## RPMAUTOSPEC: autorelease, autochangelog
|
||||
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
||||
release_number = 1;
|
||||
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
||||
print(release_number + base_release_number - 1);
|
||||
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
||||
## END: Set by rpmautospec
|
||||
|
||||
%global extension no-overview
|
||||
%global uuid %{extension}@fthx
|
||||
|
||||
Name: gnome-shell-extension-%{extension}
|
||||
Version: 47
|
||||
Release: %autorelease
|
||||
Summary: GNOME Shell extension for no overview at start-up
|
||||
License: GPL-3.0-only
|
||||
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
|
||||
|
||||
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
|
||||
#Patch0: %%{name}-HEAD.patch
|
||||
BuildArch: noarch
|
||||
# rhbz#2001561 Delete to require gnome-shell-extension-common
|
||||
#Requires: gnome-shell-extension-common
|
||||
Recommends: gnome-extensions-app
|
||||
BuildRequires: git
|
||||
|
||||
|
||||
%description
|
||||
GNOME Shell extension for no overview at start-up. For GNOME Shell 40+.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{extension}-%{version} -S git
|
||||
|
||||
%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
|
||||
## START: Generated by rpmautospec
|
||||
* Thu Nov 07 2024 Takao Fujiwara <tfujiwar@redhat.com> - 47-1
|
||||
- Bump to 47
|
||||
|
||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 46-7
|
||||
- Bump release for October 2024 mass rebuild:
|
||||
|
||||
* Mon Sep 16 2024 Takao Fujiwara <tfujiwar@redhat.com> - 46-6
|
||||
- Add gating.yaml
|
||||
|
||||
* Mon Sep 16 2024 Takao Fujiwara <tfujiwar@redhat.com> - 46-4
|
||||
- Add gnome-shell-47
|
||||
|
||||
* Fri Sep 06 2024 Takao Fujiwara <tfujiwar@redhat.com> - 46-3
|
||||
- Impelemt CI
|
||||
|
||||
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 46-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Wed May 22 2024 Takao Fujiwara <tfujiwar@redhat.com> - 46-1
|
||||
- Bump to 46
|
||||
|
||||
* Wed Feb 28 2024 Takao Fujiwara <tfujiwar@redhat.com> - 16-4
|
||||
- Add gnome-shell-46
|
||||
|
||||
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 16-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 16-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Fri Dec 22 2023 Takao Fujiwara <tfujiwar@redhat.com> - 16-1
|
||||
- Bump to 16
|
||||
|
||||
* Fri Sep 22 2023 Takao Fujiwara <tfujiwar@redhat.com> - 15-1
|
||||
- Bump to 15
|
||||
|
||||
* 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
|
||||
|
||||
* Tue Apr 04 2023 Takao Fujiwara <tfujiwar@redhat.com> - 13-1
|
||||
- Bump to 13
|
||||
|
||||
* 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
|
||||
|
||||
* 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
|
||||
|
||||
* Tue Jan 18 2022 Takao Fujiwara <tfujiwar@redhat.com> - 11-1
|
||||
- Bump to 11
|
||||
|
||||
* 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
|
||||
- Workaround #2001561 Delete to require gnome-shell-extension-common
|
||||
|
||||
* 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
|
||||
|
||||
* Wed Apr 14 2021 Takao Fujiwara <tfujiwar@redhat.com> - 4-1
|
||||
- Initial integration
|
||||
|
||||
## END: Generated by rpmautospec
|
@ -1,26 +0,0 @@
|
||||
From bf0f84bb7f4b02b2d15d8c09f02c5116e6128dd8 Mon Sep 17 00:00:00 2001
|
||||
From: fujiwarat <takao.fujiwara1@gmail.com>
|
||||
Date: Tue, 24 Aug 2021 14:02:24 +0900
|
||||
Subject: [PATCH] Add gnome-shell-43
|
||||
|
||||
---
|
||||
metadata.json | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/metadata.json b/metadata.json
|
||||
index ab541d3..84ade0f 100644
|
||||
--- a/metadata.json
|
||||
+++ b/metadata.json
|
||||
@@ -8,7 +8,8 @@
|
||||
"shell-version": [
|
||||
"40",
|
||||
"41",
|
||||
- "42"
|
||||
+ "42",
|
||||
+ "43"
|
||||
],
|
||||
"url": "https://github.com/fthx/no-overview",
|
||||
"uuid": "no-overview@fthx",
|
||||
--
|
||||
2.28.0
|
||||
|
@ -1,78 +0,0 @@
|
||||
%global extension no-overview
|
||||
%global uuid %{extension}@fthx
|
||||
|
||||
Name: gnome-shell-extension-%{extension}
|
||||
Version: 12
|
||||
Release: 1%{?dist}
|
||||
Summary: GNOME Shell extension for no overview at start-up
|
||||
License: GPL-3.0-only
|
||||
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
|
||||
#Patch0: %%{name}-HEAD.patch
|
||||
BuildArch: noarch
|
||||
# rhbz#2001561 Delete to require gnome-shell-extension-common
|
||||
#Requires: gnome-shell-extension-common
|
||||
Recommends: gnome-extensions-app
|
||||
BuildRequires: git
|
||||
|
||||
|
||||
%description
|
||||
GNOME Shell extension for no overview at start-up. For GNOME Shell 40+.
|
||||
|
||||
%prep
|
||||
%autosetup -cn %{name}-%{version} -S git
|
||||
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
|
||||
* Wed Nov 16 2022 Takao Fujiwara <tfujiwar@redhat.com> - 12-1
|
||||
- Migrate license tag to SPDX
|
||||
- Bump to 12
|
||||
|
||||
* 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
|
||||
|
||||
* Tue Jan 18 2022 Takao Fujiwara <tfujiwar@redhat.com> - 11-1
|
||||
- Bump to 11
|
||||
|
||||
* 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
|
||||
- Workaround #2001561 Delete to require gnome-shell-extension-common
|
||||
|
||||
* 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
|
||||
|
||||
* Wed Apr 14 2021 Takao Fujiwara <tfujiwar@redhat.com> - 4-1
|
||||
- Initial integration
|
Loading…
Reference in new issue