diff --git a/gnome-shell-extensions.spec b/gnome-shell-extensions.spec index a3465de..7960b90 100644 --- a/gnome-shell-extensions.spec +++ b/gnome-shell-extensions.spec @@ -6,7 +6,7 @@ Name: gnome-shell-extensions Version: 3.27.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Modify and extend GNOME Shell functionality and behavior Group: User Interface/Desktops @@ -306,61 +306,10 @@ rm $RPM_BUILD_ROOT%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.exampl %{_datadir}/gnome-shell/extensions/workspace-indicator*/ -%postun -n gnome-classic-session -if [ $1 -eq 0 ]; then - /usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas/ &>/dev/null || : -fi - -%posttrans -n gnome-classic-session -/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 || : -fi - -%posttrans -n %{pkg_prefix}-auto-move-windows -/usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas/ &>/dev/null || : - - -%postun -n %{pkg_prefix}-native-window-placement -if [ $1 -eq 0 ]; then - /usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas/ &>/dev/null || : -fi - -%posttrans -n %{pkg_prefix}-native-window-placement -/usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas/ &>/dev/null || : - - -%postun -n %{pkg_prefix}-screenshot-window-sizer -if [ $1 -eq 0 ]; then - /usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas/ &>/dev/null || : -fi - -%posttrans -n %{pkg_prefix}-screenshot-window-sizer -/usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas/ &>/dev/null || : - - -%postun -n %{pkg_prefix}-user-theme -if [ $1 -eq 0 ]; then - /usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas/ &>/dev/null || : -fi - -%posttrans -n %{pkg_prefix}-user-theme -/usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas/ &>/dev/null || : - - -%postun -n %{pkg_prefix}-window-list -if [ $1 -eq 0 ]; then - /usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas/ &>/dev/null || : -fi - -%posttrans -n %{pkg_prefix}-window-list -/usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas/ &>/dev/null || : - - %changelog +* Sat Jan 06 2018 Igor Gnatenko - 3.27.1-2 +- Remove obsolete scriptlets + * Tue Oct 17 2017 Florian Müllner - 3.27.1-1 - Update to 3.27.1