From 9176f2d823a39223fca91dfc3407933c1b1e51ce Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 20:19:33 +0100 Subject: [PATCH] update to 3.42.0 [release 3.42.0-1mamba;Thu Nov 25 2021] --- alacarte.spec | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/alacarte.spec b/alacarte.spec index eb9ff97..fd4c0f9 100644 --- a/alacarte.spec +++ b/alacarte.spec @@ -1,23 +1,20 @@ %define majver %(echo %version | cut -d. -f1-2) Name: alacarte -Version: 3.36.0 +Version: 3.42.0 Release: 1mamba Summary: Simple menu editor for Gnome Group: Graphical Desktop/Applications/Configuration Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://www.realistanew.com/projects/alacarte/ -Source: http://ftp.gnome.org/pub/GNOME/sources/alacarte/%{majver}/alacarte-%{version}.tar.xz +URL: https://gitlab.gnome.org/GNOME/alacarte/ +Source: https://download.gnome.org/sources/alacarte/%{majver}/alacarte-%{version}.tar.xz License: LGPL ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython27-devel ## AUTOBUILDREQ-END -BuildRequires: python27 BuildRequires: desktop-file-utils BuildRequires: gnome-menus-devel >= 2.15.4.1 BuildRequires: perl-XML-Parser -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Alacarte is a menu editor for GNOME that lets you get things done, simply and quickly. @@ -27,7 +24,9 @@ Just click and type to edit, add, and delete any menu entry. %setup -q %build -%configure +%configure \ + PYTHON=%{__python3} + %make %install @@ -42,10 +41,10 @@ Just click and type to edit, add, and delete any menu entry. %files -f %{name}.lang %defattr(-,root,root) %{_bindir}/* -#%{_datadir}/applications/* -%{_datadir}/%name/* -%{_datadir}/icons/* %{_datadir}/applications/alacarte.desktop +%dir %{_datadir}/alacarte +%{_datadir}/alacarte/* +%{_datadir}/icons/* %dir %{python3_sitelib}/Alacarte %{python3_sitelib}/Alacarte/* %{_mandir}/man1/alacarte.1* @@ -53,6 +52,9 @@ Just click and type to edit, add, and delete any menu entry. #ChangeLog NEWS README %changelog +* Thu Nov 25 2021 Silvan Calarco 3.42.0-1mamba +- update to 3.42.0 + * Mon Mar 09 2020 Automatic Build System 3.36.0-1mamba - automatic version update by autodist