Hello community, here is the log from the commit of package alacarte for openSUSE:Factory checked in at 2018-03-14 19:36:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/alacarte (Old) and /work/SRC/openSUSE:Factory/.alacarte.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "alacarte" Wed Mar 14 19:36:38 2018 rev:62 rq:584703 version:3.11.91 Changes: -------- --- /work/SRC/openSUSE:Factory/alacarte/alacarte.changes 2018-02-02 22:21:42.335490726 +0100 +++ /work/SRC/openSUSE:Factory/.alacarte.new/alacarte.changes 2018-03-14 19:36:39.646268065 +0100 @@ -1,0 +2,5 @@ +Wed Feb 28 16:22:48 UTC 2018 - [email protected] + +- Modernize spec-file by calling spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ alacarte.spec ++++++ --- /var/tmp/diff_new_pack.rERiIu/_old 2018-03-14 19:36:40.586234678 +0100 +++ /var/tmp/diff_new_pack.rERiIu/_new 2018-03-14 19:36:40.590234537 +0100 @@ -19,10 +19,10 @@ Name: alacarte Version: 3.11.91 Release: 0 -Url: http://www.realistanew.com/projects/alacarte Summary: Menu editor for GNOME -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: System/GUI/GNOME +URL: http://www.realistanew.com/projects/alacarte Source: http://download.gnome.org/sources/alacarte/3.11/%{name}-%{version}.tar.xz # PATCH-FIX-OPENSUSE alacarte-trans.patch bnc#947793 [email protected] -- Fix untranslated messages Patch0: alacarte-trans.patch @@ -30,6 +30,9 @@ Patch1: fix-bad-command-validation.patch # PATCH-FIX-UPSTREAM alacarte-python3.patch bsc#1075771 bgo#787490 [email protected] -- Support python 3. Patch2: alacarte-python3.patch +# Needed for Patch2 +BuildRequires: autoconf +BuildRequires: automake BuildRequires: fdupes BuildRequires: glib2-devel # Needed for the typelib() dependency parser @@ -37,18 +40,15 @@ # Needed for %%icon_theme_cache_* macros. BuildRequires: hicolor-icon-theme BuildRequires: intltool +BuildRequires: pkgconfig BuildRequires: python3 BuildRequires: suse-xsl-stylesheets BuildRequires: translation-update-upstream BuildRequires: update-desktop-files BuildRequires: pkgconfig(libgnome-menu-3.0) >= 3.5.3 BuildRequires: pkgconfig(pygobject-3.0) -# Needed for Patch2 -BuildRequires: autoconf -BuildRequires: automake Requires: python3-gobject-Gdk Recommends: %{name}-lang -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Alacarte is a simple freedesktop.org compliant menu editor for GNOME @@ -56,6 +56,7 @@ type to edit, add, and delete any menu entry. %lang_package + %prep %setup -q translation-update-upstream @@ -70,10 +71,10 @@ make %{?_smp_mflags} %install -%makeinstall +%make_install %suse_update_desktop_file -r alacarte GNOME Utility DesktopUtility X-GNOME-PersonalSettings %find_lang %{name} %{?no_lang_C} -%fdupes $RPM_BUILD_ROOT +%fdupes %{buildroot} %post %desktop_database_post @@ -84,8 +85,8 @@ %icon_theme_cache_postun %files -%defattr (-, root, root) -%doc AUTHORS COPYING ChangeLog NEWS README +%license COPYING +%doc AUTHORS ChangeLog NEWS README %{_bindir}/alacarte %{_datadir}/alacarte %{_datadir}/applications/alacarte.desktop @@ -93,6 +94,6 @@ %{python3_sitelib}/Alacarte %{_mandir}/man1/alacarte.1%{?ext_man} -%files lang -f %name.lang +%files lang -f %{name}.lang %changelog
