SPECS: xmove.spec (NEW) - new
glen
glen at pld-linux.org
Sat Jun 25 17:56:56 CEST 2005
Author: glen Date: Sat Jun 25 15:56:56 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
xmove.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/xmove.spec
diff -u /dev/null SPECS/xmove.spec:1.1
--- /dev/null Sat Jun 25 17:56:56 2005
+++ SPECS/xmove.spec Sat Jun 25 17:56:50 2005
@@ -0,0 +1,57 @@
+# $Revision$, $Date$
+Summary: An X11 pseudoserver for moving windows between displays
+Name: xmove
+%define _beta 2
+Version: 2.0
+Release: 0.%{_beta}.1
+Epoch: 0
+License: - (enter GPL/GPL v2/LGPL/BSD/BSD-like/other license name here)
+Group: X11/Servers
+Source0: ftp://ftp.cs.columbia.edu/pub/xmove/%{name}.%{version}beta%{_beta}.tar.gz
+# Source0-md5: d70107f7835b755bd4f57b47a8ac7b38
+URL: ftp://ftp.cs.columbia.edu/pub/xmove/
+BuildRequires: X11-imake
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+xmove lets you change which display an X Window System program renders
+to - this could be a different monitor or even a different machine.
+
+%prep
+%setup -q -n %{name}
+
+%build
+cd xmove
+xmkmf
+%{__make} xmove
+cd ..
+cd xmovectrl
+%{__make} xmovectrl
+xmkmf
+cd ..
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
+
+install xmove/xmove xmovectrl/xmovectrl $RPM_BUILD_ROOT%{_bindir}
+install man/man1/xmove*.1 $RPM_BUILD_ROOT%{_mandir}/man1
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README doc/
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/*
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2005/06/25 15:56:50 glen
+- new
+
================================================================
More information about the pld-cvs-commit
mailing list