Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37430833
en ru br
ALT Linux repositórios
S:2.0-alt1.qa1
5.0: 2.0-alt1
4.1: 2.0-alt1

Group :: Sistema/X11
RPM: xmove

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e 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

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009