diff --git a/gnome-shell.spec b/gnome-shell.spec index 78463fe..c9a4795 100644 --- a/gnome-shell.spec +++ b/gnome-shell.spec @@ -1,6 +1,6 @@ Name: gnome-shell Version: 3.9.92 -Release: 1%{?dist} +Release: 3%{?dist} Summary: Window management and application launching for GNOME Group: User Interface/Desktops @@ -64,6 +64,7 @@ BuildRequires: libXfixes-devel >= 5.0 # used in unused BigThemeImage BuildRequires: librsvg2-devel BuildRequires: mutter-devel >= %{mutter_version} +BuildRequires: mutter-wayland-devel BuildRequires: pulseaudio-libs-devel %ifnarch s390 s390x ppc ppc64 ppc64p7 BuildRequires: gnome-bluetooth-libs-devel >= %{gnome_bluetooth_version} @@ -125,6 +126,7 @@ make install DESTDIR=$RPM_BUILD_ROOT rm -rf %{buildroot}/%{_libdir}/mozilla/plugins/*.la desktop-file-validate %{buildroot}%{_datadir}/applications/gnome-shell.desktop +desktop-file-validate %{buildroot}%{_datadir}/applications/gnome-shell-wayland.desktop desktop-file-validate %{buildroot}%{_datadir}/applications/gnome-shell-extension-prefs.desktop desktop-file-validate %{buildroot}%{_datadir}/applications/evolution-calendar.desktop @@ -139,11 +141,13 @@ glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas &> /dev/null %files -f %{name}.lang %doc COPYING README %{_bindir}/gnome-shell +%{_bindir}/gnome-shell-wayland %{_bindir}/gnome-shell-extension-tool %{_bindir}/gnome-shell-perf-tool %{_bindir}/gnome-shell-extension-prefs %{_datadir}/glib-2.0/schemas/*.xml %{_datadir}/applications/gnome-shell.desktop +%{_datadir}/applications/gnome-shell-wayland.desktop %{_datadir}/applications/gnome-shell-extension-prefs.desktop %{_datadir}/applications/evolution-calendar.desktop %{_datadir}/gnome-control-center/keybindings/50-gnome-shell-system.xml @@ -169,6 +173,9 @@ glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas &> /dev/null %exclude %{_datadir}/gtk-doc %changelog +* Wed Sep 18 2013 Matthias Clasen - 3.9.92-3 +- Build against mutter-wayland + * Tue Sep 17 2013 Florian Müllner - 3.9.92-1 - Update to 3.9.92