]> git.pld-linux.org Git - packages/gnome-shell.git/commitdiff
- drop ie locale; release 2 auto/th/gnome-shell-43.5-2
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 30 May 2023 14:45:46 +0000 (16:45 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 30 May 2023 14:45:46 +0000 (16:45 +0200)
gnome-shell.spec

index 07772fe6ff3b48ad1ed8aab58f57ef28d4c374e1..3f2b093586ca39c674a74661379c73e9f644c6db 100644 (file)
@@ -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}
 
This page took 0.07876 seconds and 4 git commands to generate.