Browse Source

Replace tabs with spaces

Alois Mahdal 7 years ago
parent
commit
2d312f2ea2
1 changed files with 22 additions and 23 deletions
  1. 22
    23
      packaging/template.spec

+ 22
- 23
packaging/template.spec View File

1
-Name:		__MKIT_PROJ_PKGNAME__
2
-Version:	__MKIT_PROJ_VERSION__
3
-Release:	1%{?dist}
4
-Summary:	__MKIT_PROJ_NAME__ - __MKIT_PROJ_TAGLINE__
5
-URL:            __MKIT_PROJ_VCS_BROWSER__
6
-
7
-License:	LGPLv2
8
-Source0:	%{name}-%{version}.tar.gz
9
-
10
-BuildArch:	noarch
11
-BuildRequires:	coreutils
12
-BuildRequires:	shellfu => 0.10
13
-BuildRequires:	shellfu < 0.11
14
-BuildRequires:	shellfu-bash-inigrep
15
-BuildRequires:	shellfu-bash-pretty
16
-BuildRequires:	shellfu-sh-exit
17
-Requires:	shellfu => 0.10
18
-Requires:	shellfu < 0.11
19
-Requires:	shellfu-bash
20
-Requires:	shellfu-bash-inigrep
21
-Requires:	shellfu-bash-pretty
22
-Requires:	shellfu-sh-exit
23
-
1
+Name:       __MKIT_PROJ_PKGNAME__
2
+Version:    __MKIT_PROJ_VERSION__
3
+Release:    1%{?dist}
4
+Summary:    __MKIT_PROJ_NAME__ - __MKIT_PROJ_TAGLINE__
5
+URL:        __MKIT_PROJ_VCS_BROWSER__
6
+License:    LGPLv2
7
+
8
+Source0:        %{name}-%{version}.tar.gz
9
+BuildArch:      noarch
10
+BuildRequires:  coreutils
11
+BuildRequires:  shellfu => 0.10
12
+BuildRequires:  shellfu < 0.11
13
+BuildRequires:  shellfu-bash-inigrep
14
+BuildRequires:  shellfu-bash-pretty
15
+BuildRequires:  shellfu-sh-exit
16
+
17
+Requires: shellfu => 0.10
18
+Requires: shellfu < 0.11
19
+Requires: shellfu-bash
20
+Requires: shellfu-bash-inigrep
21
+Requires: shellfu-bash-pretty
22
+Requires: shellfu-sh-exit
24
 %description
23
 %description
25
 saturnin is Shellfu library that helps you easily build toolkit from
24
 saturnin is Shellfu library that helps you easily build toolkit from
26
 various scripts that you may have lying around.  Instead of having a
25
 various scripts that you may have lying around.  Instead of having a