Browse Source

Re-format whitespace

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

+ 8
- 8
src/stub View File

@@ -135,15 +135,15 @@ deploy() {
135 135
             ;;
136 136
 
137 137
         packaging/template.spec)
138
-            echo 'Name:     __MKIT_PROJ_PKGNAME__'
139
-            echo 'Version:  __MKIT_PROJ_VERSION__'
140
-            echo 'Release:  1%{?dist}'
141
-            echo 'Summary:  __MKIT_PROJ_NAME__ - __MKIT_PROJ_TAGLINE__'
142
-            test -n "$VcsBrowser" && echo 'URL:  __MKIT_PROJ_VCS_BROWSER__'
143
-            $MkLicense && echo "License:  $License"
138
+            echo 'Name:       __MKIT_PROJ_PKGNAME__'
139
+            echo 'Version:    __MKIT_PROJ_VERSION__'
140
+            echo 'Release:    1%{?dist}'
141
+            echo 'Summary:    __MKIT_PROJ_NAME__ - __MKIT_PROJ_TAGLINE__'
142
+            test -n "$VcsBrowser" && echo 'URL:        __MKIT_PROJ_VCS_BROWSER__'
143
+            $MkLicense && echo "License:    $License"
144 144
             echo ''
145
-            echo 'Source0:       %{name}-%{version}.tar.gz'
146
-            echo 'BuildArch:     noarch'
145
+            echo 'Source0:    %{name}-%{version}.tar.gz'
146
+            echo 'BuildArch:  noarch'
147 147
             echo ''
148 148
             echo 'Requires: MKIT_STUB_REQUIRES'
149 149
             echo '%description'