diff options
Diffstat (limited to 'dtach.spec')
| -rw-r--r-- | dtach.spec | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -7,7 +7,7 @@ URL: http://dtach.sourceforge.net Group: Applications/System Source: http://prdownloads.sourceforge.net/dtach/dtach-%{version}.tar.gz Buildroot: %{_tmppath}/%{name}-%{version}-root - + %description dtach is a program that emulates the detach feature of screen, with @@ -15,14 +15,14 @@ less overhead. It is designed to be transparent and un-intrusive; it 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. - + %prep %setup - + %build %configure make - + %install rm -rf $RPM_BUILD_ROOT/* mkdir -p $RPM_BUILD_ROOT/%{_bindir} |
