[a52dec] Fix mixing tabs and spaces, (vim :retab).

Sérgio M. Basto sergiomb at rpmfusion.org
Tue Aug 16 23:17:40 CEST 2016


commit 09c4e89e5b29fa4023ace8e17d42e73035e46db2
Author: Sérgio M. Basto <sergio at serjux.com>
Date:   Tue Aug 16 22:16:39 2016 +0100

    Fix mixing tabs and spaces, (vim :retab).

 a52dec.spec | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)
---
diff --git a/a52dec.spec b/a52dec.spec
index f790300..674df23 100644
--- a/a52dec.spec
+++ b/a52dec.spec
@@ -1,21 +1,21 @@
-Summary: 	A free ATSC A/52 stream decoder
-Name: 		a52dec
-Version: 	0.7.4
-Release: 	20%{?dist}
-License: 	GPLv2
-Group: 		System Environment/Libraries
-URL: 		http://liba52.sourceforge.net
-Source0: 	%{url}/files/%{name}-%{version}.tar.gz
-Patch0:		a52dec-configure-optflags.patch
-Patch1:		a52dec-0.7.4-rpath64.patch
-Patch2:         liba52-silence.patch
-
-BuildRequires:	perl
+Summary:    A free ATSC A/52 stream decoder
+Name:       a52dec
+Version:    0.7.4
+Release:    20%{?dist}
+License:    GPLv2
+Group:      System Environment/Libraries
+URL:        http://liba52.sourceforge.net
+Source0:    %{url}/files/%{name}-%{version}.tar.gz
+Patch0:     a52dec-configure-optflags.patch
+Patch1:     a52dec-0.7.4-rpath64.patch
+Patch2:     liba52-silence.patch
+
+BuildRequires:  perl
 
 %package devel
-Summary:	Development files needed for a52dec
-Group:		Development/Libraries
-Requires:	%{name} = %{version}-%{release}
+Summary:    Development files needed for a52dec
+Group:      Development/Libraries
+Requires:   %{name} = %{version}-%{release}
 
 
 %description


More information about the rpmfusion-commits mailing list