From bde0b4fb1761fbf676d884a2b972c8758c711e32 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Oct 05 2021 01:14:50 +0000 Subject: Make the package archful again This should work around gnome-weather flatpak build failure where the build fails to find libgweather's .pc file on 64 bit builders. For noarch builds %_libdir expands to just /app/lib so it fails to find the .pc files that are installed in /app/lib64. --- diff --git a/gnome-weather.spec b/gnome-weather.spec index 63cedcd..d72358d 100644 --- a/gnome-weather.spec +++ b/gnome-weather.spec @@ -1,3 +1,5 @@ +%global debug_package %{nil} + %global gobject_introspection_version 1.35.9 %global gtk3_version 3.20 %global gjs_version 1.50.0 @@ -8,15 +10,13 @@ Name: gnome-weather Version: 41.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A weather application for GNOME License: GPLv2+ and LGPLv2+ and MIT and CC-BY and CC-BY-SA URL: https://wiki.gnome.org/Apps/Weather Source0: https://download.gnome.org/sources/%{name}/41/%{name}-%{tarball_version}.tar.xz -BuildArch: noarch - BuildRequires: desktop-file-utils BuildRequires: gettext BuildRequires: gjs-devel >= %{gjs_version} @@ -76,6 +76,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Weather.des %{_datadir}/org.gnome.Weather/ %changelog +* Tue Oct 05 2021 Kalev Lember - 41.0-2 +- Make the package archful again + * Tue Sep 21 2021 Kalev Lember - 41.0-1 - Update to 41.0