|
|
|
@ -1,20 +1,20 @@ |
|
|
|
|
%global git e35e98c |
|
|
|
|
%global uuid panel-osd@berend.de.schouwer.gmail.com |
|
|
|
|
%global github jenslody-gnome-shell-extension-panel-osd |
|
|
|
|
%global gitlab gnome-shell-extension-panel-osd |
|
|
|
|
%global checkout git%{git} |
|
|
|
|
%global checkout_date 20170308 |
|
|
|
|
|
|
|
|
|
Name: gnome-shell-extension-panel-osd |
|
|
|
|
Version: 1 |
|
|
|
|
Release: 0.22.%{checkout_date}%{checkout}%{?dist} |
|
|
|
|
Release: 0.24.%{checkout_date}%{checkout}%{?dist} |
|
|
|
|
Summary: Configure the place where notifications are shown |
|
|
|
|
|
|
|
|
|
Group: User Interface/Desktops |
|
|
|
|
|
|
|
|
|
# The entire source code is GPLv3+ except convenience.js, which is BSD |
|
|
|
|
License: GPLv3+ and BSD |
|
|
|
|
URL: https://github.com/jenslody/gnome-shell-extension-panel-osd |
|
|
|
|
Source0: https://github.com/jenslody/gnome-shell-extension-panel-osd/tarball/master/%{github}-%{git}.tar.gz |
|
|
|
|
URL: https://gitlab.com/jenslody/gnome-shell-extension-panel-osd |
|
|
|
|
Source0: https://gitlab.com/jenslody/gnome-shell-extension-panel-osd/-/archive/%{git}/%{gitlab}-%{git}.tar.gz |
|
|
|
|
BuildArch: noarch |
|
|
|
|
|
|
|
|
|
# The version of gnome-common in CentOS7 is only 3.7.4 |
|
|
|
@ -32,7 +32,7 @@ You can use gnome-tweak-tool (additional package) or run: |
|
|
|
|
quotes) on a console. |
|
|
|
|
|
|
|
|
|
%prep |
|
|
|
|
%setup -q -n %{github}-%{git} |
|
|
|
|
%setup -q -n %{gitlab}-%{git} |
|
|
|
|
|
|
|
|
|
%build |
|
|
|
|
NOCONFIGURE=1 ./autogen.sh |
|
|
|
@ -66,6 +66,12 @@ fi |
|
|
|
|
%{_datadir}/gnome-shell/extensions/%{uuid} |
|
|
|
|
|
|
|
|
|
%changelog |
|
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1-0.24.20170308gite35e98c |
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild |
|
|
|
|
|
|
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1-0.23.20170308gite35e98c |
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild |
|
|
|
|
|
|
|
|
|
* Wed Mar 08 2017 Jens Lody <fedora@jenslody.de> - 1-0.22.20170308gite35e98c |
|
|
|
|
- Support gnome-shell 3.24. |
|
|
|
|
|
|
|
|
|