From 6e1a912bff88f37d14ca953a1969194ffa2ddb84 Mon Sep 17 00:00:00 2001 From: happyworker <208suo@208suo.com> Date: Wed, 26 Feb 2025 04:49:25 +0800 Subject: [PATCH] fix install error (cherry picked from commit ac05b62d03f34377ff416af06d2b5d40fa47878f) --- gnome-maps.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnome-maps.spec b/gnome-maps.spec index 4d2012e..ec2132b 100644 --- a/gnome-maps.spec +++ b/gnome-maps.spec @@ -1,11 +1,10 @@ %global gjs_version 1.69.2 %global libshumate_version 1.0.0 -%global __provides_exclude_from ^%{_libdir}/%{name}/.*\\.so.*$ Name: gnome-maps Version: 44.5 -Release: 1 +Release: 2 Summary: A map application for GNOME License: GPLv2+ URL: https://wiki.gnome.org/Apps/Maps @@ -50,7 +49,6 @@ GNOME Maps is a simple map application for the GNOME desktop. %install %meson_install -rm %{buildroot}%{_libdir}/gnome-maps/libgnome-maps.so %find_lang %{name} @@ -73,6 +71,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Maps.deskto %{_libdir}/%{name}/ %changelog +* Wed Feb 26 2025 happyworker <208suo@208suo.com> - 44.5-2 +- fix install error + * Thu Nov 23 2023 lwg - 44.5-1 - update to version 44.5 -- Gitee