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