package created by autospec [release 1.0-1mamba;Thu Jun 16 2022]
This commit is contained in:
parent
fd5397335a
commit
56ea5b5b2b
@ -1,2 +1,4 @@
|
|||||||
# remote-support-mambasoft
|
# remote-support-mambasoft
|
||||||
|
|
||||||
|
Simple application to provide remote support by mambaSoft.
|
||||||
|
|
||||||
|
49
remote-support-mambasoft.spec
Normal file
49
remote-support-mambasoft.spec
Normal 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
|
Loading…
Reference in New Issue
Block a user