update to 3.42.0 [release 3.42.0-1mamba;Thu Nov 25 2021]

This commit is contained in:
Silvan Calarco 2024-01-05 20:19:33 +01:00
parent 671f6fe710
commit 9176f2d823

View File

@ -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 <silvan.calarco@mambasoft.it>
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 <silvan.calarco@mambasoft.it> 3.42.0-1mamba
- update to 3.42.0
* Mon Mar 09 2020 Automatic Build System <autodist@mambasoft.it> 3.36.0-1mamba
- automatic version update by autodist