From ce909abcc4291b3376efe391c3f2d8b64c8a0789 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 17:30:19 +0100 Subject: [PATCH] automatic version update by autodist [release 1.0.5-1mamba;Wed Feb 13 2013] --- README.md | 2 ++ rstart.spec | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 71 insertions(+) create mode 100644 rstart.spec diff --git a/README.md b/README.md index 44925f1..12f1075 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # rstart +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. + diff --git a/rstart.spec b/rstart.spec new file mode 100644 index 0000000..2738446 --- /dev/null +++ b/rstart.spec @@ -0,0 +1,69 @@ +Name: rstart +Version: 1.0.5 +Release: 1mamba +Summary: rstart - a sample implementation of a Remote Start client +Group: System/X11 +Vendor: openmamba +Distribution: openmamba +Packager: Ercole 'ercolinux' Carpanetto +URL: http://x.org +Source: http://ftp.x.org/pub/individual/app/rstart-%{version}.tar.bz2 +License: MIT +BuildRoot: %{_tmppath}/%{name}-%{version}-root +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libX11-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. + +%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 +%{_libdir}/X11/rstart/commands/@List +%{_libdir}/X11/rstart/commands/ListContexts +%{_libdir}/X11/rstart/commands/ListGenericCommands +%{_libdir}/X11/rstart/commands/x +%{_libdir}/X11/rstart/commands/x11 +%{_libdir}/X11/rstart/commands/x11r6/@List +%{_libdir}/X11/rstart/commands/x11r6/LoadMonitor +%{_libdir}/X11/rstart/commands/x11r6/Terminal +%{_libdir}/X11/rstart/config +%{_libdir}/X11/rstart/contexts/@List +%{_libdir}/X11/rstart/contexts/default +%{_libdir}/X11/rstart/contexts/x +%{_libdir}/X11/rstart/contexts/x11 +%{_libdir}/X11/rstart/contexts/x11r6 +%{_libdir}/X11/rstart/rstartd.real +%{_mandir}/man1/*.gz + +%doc COPYING ChangeLog + +%changelog +* Wed Feb 13 2013 Automatic Build System 1.0.5-1mamba +- automatic version update by autodist + +* Mon Nov 01 2010 Automatic Build System 1.0.4-1mamba +- automatic update by autodist + +* Tue Sep 22 2009 Ercole 'ercolinux' Carpanetto 1.0.3-1mamba +- package created by autospec