Update to 2.91.91
This commit is contained in:
parent
6254d109bf
commit
95dbc16e66
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@ gnome-shell-2.31.5.tar.bz2
|
|||||||
/gnome-shell-2.91.5.tar.bz2
|
/gnome-shell-2.91.5.tar.bz2
|
||||||
/gnome-shell-2.91.6.tar.bz2
|
/gnome-shell-2.91.6.tar.bz2
|
||||||
/gnome-shell-2.91.90.tar.bz2
|
/gnome-shell-2.91.90.tar.bz2
|
||||||
|
/gnome-shell-2.91.91.tar.bz2
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: gnome-shell
|
Name: gnome-shell
|
||||||
Version: 2.91.90
|
Version: 2.91.91
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Window management and application launching for GNOME
|
Summary: Window management and application launching for GNOME
|
||||||
|
|
||||||
Group: User Interface/Desktops
|
Group: User Interface/Desktops
|
||||||
@ -11,7 +11,7 @@ Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-shell/2.91/%{name}-
|
|||||||
|
|
||||||
%define clutter_version 1.4.0
|
%define clutter_version 1.4.0
|
||||||
%define gobject_introspection_version 0.10.1
|
%define gobject_introspection_version 0.10.1
|
||||||
%define mutter_version 2.91.3
|
%define mutter_version 2.91.91
|
||||||
%define gjs_version 0.7.5
|
%define gjs_version 0.7.5
|
||||||
%define eds_version 2.91.6
|
%define eds_version 2.91.6
|
||||||
|
|
||||||
@ -96,12 +96,13 @@ rm -rf %{buildroot}
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING README
|
%doc COPYING README
|
||||||
%{_bindir}/gnome-shell
|
%{_bindir}/gnome-shell
|
||||||
|
%{_bindir}/gnome-shell-extension-tool
|
||||||
%{_datadir}/glib-2.0/schemas/*.xml
|
%{_datadir}/glib-2.0/schemas/*.xml
|
||||||
%{_datadir}/applications/gnome-shell.desktop
|
%{_datadir}/applications/gnome-shell.desktop
|
||||||
%{_datadir}/gnome-shell/
|
%{_datadir}/gnome-shell/
|
||||||
|
%{_datadir}/dbus-1/services/org.gnome.Shell.CalendarServer.service
|
||||||
%{_libdir}/gnome-shell/
|
%{_libdir}/gnome-shell/
|
||||||
%{_libdir}/mutter/plugins/libgnome-shell.so
|
%{_libexecdir}/gnome-shell-calendar-server
|
||||||
%{_sysconfdir}/xdg/menus/*.menu
|
|
||||||
%{_sysconfdir}/gconf/schemas/gnome-shell.schemas
|
%{_sysconfdir}/gconf/schemas/gnome-shell.schemas
|
||||||
%{_mandir}/man1/%{name}.1.gz
|
%{_mandir}/man1/%{name}.1.gz
|
||||||
|
|
||||||
@ -132,6 +133,9 @@ gconftool-2 --makefile-install-rule \
|
|||||||
glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas ||:
|
glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas ||:
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 8 2011 Owen Taylor <otaylor@redhat.com> - 2.91.91-1
|
||||||
|
- Update to 2.91.91
|
||||||
|
|
||||||
* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.90-2
|
* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.90-2
|
||||||
- Require upower and polkit at runtime
|
- Require upower and polkit at runtime
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user