]> git.pld-linux.org Git - packages/dtach.git/blob - dtach.spec
- updated to 0.7
[packages/dtach.git] / dtach.spec
1 Summary:        A program that emulates the detach feature of screen
2 Summary(pl):    Program emuluj±cy funkcjê detach ze screena
3 Name:           dtach
4 Version:        0.7
5 Release:        1
6 License:        GPL
7 Group:          Applications/Terminal
8 Source0:        http://dl.sourceforge.net/dtach/%{name}-%{version}.tar.gz
9 # Source0-md5:  9aa11433d5a5b4b9fed271f10102cf6f
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12 %description
13 dtach is a program that emulates the detach feature of screen, with
14 less overhead.  It is designed to be transparent and un-intrusive; it
15 avoids interpreting the input and output between attached terminals
16 and the program under its control. Consequently, it works best with
17 full-screen applications such as emacs.
18
19 %description -l pl
20 dtach to program emuluj±cy funkcjê detach ze screena z mniejszym
21 narzutem. Zosta³ zaprojektowany tak, by byæ przezroczysty i
22 nieinwazyjny; zapobiega interpretowaniu wej¶cia i wyj¶cia pomiêdzy
23 pod³±czonymi terminalami a kontrolowanym programem. Konsekwentnie,
24 dzia³a najlepiej z aplikacjami pe³noekranowymi takimi jak emacs.
25
26 %prep
27 %setup -q
28
29 %build
30 %configure
31
32 %{__make}
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
37
38 install %{name}         $RPM_BUILD_ROOT%{_bindir}
39 install %{name}.1       $RPM_BUILD_ROOT%{_mandir}/man1
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc README
47 %attr(755,root,root) %{_bindir}/*
48 %{_mandir}/man1/*
This page took 0.058119 seconds and 4 git commands to generate.