Hello community, here is the log from the commit of package gnome-news for openSUSE:Factory checked in at 2018-03-09 10:38:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnome-news (Old) and /work/SRC/openSUSE:Factory/.gnome-news.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-news" Fri Mar 9 10:38:25 2018 rev:7 rq:582736 version:0.0.1+20171119 Changes: -------- --- /work/SRC/openSUSE:Factory/gnome-news/gnome-news.changes 2018-02-18 11:41:57.962458669 +0100 +++ /work/SRC/openSUSE:Factory/.gnome-news.new/gnome-news.changes 2018-03-09 10:38:28.752217435 +0100 @@ -1,0 +2,5 @@ +Wed Feb 28 16:28:56 UTC 2018 - [email protected] + +- Modernize spec-file by calling spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-news.spec ++++++ --- /var/tmp/diff_new_pack.WgURYO/_old 2018-03-09 10:38:29.460191942 +0100 +++ /var/tmp/diff_new_pack.WgURYO/_new 2018-03-09 10:38:29.464191798 +0100 @@ -20,9 +20,9 @@ Version: 0.0.1+20171119 Release: 0 Summary: GNOME News Reader -License: GPL-3.0+ +License: GPL-3.0-or-later Group: Productivity/Other -Url: https://git.gnome.org//browse/gnome-news +URL: https://git.gnome.org//browse/gnome-news Source: %{name}-%{version}.tar.xz BuildRequires: appstream-glib-devel >= 0.7.3 BuildRequires: autoconf-archive @@ -45,7 +45,7 @@ %prep %setup -q #Fix rpm runtime dependency rpmlint error replace the shebang in all the scripts with %%{_bindir}/python3 -find . -type f -exec perl -pi -e 'BEGIN{undef $/};s[^#\!/usr/bin/env python3][#\!%{_bindir}/python3]' {} \; +find . -type f -exec perl -pi -e 'BEGIN{undef $/};s[^#\!%{_bindir}/env python3][#\!%{_bindir}/python3]' {} \; %build NOCONFIGURE=1 ./autogen.sh @@ -53,7 +53,7 @@ make %{?_smp_mflags} %install -make DESTDIR=%{buildroot} install %{?_smp_mflags} +%make_install %fdupes -s %{buildroot} %find_lang %{name} %{?no_lang_C} @@ -66,8 +66,8 @@ %icon_theme_cache_postun %files -%defattr(-,root,root) -%doc README COPYING +%license COPYING +%doc README %{_bindir}/%{name} %{_datadir}/%{name}/ %{_datadir}/applications/org.gnome.News.desktop
