Update to 3.9.5
This commit is contained in:
parent
f4c26b4ca4
commit
a333d904d4
1
.gitignore
vendored
1
.gitignore
vendored
@ -25,3 +25,4 @@
|
||||
/gnome-shell-extensions-3.9.1.tar.xz
|
||||
/gnome-shell-extensions-3.9.2.tar.xz
|
||||
/gnome-shell-extensions-3.9.3.tar.xz
|
||||
/gnome-shell-extensions-3.9.5.tar.xz
|
||||
|
@ -5,8 +5,8 @@
|
||||
%global pkg_prefix gnome-shell-extension
|
||||
|
||||
Name: gnome-shell-extensions
|
||||
Version: 3.9.3
|
||||
Release: 2%{?dist}
|
||||
Version: 3.9.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Modify and extend GNOME Shell functionality and behavior
|
||||
|
||||
Group: User Interface/Desktops
|
||||
@ -28,7 +28,6 @@ optional functionality to GNOME Shell.
|
||||
|
||||
Enabled extensions:
|
||||
* alternate-tab
|
||||
* alternative-status-menu
|
||||
* apps-menu
|
||||
* auto-move-windows
|
||||
* drive-menu
|
||||
@ -97,17 +96,6 @@ This GNOME Shell extension changes Alt+Tab to be window-based instead of
|
||||
app-based.
|
||||
|
||||
|
||||
%package -n %{pkg_prefix}-alternative-status-menu
|
||||
Summary: Power Off Item in GNOME Shell status menu
|
||||
Group: User Interface/Desktops
|
||||
License: GPLv2+
|
||||
Requires: %{pkg_prefix}-common = %{version}-%{release}
|
||||
|
||||
%description -n %{pkg_prefix}-alternative-status-menu
|
||||
This GNOME Shell extension adds a power off item in the status menu, and
|
||||
provides the ability to hibernate.
|
||||
|
||||
|
||||
%package -n %{pkg_prefix}-apps-menu
|
||||
Summary: Application menu for GNOME Shell
|
||||
Group: User Interface/Desktops
|
||||
@ -284,11 +272,6 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/gnome-shell-classi
|
||||
%{_datadir}/gnome-shell/extensions/alternate-tab*/
|
||||
|
||||
|
||||
%files -n %{pkg_prefix}-alternative-status-menu
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.alternative-status-menu.gschema.xml
|
||||
%{_datadir}/gnome-shell/extensions/alternative-status-menu*/
|
||||
|
||||
|
||||
%files -n %{pkg_prefix}-apps-menu
|
||||
%{_datadir}/gnome-shell/extensions/apps-menu*/
|
||||
|
||||
@ -348,15 +331,6 @@ fi
|
||||
/usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas/ &>/dev/null || :
|
||||
|
||||
|
||||
%postun -n %{pkg_prefix}-alternative-status-menu
|
||||
if [ $1 -eq 0 ]; then
|
||||
/usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas/ &>/dev/null || :
|
||||
fi
|
||||
|
||||
%posttrans -n %{pkg_prefix}-alternative-status-menu
|
||||
/usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas/ &>/dev/null || :
|
||||
|
||||
|
||||
%postun -n %{pkg_prefix}-auto-move-windows
|
||||
if [ $1 -eq 0 ]; then
|
||||
/usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas/ &>/dev/null || :
|
||||
@ -394,6 +368,10 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Aug 04 2013 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.9.5-1
|
||||
- Update to 3.9.5
|
||||
- Drop alternative-status-menu, no longer provided upstream
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user