diff --git a/README.md b/README.md index 050ac6a..20616cd 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # remote-support-mambasoft +Simple application to provide remote support by mambaSoft. + diff --git a/remote-support-mambasoft.spec b/remote-support-mambasoft.spec new file mode 100644 index 0000000..f3269ae --- /dev/null +++ b/remote-support-mambasoft.spec @@ -0,0 +1,49 @@ +Name: remote-support-mambasoft +Version: 1.0 +Release: 1mamba +Summary: Simple application to provide remote support by mambaSoft +Group: Graphical Desktop/Applications/Utilities +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: https://gitlab.mambasoft.it/openmamba/remote-support-mambasoft +Source: https://gitlab.mambasoft.it/openmamba/remote-support-mambasoft/remote-support-mambasoft-%{version}.tar.bz2 +License: GPL +## AUTOBUILDREQ-BEGIN +## AUTOBUILDREQ-END +Requires: openssh-askpass + +%description +Simple application to provide remote support by mambaSoft. + +%prep +%setup -q + +%build +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%post +gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null +: + +%postun +gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null +: + +%files +%defattr(-,root,root) +%{_bindir}/remote-support-mambasoft +%{_datadir}/applications/remote-support-mambasoft.desktop +%{_datadir}/icons/hicolor/*/apps/mambasoft.png +%doc LICENSE.txt + +%changelog +* Thu Jun 16 2022 Silvan Calarco 1.0-1mamba +- package created by autospec