package created by autospec [release 1.0-1mamba;Sat Jun 18 2022]
This commit is contained in:
parent
0c87ca9044
commit
d942880e18
@ -1,2 +1,4 @@
|
|||||||
# mambabase
|
# mambabase
|
||||||
|
|
||||||
|
Tool to install distribution basic and additional components.
|
||||||
|
|
||||||
|
45
mambabase.spec
Normal file
45
mambabase.spec
Normal file
@ -0,0 +1,45 @@
|
|||||||
|
Name: mambabase
|
||||||
|
Version: 1.0
|
||||||
|
Release: 1mamba
|
||||||
|
Summary: Tool to install distribution basic and additional components
|
||||||
|
Group: Graphical Destkop/Applications/Environment
|
||||||
|
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
|
||||||
|
License: GPL
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
|
||||||
|
%description
|
||||||
|
Tool to install distribution basic and additional components.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
%build
|
||||||
|
%make
|
||||||
|
|
||||||
|
%install
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
%makeinstall
|
||||||
|
|
||||||
|
%find_lang %{name}
|
||||||
|
|
||||||
|
%clean
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
|
%files -f %{name}.lang
|
||||||
|
%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
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Sat Jun 18 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0-1mamba
|
||||||
|
- package created by autospec
|
Loading…
Reference in New Issue
Block a user