- Update to 3.5.4
This commit is contained in:
parent
40d9ec26ca
commit
0430ee2486
1
.gitignore
vendored
1
.gitignore
vendored
@ -34,3 +34,4 @@ gnome-shell-2.31.5.tar.bz2
|
|||||||
/gnome-shell-3.4.1.tar.xz
|
/gnome-shell-3.4.1.tar.xz
|
||||||
/gnome-shell-3.5.2.tar.xz
|
/gnome-shell-3.5.2.tar.xz
|
||||||
/gnome-shell-3.5.3.tar.xz
|
/gnome-shell-3.5.3.tar.xz
|
||||||
|
/gnome-shell-3.5.4.tar.xz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: gnome-shell
|
Name: gnome-shell
|
||||||
Version: 3.5.3
|
Version: 3.5.4
|
||||||
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
|
||||||
@ -105,6 +105,7 @@ rm -rf %{buildroot}/%{_libdir}/mozilla/plugins/*.la
|
|||||||
|
|
||||||
desktop-file-validate %{buildroot}%{_datadir}/applications/gnome-shell.desktop
|
desktop-file-validate %{buildroot}%{_datadir}/applications/gnome-shell.desktop
|
||||||
desktop-file-validate %{buildroot}%{_datadir}/applications/gnome-shell-extension-prefs.desktop
|
desktop-file-validate %{buildroot}%{_datadir}/applications/gnome-shell-extension-prefs.desktop
|
||||||
|
desktop-file-validate %{buildroot}%{_datadir}/applications/evolution-calendar.desktop
|
||||||
|
|
||||||
# fixme: do we want to include this ?
|
# fixme: do we want to include this ?
|
||||||
rm %{buildroot}/usr/bin/gnome-shell-perf-tool
|
rm %{buildroot}/usr/bin/gnome-shell-perf-tool
|
||||||
@ -133,6 +134,7 @@ glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas &> /dev/null
|
|||||||
%{_datadir}/glib-2.0/schemas/*.xml
|
%{_datadir}/glib-2.0/schemas/*.xml
|
||||||
%{_datadir}/applications/gnome-shell.desktop
|
%{_datadir}/applications/gnome-shell.desktop
|
||||||
%{_datadir}/applications/gnome-shell-extension-prefs.desktop
|
%{_datadir}/applications/gnome-shell-extension-prefs.desktop
|
||||||
|
%{_datadir}/applications/evolution-calendar.desktop
|
||||||
%{_datadir}/gnome-shell/
|
%{_datadir}/gnome-shell/
|
||||||
%{_datadir}/dbus-1/services/org.gnome.Shell.CalendarServer.service
|
%{_datadir}/dbus-1/services/org.gnome.Shell.CalendarServer.service
|
||||||
%{_datadir}/dbus-1/services/org.gnome.Shell.HotplugSniffer.service
|
%{_datadir}/dbus-1/services/org.gnome.Shell.HotplugSniffer.service
|
||||||
@ -152,6 +154,9 @@ glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas &> /dev/null
|
|||||||
%exclude %{_datadir}/gtk-doc
|
%exclude %{_datadir}/gtk-doc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 18 2012 Ray Strode <rstrode@redhat.com> 3.5.4-1
|
||||||
|
- Update to 3.5.4
|
||||||
|
|
||||||
* Tue Jun 26 2012 Matthias Clasen <mclasen@redhat.com> - 3.5.3-2
|
* Tue Jun 26 2012 Matthias Clasen <mclasen@redhat.com> - 3.5.3-2
|
||||||
- Rebuild against new e-d-s
|
- Rebuild against new e-d-s
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user