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.
 
 
 
 
gnome-shell-extension-panel.../gnome-shell-extension-top-n...

42 lines
1.3 KiB

%global git c65d495
%global uuid top-notification-extension@jenslody.de
%global github jenslody-gnome-shell-extension-top-notification
%global checkout git%{git}
Name: gnome-shell-extension-top-notification
Version: 0
Release: 0.1.%{checkout}%{?dist}
Summary: An extension to show the notification messages below the top-panel instead of above the message tray
Group: User Interface/Desktops
License: GPLv3+
URL: https://github.com/jenslody/gnome-shell-extension-top-notification
Source0: https://github.com/jenslody/gnome-shell-extension-top-notification/tarball/master/%{github}-%{git}.tar.gz
BuildArch: noarch
BuildRequires: autoconf >= 2.53, automake >= 1.9, gnome-common >= 3.7.0
Requires: gnome-shell >= 3.8.0
%description
gnome-shell-extension-top-notification is an extension to show the notification
messages below the top-panel instead of above the message tray
%prep
%setup -q -n %{github}-%{git}
%build
NOCONFIGURE=1 ./autogen.sh
%configure --prefix=%{_prefix}
make %{?_smp_mflags}
%install
make install DESTDIR=%{buildroot}
%files
%doc AUTHORS COPYING README.md
%{_datadir}/gnome-shell/extensions/%{uuid}/
%changelog
* Sun Jan 26 2014 Jens Lody <jens@jenslody.de>
- Initial package for Fedora of the top-notification-extension fork