automatic version update by autodist [release 1.0.5-1mamba;Wed Feb 13 2013]

This commit is contained in:
Automatic Build System 2024-01-05 17:30:19 +01:00
parent db2a8cbb16
commit ce909abcc4
2 changed files with 71 additions and 0 deletions

View File

@ -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.

69
rstart.spec Normal file
View File

@ -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 <ercole69@gmail.com>
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 <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