Преглед изворни кода

Clean up .spec file (whitespace only)

Alois Mahdal пре 6 година
родитељ
комит
15747f7ee6
1 измењених фајлова са 11 додато и 13 уклоњено
  1. 11
    13
      packaging/template.spec

+ 11
- 13
packaging/template.spec Прегледај датотеку

@@ -1,10 +1,10 @@
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 9
 %if ( 0%{?rhel} && 0%{?rhel} < 7 ) || ( 0%{?centos} && 0%{?centos} < 7 )
10 10
 %define pspkg procps
@@ -12,12 +12,11 @@ Source0:	%{name}-%{version}.tar.gz
12 12
 %define pspkg procps-ng
13 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 20
 %description
22 21
 Shellfu is an attempt to add modularity to your shell scripts.
23 22
 
@@ -102,7 +101,6 @@ Obsoletes: shellfu-bash-core < 0.10
102 101
 This sub-package contains 'termcolors', Shellfu module containing most
103 102
 common ANSI color names.
104 103
 
105
-
106 104
 %prep
107 105
 %setup -q
108 106