From 8f9f57d6516fc15cb063aee86b90be6aa5d7d5dc Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Jun 12 2020 05:52:37 +0000 Subject: Fixup showing icon Signed-off-by: Igor Raits --- diff --git a/newsflash.spec b/newsflash.spec index bdb4624..084a0f7 100644 --- a/newsflash.spec +++ b/newsflash.spec @@ -1,9 +1,9 @@ %global __cargo_skip_build 0 -Name: newsflash -Version: 1.0~rc1 -Release: 1%{?dist} -Summary: Modern feed reader +Name: newsflash +Version: 1.0~rc1 +Release: 2%{?dist} +Summary: Modern feed reader # (MIT or ASL 2.0) and BSD # ASL 2.0 @@ -16,9 +16,9 @@ Summary: Modern feed reader # Unlicense # Unlicense or MIT # zlib -License: GPLv3+ and BSD and ASL 2.0 and MIT and Unlicense and zlib -URL: https://gitlab.com/news-flash/news_flash_gtk -Source0: https://gitlab.com/news-flash/news_flash_gtk/-/archive/%{version_no_tilde}/news_flash_gtk-%{version_no_tilde}.tar.gz +License: GPLv3+ and BSD and ASL 2.0 and MIT and Unlicense and zlib +URL: https://gitlab.com/news-flash/news_flash_gtk +Source0: https://gitlab.com/news-flash/news_flash_gtk/-/archive/%{version_no_tilde}/news_flash_gtk-%{version_no_tilde}.tar.gz ExclusiveArch: %{rust_arches} # https://gitlab.com/news-flash/news_flash_gtk/-/issues/66 @@ -48,6 +48,8 @@ sed -i \ # We will build by cargo ourselves sed -i -e '/\(build_by_default\|install\)/s/true/false/' src/meson.build sed -i -e '/dependency/d' meson.build +# https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/2893 +sed -i -e '/app.window.widget.show_all/d' src/app.rs %cargo_prep %generate_buildrequires @@ -77,5 +79,8 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/com.gitla %{_datadir}/metainfo/com.gitlab.newsflash.appdata.xml %changelog +* Fri Jun 12 2020 Igor Raits - 1.0~rc1-2 +- Fixup showing icon + * Sun Jun 07 2020 Igor Raits - 1.0~rc1-1 - Initial package