commit 6e7e2145d9a772a8c59a8cb589cd671268fc297d Author: MSVSphere Packaging Team Date: Fri Sep 22 16:03:40 2023 +0300 import chrome-gnome-shell-42.1-1.el9 diff --git a/.chrome-gnome-shell.metadata b/.chrome-gnome-shell.metadata new file mode 100644 index 0000000..c982b6e --- /dev/null +++ b/.chrome-gnome-shell.metadata @@ -0,0 +1 @@ +b21f1e5aa4cab4264a880b178b006f37372801fc SOURCES/gnome-browser-connector-42.1.tar.xz diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0a36a4a --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/gnome-browser-connector-42.1.tar.xz diff --git a/SPECS/chrome-gnome-shell.spec b/SPECS/chrome-gnome-shell.spec new file mode 100644 index 0000000..240173f --- /dev/null +++ b/SPECS/chrome-gnome-shell.spec @@ -0,0 +1,140 @@ +%global debug_package %{nil} +%global source_name gnome-browser-connector + +Name: chrome-gnome-shell +Version: 42.1 +Release: 1%{?dist} +Summary: Support for managing GNOME Shell Extensions through web browsers + +License: GPLv3+ +URL: https://gitlab.gnome.org/GNOME/%{source_name} +Source0: https://download.gnome.org/sources/%{source_name}/42/%{source_name}-%{version}.tar.xz + +BuildRequires: desktop-file-utils +BuildRequires: meson +BuildRequires: python3-devel +BuildRequires: python3-gobject-base + +Requires: dbus +Requires: gnome-shell +Requires: hicolor-icon-theme +Requires: mozilla-filesystem +Requires: python3-gobject-base + +%description +Browser extension for Google Chrome/Chromium, Firefox, Vivaldi, Opera (and +other Browser Extension, Chrome Extension or WebExtensions capable browsers) +and native host messaging connector that provides integration with GNOME Shell +and the corresponding extensions repository https://extensions.gnome.org. + +%prep +%autosetup -p1 -n %{source_name}-%{version} + +%build +%meson +%meson_build + +%install +%meson_install + +%check +desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.BrowserConnector.desktop + +%files +%license LICENSE +%doc NEWS README.md +%{_sysconfdir}/chromium/ +%{_sysconfdir}/opt/chrome/ +%{_bindir}/gnome-browser-connector +%{_bindir}/gnome-browser-connector-host +%{python3_sitelib}/gnome_browser_connector/ +%{_libdir}/mozilla/native-messaging-hosts/ +%{_datadir}/applications/org.gnome.BrowserConnector.desktop +%{_datadir}/dbus-1/services/org.gnome.BrowserConnector.service +%{_datadir}/icons/hicolor/*/apps/org.gnome.BrowserConnector.png + +%changelog +* Wed May 17 2023 Florian Müllner - 42.1-1 +- Update to gnome-browser-connector-42.1 + Resolves: #2204484 + +* Mon Aug 09 2021 Mohan Boddu - 10.1-14 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + +* Thu Apr 15 2021 Mohan Boddu - 10.1-13 +- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 + +* Fri Feb 05 2021 Kalev Lember - 10.1-12 +- Install icons into hicolor icon theme + +* Tue Jan 26 2021 Fedora Release Engineering - 10.1-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Sat Aug 01 2020 Fedora Release Engineering - 10.1-10 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Mon Jul 27 2020 Fedora Release Engineering - 10.1-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue May 26 2020 Miro Hrončok - 10.1-8 +- Rebuilt for Python 3.9 + +* Tue Jan 28 2020 Fedora Release Engineering - 10.1-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Mon Aug 19 2019 Miro Hrončok - 10.1-6 +- Rebuilt for Python 3.8 + +* Wed Jul 24 2019 Fedora Release Engineering - 10.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Thu Jan 31 2019 Fedora Release Engineering - 10.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Thu Jul 12 2018 Fedora Release Engineering - 10.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Tue Jun 19 2018 Miro Hrončok - 10.1-2 +- Rebuilt for Python 3.7 + +* Wed Apr 04 2018 Pete Walter - 10.1-1 +- Update to 10.1 + +* Wed Feb 07 2018 Fedora Release Engineering - 9-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Wed Aug 02 2017 Fedora Release Engineering - 9-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 9-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Thu Jun 22 2017 Pete Walter - 9-1 +- Update to 9 + +* Fri Mar 10 2017 Pete Walter - 8.2-2 +- Package review fixes (#1343710) +- Validate the desktop file +- Don't own /etc/opt directory +- Depend on mozilla-filesystem instead of co-owning mozilla directories +- Depend on dbus and gnome-icon-theme/hicolor-icon-theme for directory + ownership + +* Fri Mar 03 2017 Pete Walter - 8.2-1 +- Update to 8.2 +- Simplify files list +- Build with Python 3 (#1343710) +- Add missing python3-requests dependency (#1343710) +- Update package description + +* Tue Jun 07 2016 Pete Walter - 6.1-1 +- Update to 6.1 + +* Sat May 14 2016 Maxim Orlov - 6-1 +- Update to Ver.6 +- Fix "orphaned directory" + +* Mon Apr 11 2016 Maxim Orlov - 5.2-1 +- Initial package.