update to 1.1 [release 1.1-1mamba;Sun Jun 19 2022]

This commit is contained in:
Silvan Calarco 2024-01-06 06:53:53 +01:00
parent d942880e18
commit f1e66118c9

View File

@ -1,16 +1,22 @@
Name: mambabase
Version: 1.0
Version: 1.1
Release: 1mamba
Summary: Tool to install distribution basic and additional components
Group: Graphical Destkop/Applications/Environment
Group: Graphical Desktop/Applications/Administration
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://gitlab.mambasoft.it/openmamba/mambabase
Source: https://gitlab.mambasoft.it/openmamba/mambabase/mambabase-1.0.tar.bz2
Source: https://gitlab.mambasoft.it/openmamba/mambabase/v%{version}/mambabase-%{version}.tar.bz2
License: GPL
## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END
Requires: desktop-base-openmamba
Requires: openmamba-icons
Requires: PyQt5-py3
Requires: python-sip-py3
Requires: pygobject-py3
Requires: python-distro-py3
%description
Tool to install distribution basic and additional components.
@ -25,7 +31,7 @@ Tool to install distribution basic and additional components.
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%find_lang %{name}
%find_lang %{name} --with-qt --all-name
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -34,12 +40,13 @@ Tool to install distribution basic and additional components.
%defattr(-,root,root)
%{_bindir}/mambabase
%{_datadir}/applications/mambabase.desktop
%{_datadir}/locale/it/LC_MESSAGES/mambabase.qm
%dir %{_datadir}/mambabase
%{_datadir}/mambabase/*
%{_datadir}/icons/hicolor/*/apps/mambabase.png
%doc COPYING
%doc AUTHORS COPYING
%changelog
* Sun Jun 19 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1-1mamba
- update to 1.1
* Sat Jun 18 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0-1mamba
- package created by autospec