Tweak description
Fix typo is configure
This commit is contained in:
parent
64e3b8c648
commit
dffa82b742
@ -1,6 +1,6 @@
|
||||
Name: gnome-shell-extensions
|
||||
Version: 3.0.0
|
||||
Release: 2.6d56cfgit%{?dist}
|
||||
Release: 3.6d56cfgit%{?dist}
|
||||
Summary: Modify and extend GNOME Shell functionality and behavior
|
||||
Group: User Interface/Desktops
|
||||
License: GPLv2+
|
||||
@ -77,8 +77,9 @@ Requires: %{name}-common = %{version}-%{release}
|
||||
|
||||
%description windowsNavigator
|
||||
Allow keyboard selection of windows and work-spaces in overlay mode in
|
||||
GNOME Shell. Switch to overlay mode and press the alt key to show
|
||||
numbers over windows. Press any number to switch to the corresponding window.
|
||||
GNOME Shell. Switch to overview mode (press the windows or alt+f1 key) and
|
||||
press the alt key to show numbers over windows. Press any number to switch
|
||||
to the corresponding window.
|
||||
|
||||
%package user-theme
|
||||
Summary: Lets the user select a custom theme for the shell
|
||||
@ -87,15 +88,15 @@ License: GPLv2+
|
||||
Requires: %{name}-common = %{version}-%{release}
|
||||
|
||||
%description user-theme
|
||||
Lets the user select a custom theme for the Gnome shell.
|
||||
It will allow you to apply a style from /.themes/[themeName]/gnome-shell/gnome-shell.css
|
||||
Lets the user select a custom theme for the Gnome shell. It will allow you to
|
||||
apply a style from /.themes/[themeName]/gnome-shell/gnome-shell.css
|
||||
|
||||
%prep
|
||||
%setup -q -n gnome-shell-extensions
|
||||
|
||||
%build
|
||||
# since we build from a git checkout
|
||||
[ -x autogen.sh ] && NOCONFIGURE=1 ./autogen.sh # --enable-extensions="alternate-tab alternative-status-menu dock windowsNavigator user-theme"
|
||||
[ -x autogen.sh ] && NOCONFIGURE=1 ./autogen.sh
|
||||
|
||||
%configure --enable-extensions="alternate-tab alternative-status-menu dock windowsNavigator user-theme"
|
||||
make %{?_smp_mflags}
|
||||
@ -139,6 +140,9 @@ glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas || :
|
||||
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
||||
|
||||
%changelog
|
||||
* Sun Apr 11 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 3.0.0-3.6d56cfgit
|
||||
- Tweak description
|
||||
- Fix typo is configure
|
||||
* Sun Apr 11 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 3.0.0-2.6d56cfgit
|
||||
- Added the user-theme extension
|
||||
- Patch from Timur Kristóf <venemo@msn.com>
|
||||
|
Loading…
Reference in New Issue
Block a user