rstart/rstart.spec

70 lines
2.0 KiB
RPMSpec

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