From b027c27b2439081064d07a86883c8e0b20a183c9 Mon Sep 17 00:00:00 2001 From: "Ned T. Crigler" Date: Fri, 20 Jun 2025 10:34:32 -0700 Subject: Clean up whitespace, mixed spaces/tabs, and brace style --- dtach.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dtach.spec') diff --git a/dtach.spec b/dtach.spec index 1aa8fe1..5dba5f0 100644 --- a/dtach.spec +++ b/dtach.spec @@ -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} -- cgit v1.2.3