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.
47 lines
1.3 KiB
47 lines
1.3 KiB
%global extid %{extname_full}@marcinjakubowski.github.com
|
|
%global extname_full notification-banner-reloaded
|
|
%global commit 52923844b3bd0975a79ec6d5048216d887ce1bd4
|
|
%global commit_short 52923844
|
|
%global commit_date 20230424
|
|
|
|
Name: gnome-shell-extension-%{extname_full}
|
|
Version: 0.0.0
|
|
Release: 1.%{?date}git%{?commit_short}%{?dist}
|
|
Summary: Gnome Shell extension allowing customization of notification banner
|
|
|
|
License: GPLv2+
|
|
URL: https://github.com/marcinjakubowski/notification-position-reloaded
|
|
Source0: %{extname_full}-52923844b3bd0975a79ec6d5048216d887ce1bd4.tar.xz
|
|
BuildArch: noarch
|
|
|
|
Requires: gnome-shell
|
|
|
|
%description
|
|
Gnome Shell extension allowing customization of notification banner position
|
|
and animation properties
|
|
|
|
%prep
|
|
%autosetup -n %{extname_full}
|
|
|
|
|
|
%build
|
|
|
|
|
|
%install
|
|
install -d %{buildroot}%{_datadir}/gnome-shell/extensions/%{extid}
|
|
cp -r . %{buildroot}%{_datadir}/gnome-shell/extensions/%{extid}
|
|
|
|
|
|
%files
|
|
%license LICENSE
|
|
%doc README.md
|
|
%{_datadir}/gnome-shell/extensions/%{extid}/
|
|
|
|
|
|
%changelog
|
|
* Fri Sep 08 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 0.0.0-1.git52923844
|
|
- Rebuilt for MSVSphere 9.2
|
|
|
|
* Fri Sep 8 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 0.0.0-1.20230424git52923844
|
|
- Initial build for MSVSphere 9.2
|