Browse Source

Clean up .spec file (whitespace only)

Alois Mahdal 6 years ago
parent
commit
15747f7ee6
1 changed files with 11 additions and 13 deletions
  1. 11
    13
      packaging/template.spec

+ 11
- 13
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
-
6
-License:	LGPLv2
7
-Source0:	%{name}-%{version}.tar.gz
1
+Name:           __MKIT_PROJ_PKGNAME__
2
+Version:        __MKIT_PROJ_VERSION__
3
+Release:        1%{?dist}
4
+Summary:        __MKIT_PROJ_NAME__ - __MKIT_PROJ_TAGLINE__
5
+License:        LGPLv2
6
+Source0:        %{name}-%{version}.tar.gz
7
+BuildArch:      noarch
8
 
8
 
9
 %if ( 0%{?rhel} && 0%{?rhel} < 7 ) || ( 0%{?centos} && 0%{?centos} < 7 )
9
 %if ( 0%{?rhel} && 0%{?rhel} < 7 ) || ( 0%{?centos} && 0%{?centos} < 7 )
10
 %define pspkg procps
10
 %define pspkg procps
12
 %define pspkg procps-ng
12
 %define pspkg procps-ng
13
 %endif
13
 %endif
14
 
14
 
15
-BuildArch:	noarch
16
-BuildRequires:	perl
17
-BuildRequires:	%{pspkg}
18
-Requires:	perl
19
-Requires:	%{pspkg}
15
+BuildRequires:  perl
16
+BuildRequires:  %{pspkg}
20
 
17
 
18
+Requires: perl
19
+Requires: %{pspkg}
21
 %description
20
 %description
22
 Shellfu is an attempt to add modularity to your shell scripts.
21
 Shellfu is an attempt to add modularity to your shell scripts.
23
 
22
 
102
 This sub-package contains 'termcolors', Shellfu module containing most
101
 This sub-package contains 'termcolors', Shellfu module containing most
103
 common ANSI color names.
102
 common ANSI color names.
104
 
103
 
105
-
106
 %prep
104
 %prep
107
 %setup -q
105
 %setup -q
108
 
106