package created by autospec [release 1.0-1mamba;Thu Jun 16 2022]

This commit is contained in:
Silvan Calarco 2024-01-05 17:25:09 +01:00
parent fd5397335a
commit 56ea5b5b2b
2 changed files with 51 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# remote-support-mambasoft
Simple application to provide remote support by mambaSoft.

View File

@ -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 <silvan.calarco@mambasoft.it>
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 <silvan.calarco@mambasoft.it> 1.0-1mamba
- package created by autospec