rstart/rstart.spec

63 lines
1.7 KiB
RPMSpec

Name: rstart
Version: 1.0.6
Release: 1mamba
Summary: rstart - a sample implementation of a Remote Start client
Group: System/X11
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.x.org/wiki/
Source: http://ftp.x.org/pub/individual/app/rstart-%{version}.tar.xz
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
## AUTOBUILDREQ-END
Provides: xorg-rstart
Obsoletes: xorg-rstart
%description
Rstart is a simple implementation of a Remote Start client as defined in "A Flexible Remote Execution Protocol Based on rsh". It uses rsh as its underlying remote execution mechanism.
%debug_package
%prep
%setup -q
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_bindir}/rstart
%{_bindir}/rstartd
%dir %{_libdir}/X11/rstart
%dir %{_libdir}/X11/rstart/commands
%{_libdir}/X11/rstart/commands/*
%{_libdir}/X11/rstart/config
%dir %{_libdir}/X11/rstart/contexts
%{_libdir}/X11/rstart/contexts/*
%{_libdir}/X11/rstart/rstartd.real
%{_mandir}/man1/rstart*.1*
%doc COPYING
%changelog
* Tue May 31 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.6-1mamba
- update to 1.0.6
* Wed Feb 13 2013 Automatic Build System <autodist@mambasoft.it> 1.0.5-1mamba
- automatic version update by autodist
* Mon Nov 01 2010 Automatic Build System <autodist@mambasoft.it> 1.0.4-1mamba
- automatic update by autodist
* Tue Sep 22 2009 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 1.0.3-1mamba
- package created by autospec