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
|
Name: rstart
|
||||||
Version: 1.0.5
|
Version: 1.0.6
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: rstart - a sample implementation of a Remote Start client
|
Summary: rstart - a sample implementation of a Remote Start client
|
||||||
Group: System/X11
|
Group: System/X11
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://x.org
|
URL: https://www.x.org/wiki/
|
||||||
Source: http://ftp.x.org/pub/individual/app/rstart-%{version}.tar.bz2
|
Source: http://ftp.x.org/pub/individual/app/rstart-%{version}.tar.xz
|
||||||
License: MIT
|
License: MIT
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libX11-devel
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Provides: xorg-rstart
|
Provides: xorg-rstart
|
||||||
Obsoletes: xorg-rstart
|
Obsoletes: xorg-rstart
|
||||||
@ -20,8 +18,9 @@ Obsoletes: xorg-rstart
|
|||||||
%description
|
%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.
|
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
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -39,26 +38,20 @@ Rstart is a simple implementation of a Remote Start client as defined in "A Flex
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/rstart
|
%{_bindir}/rstart
|
||||||
%{_bindir}/rstartd
|
%{_bindir}/rstartd
|
||||||
%{_libdir}/X11/rstart/commands/@List
|
%dir %{_libdir}/X11/rstart
|
||||||
%{_libdir}/X11/rstart/commands/ListContexts
|
%dir %{_libdir}/X11/rstart/commands
|
||||||
%{_libdir}/X11/rstart/commands/ListGenericCommands
|
%{_libdir}/X11/rstart/commands/*
|
||||||
%{_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/config
|
||||||
%{_libdir}/X11/rstart/contexts/@List
|
%dir %{_libdir}/X11/rstart/contexts
|
||||||
%{_libdir}/X11/rstart/contexts/default
|
%{_libdir}/X11/rstart/contexts/*
|
||||||
%{_libdir}/X11/rstart/contexts/x
|
|
||||||
%{_libdir}/X11/rstart/contexts/x11
|
|
||||||
%{_libdir}/X11/rstart/contexts/x11r6
|
|
||||||
%{_libdir}/X11/rstart/rstartd.real
|
%{_libdir}/X11/rstart/rstartd.real
|
||||||
%{_mandir}/man1/*.gz
|
%{_mandir}/man1/rstart*.1*
|
||||||
|
%doc COPYING
|
||||||
%doc COPYING ChangeLog
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Feb 13 2013 Automatic Build System <autodist@mambasoft.it> 1.0.5-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user