Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37396941
en ru br
ALT Linux repos
S:2.0-alt1.qa1
5.0: 2.0-alt1
4.1: 2.0-alt1

Group :: System/X11
RPM: xmove

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define beta 2

Name: xmove
Version: 2.0
Release: alt1.qa1
Summary: X11 pseudoserver to dynamically move X11 applications
%if %beta
Source0: ftp://ftp.cs.columbia.edu/pub/xmove/%name.%{version}beta%beta.tar.bz2
%else
Source0: ftp://ftp.cs.columbia.edu/pub/xmove/%name.%version.tar.bz2
%endif
License: MIT
Group: System/X11
Packager: Fr. Br. George <george at altlinux.ru>
Url: ftp://ftp.cs.columbia.edu/pub/xmove/
Patch0: xmove-2.0-unix-domain.patch.bz2

# Automatically added by buildreq on Wed Aug 29 2007

BuildRequires: imake libX11-devel xorg-cf-files

%description
xmove is a pseudoserver (aka proxy server) which allows you
to dynamically move an X application between servers, and screens
within a server.

%prep
%setup -q -n %name
%patch0 -p1 -b .unix-domain
chmod 644 doc/*

%build
for i in xmove xmovectrl; do
cd $i
ln -sf ../man/man1/$i.1 $i.man
xmkmf
%make
cd $OLDPWD
done

%install
install -d -m755 %buildroot%_man1dir/
for i in xmove xmovectrl; do
cd $i
%makeinstall DESTDIR=%buildroot
cd $OLDPWD
install -m 644 man/man1/$i.1 %buildroot%_man1dir/
done

%clean
rm -rf %buildroot

%files
%doc README doc/*
%_bindir/xmove*
%_man1dir/xmove*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin