Browse Source

Do not use tabs in SPEC file

Alois Mahdal 6 years ago
parent
commit
8fb5ca82e5
1 changed files with 8 additions and 9 deletions
  1. 8
    9
      src/stub

+ 8
- 9
src/stub View File

@@ -122,16 +122,15 @@ deploy() {
122 122
             ;;
123 123
 
124 124
         packaging/template.spec)
125
-            echo 'Name:		__MKIT_PROJ_PKGNAME__'
126
-            echo 'Version:	__MKIT_PROJ_VERSION__'
127
-            echo 'Release:	1%{?dist}'
128
-            echo 'Summary:	__MKIT_PROJ_NAME__ - __MKIT_PROJ_TAGLINE__'
125
+            echo 'Name:     __MKIT_PROJ_PKGNAME__'
126
+            echo 'Version:  __MKIT_PROJ_VERSION__'
127
+            echo 'Release:  1%{?dist}'
128
+            echo 'Summary:  __MKIT_PROJ_NAME__ - __MKIT_PROJ_TAGLINE__'
129 129
             echo ''
130
-            $MkLicense && echo "License:	$License"
131
-            echo 'Source0:	%{name}-%{version}.tar.gz'
132
-            echo ''
133
-            echo 'BuildArch:	noarch'
134
-            echo 'Requires:	MKIT_STUB_REQUIRES'
130
+            $MkLicense && echo "License:    $License"
131
+            echo 'Source0:    %{name}-%{version}.tar.gz'
132
+            echo 'BuildArch: noarch'
133
+            echo 'Requires: MKIT_STUB_REQUIRES'
135 134
             echo ''
136 135
             echo '%description'
137 136
             echo 'MKIT_STUB_DESCRIPTION'