diff options
| author | Ned T. Crigler <crigler@gmail.com> | 2025-06-20 10:34:32 -0700 |
|---|---|---|
| committer | Ned T. Crigler <crigler@gmail.com> | 2025-06-20 19:16:27 -0700 |
| commit | b027c27b2439081064d07a86883c8e0b20a183c9 (patch) | |
| tree | a329fcba604faf292647e8bc242b0ffe040b3285 /dtach.spec | |
| parent | e34e2bb3c703aa8c47d85ba4b4a86f6ae5dc0404 (diff) | |
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} |
