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
             echo 'Version:  __MKIT_PROJ_VERSION__'
126
             echo 'Version:  __MKIT_PROJ_VERSION__'
127
             echo 'Release:  1%{?dist}'
127
             echo 'Release:  1%{?dist}'
128
             echo 'Summary:  __MKIT_PROJ_NAME__ - __MKIT_PROJ_TAGLINE__'
128
             echo 'Summary:  __MKIT_PROJ_NAME__ - __MKIT_PROJ_TAGLINE__'
129
+            $MkLicense && echo "License:  $License"
129
             echo ''
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
             echo ''
133
             echo ''
134
+            echo 'Requires: MKIT_STUB_REQUIRES'
135
             echo '%description'
135
             echo '%description'
136
             echo 'MKIT_STUB_DESCRIPTION'
136
             echo 'MKIT_STUB_DESCRIPTION'
137
             echo ''
137
             echo ''