]> git.pld-linux.org Git - packages/dtach.git/blobdiff - dtach.spec
- release 2 (by relup.sh)
[packages/dtach.git] / dtach.spec
index 5b1a08d61c0249e0ec7694dc1df89ad49cc18bd9..fb25d0445812ff3da27982949ac4047361c895ba 100644 (file)
@@ -1,11 +1,13 @@
 Summary:       A program that emulates the detach feature of screen
+Summary(pl.UTF-8):     Program emulujący funkcję detach ze screena
 Name:          dtach
-Version:       0.5
-Release:       1
+Version:       0.8
+Release:       2
 License:       GPL
 Group:         Applications/Terminal
 Source0:       http://dl.sourceforge.net/dtach/%{name}-%{version}.tar.gz
-# Source0-md5: 3ed45d8a52539c25302302a419e1358e
+# Source0-md5: ec5999f3b6bb67da19754fcb2e5221f3
+URL:           http://dtach.sourceforge.net/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -15,11 +17,18 @@ avoids interpreting the input and output between attached terminals
 and the program under its control. Consequently, it works best with
 full-screen applications such as emacs.
 
+%description -l pl.UTF-8
+dtach to program emulujący funkcję detach ze screena z mniejszym
+narzutem. Został zaprojektowany tak, by być przezroczysty i
+nieinwazyjny; zapobiega interpretowaniu wejścia i wyjścia pomiędzy
+podłączonymi terminalami a kontrolowanym programem. Konsekwentnie,
+działa najlepiej z aplikacjami pełnoekranowymi takimi jak emacs.
+
 %prep
 %setup -q
 
 %build
-%configure \
+%configure
 
 %{__make}
 
@@ -27,8 +36,8 @@ full-screen applications such as emacs.
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
 
-install %{name}                $RPM_BUILD_ROOT%{_bindir}
-install %{name}.1      $RPM_BUILD_ROOT%{_mandir}/man1
+install %{name}        $RPM_BUILD_ROOT%{_bindir}
+install %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.091417 seconds and 4 git commands to generate.