From de18dffa686238007f318d36627a96f236cb3631 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Tue, 30 May 2023 16:45:46 +0200 Subject: [PATCH] - drop ie locale; release 2 --- gnome-shell.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gnome-shell.spec b/gnome-shell.spec index 07772fe..3f2b093 100644 --- a/gnome-shell.spec +++ b/gnome-shell.spec @@ -25,7 +25,7 @@ Summary: Window manager and application launcher for GNOME Summary(pl.UTF-8): Zarządca okien i uruchamiania aplikacji dla GNOME Name: gnome-shell Version: 43.5 -Release: 1 +Release: 2 License: GPL v2+ Group: X11/Window Managers Source0: https://download.gnome.org/sources/gnome-shell/43/%{name}-%{version}.tar.xz @@ -192,10 +192,13 @@ install -d $RPM_BUILD_ROOT%{_datadir}/gnome-shell/{extensions,search-providers} %meson_install -C build +# useless +%{__rm} $RPM_BUILD_ROOT%{_libdir}/gnome-shell/libgnome-shell*.a # evolution already ships this file %{__rm} $RPM_BUILD_ROOT%{_desktopdir}/evolution-calendar.desktop -%{__rm} $RPM_BUILD_ROOT%{_libdir}/gnome-shell/libgnome-shell*.a +# not supported by glibc (as of 2.37) +%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/ie %find_lang %{name} -- 2.44.0