update to 1.0.6 [release 1.0.6-1mamba;Tue May 31 2022]
This commit is contained in:
parent
ce909abcc4
commit
bff7e2824b
39
rstart.spec
39
rstart.spec
@ -1,18 +1,16 @@
|
||||
Name: rstart
|
||||
Version: 1.0.5
|
||||
Version: 1.0.6
|
||||
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
|
||||
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
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libX11-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Provides: xorg-rstart
|
||||
Obsoletes: xorg-rstart
|
||||
@ -20,8 +18,9 @@ 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
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
@ -39,26 +38,20 @@ Rstart is a simple implementation of a Remote Start client as defined in "A Flex
|
||||
%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
|
||||
%dir %{_libdir}/X11/rstart
|
||||
%dir %{_libdir}/X11/rstart/commands
|
||||
%{_libdir}/X11/rstart/commands/*
|
||||
%{_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
|
||||
%dir %{_libdir}/X11/rstart/contexts
|
||||
%{_libdir}/X11/rstart/contexts/*
|
||||
%{_libdir}/X11/rstart/rstartd.real
|
||||
%{_mandir}/man1/*.gz
|
||||
|
||||
%doc COPYING ChangeLog
|
||||
%{_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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user