SPECS: retty.spec (NEW) - new

qboosh qboosh at pld-linux.org
Tue Sep 12 18:09:18 CEST 2006


Author: qboosh                       Date: Tue Sep 12 16:09:18 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   retty.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/retty.spec
diff -u /dev/null SPECS/retty.spec:1.1
--- /dev/null	Tue Sep 12 18:09:18 2006
+++ SPECS/retty.spec	Tue Sep 12 18:09:13 2006
@@ -0,0 +1,62 @@
+# $Revision$, $Date$
+Summary:	retty - attach processes running on other terminals
+Summary(pl):	retty - podłączanie się do procesów działających na innych terminalach
+Name:		retty
+Version:	1.0
+Release:	1
+License:	GPL v2
+Group:		Applications/Terminal
+Source0:	http://pasky.or.cz/~pasky/dev/retty/%{name}-%{version}.tar.bz2
+# Source0-md5:	f40841b7b8d2b99693874b0bfdb37564
+URL:		http://pasky.or.cz/~pasky/dev/retty/
+ExclusiveArch:	%{ix86}
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+retty is a tiny tool that lets you attach processes running on other
+terminals. So you were running that mutt outside of screen at your
+home machine and now wanna check your mail? Attach it with retty, do
+whatever you want, detach it again and everything is as it was before.
+You don't have to run them all in screen just in case.
+
+%description -l pl
+retty to małe narzędzie pozwalające podłączyć się do procesów
+działających na innych terminalach. Jeśli na przykład uruchomiliśmy
+mutta nie na screenie na domowej maszynie i chcemy sprawdzić zdalnie
+pocztę, możemy uruchomić retty, zrobić co tylko chcemy, odłączyć się i
+wszystko będzie tak, jak wcześniej. Nie trzeba w tym celu uruchamiać
+programów na screenie.
+
+%prep
+%setup -q
+
+%build
+%{__make} \
+	CC="%{__cc}" \
+	CFLAGS="%{rpmcflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
+
+install blindtty retty $RPM_BUILD_ROOT%{_bindir}
+install retty.1 $RPM_BUILD_ROOT%{_mandir}/man1
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{_bindir}/blindtty
+%attr(755,root,root) %{_bindir}/retty
+%{_mandir}/man1/retty.1*
+
+%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  2006/09/12 16:09:13  qboosh
+- new
================================================================


More information about the pld-cvs-commit mailing list