update to 3.42.0 [release 3.42.0-1mamba;Thu Nov 25 2021]
This commit is contained in:
parent
671f6fe710
commit
9176f2d823
@ -1,23 +1,20 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: alacarte
|
Name: alacarte
|
||||||
Version: 3.36.0
|
Version: 3.42.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Simple menu editor for Gnome
|
Summary: Simple menu editor for Gnome
|
||||||
Group: Graphical Desktop/Applications/Configuration
|
Group: Graphical Desktop/Applications/Configuration
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.realistanew.com/projects/alacarte/
|
URL: https://gitlab.gnome.org/GNOME/alacarte/
|
||||||
Source: http://ftp.gnome.org/pub/GNOME/sources/alacarte/%{majver}/alacarte-%{version}.tar.xz
|
Source: https://download.gnome.org/sources/alacarte/%{majver}/alacarte-%{version}.tar.xz
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython27-devel
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: python27
|
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: gnome-menus-devel >= 2.15.4.1
|
BuildRequires: gnome-menus-devel >= 2.15.4.1
|
||||||
BuildRequires: perl-XML-Parser
|
BuildRequires: perl-XML-Parser
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Alacarte is a menu editor for GNOME that lets you get things done, simply and quickly.
|
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
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure \
|
||||||
|
PYTHON=%{__python3}
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -42,10 +41,10 @@ Just click and type to edit, add, and delete any menu entry.
|
|||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
#%{_datadir}/applications/*
|
|
||||||
%{_datadir}/%name/*
|
|
||||||
%{_datadir}/icons/*
|
|
||||||
%{_datadir}/applications/alacarte.desktop
|
%{_datadir}/applications/alacarte.desktop
|
||||||
|
%dir %{_datadir}/alacarte
|
||||||
|
%{_datadir}/alacarte/*
|
||||||
|
%{_datadir}/icons/*
|
||||||
%dir %{python3_sitelib}/Alacarte
|
%dir %{python3_sitelib}/Alacarte
|
||||||
%{python3_sitelib}/Alacarte/*
|
%{python3_sitelib}/Alacarte/*
|
||||||
%{_mandir}/man1/alacarte.1*
|
%{_mandir}/man1/alacarte.1*
|
||||||
@ -53,6 +52,9 @@ Just click and type to edit, add, and delete any menu entry.
|
|||||||
#ChangeLog NEWS README
|
#ChangeLog NEWS README
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Mar 09 2020 Automatic Build System <autodist@mambasoft.it> 3.36.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user