Browse Source

Re-group fields in a more logical way

Project-related, then codebase-related, then (binary)-package-related.
Alois Mahdal 6 years ago
parent
commit
094dae5daf
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      src/stub

+ 4
- 4
src/stub View File

@@ -126,12 +126,12 @@ deploy() {
126 126
             echo 'Version:  __MKIT_PROJ_VERSION__'
127 127
             echo 'Release:  1%{?dist}'
128 128
             echo 'Summary:  __MKIT_PROJ_NAME__ - __MKIT_PROJ_TAGLINE__'
129
+            $MkLicense && echo "License:  $License"
129 130
             echo ''
130
-            $MkLicense && echo "License:    $License"
131
-            echo 'Source0:    %{name}-%{version}.tar.gz'
132
-            echo 'BuildArch: noarch'
133
-            echo 'Requires: MKIT_STUB_REQUIRES'
131
+            echo 'Source0:       %{name}-%{version}.tar.gz'
132
+            echo 'BuildArch:     noarch'
134 133
             echo ''
134
+            echo 'Requires: MKIT_STUB_REQUIRES'
135 135
             echo '%description'
136 136
             echo 'MKIT_STUB_DESCRIPTION'
137 137
             echo ''