diff --git a/README.md b/README.md index 85ab257..fe18e6a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # mambabase +Tool to install distribution basic and additional components. + diff --git a/mambabase.spec b/mambabase.spec new file mode 100644 index 0000000..ed693de --- /dev/null +++ b/mambabase.spec @@ -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 +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 1.0-1mamba +- package created by autospec