|
@@ -1,25 +1,24 @@
|
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: python
|
13
|
|
-BuildRequires: python-libs
|
14
|
|
-BuildRequires: shellfu => 0.10
|
15
|
|
-BuildRequires: shellfu < 0.11
|
16
|
|
-BuildRequires: shellfu-bash-pretty
|
17
|
|
-Requires: python
|
18
|
|
-Requires: python-libs
|
19
|
|
-Requires: shellfu => 0.10
|
20
|
|
-Requires: shellfu < 0.11
|
21
|
|
-Requires: shellfu-bash
|
22
|
|
-Requires: shellfu-bash-pretty
|
|
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
|
+
|
|
11
|
+BuildRequires: python
|
|
12
|
+BuildRequires: python-libs
|
|
13
|
+BuildRequires: shellfu => 0.10
|
|
14
|
+BuildRequires: shellfu < 0.11
|
|
15
|
+BuildRequires: shellfu-bash-pretty
|
|
16
|
+Requires: python
|
|
17
|
+Requires: python-libs
|
|
18
|
+Requires: shellfu => 0.10
|
|
19
|
+Requires: shellfu < 0.11
|
|
20
|
+Requires: shellfu-bash
|
|
21
|
+Requires: shellfu-bash-pretty
|
23
|
22
|
|
24
|
23
|
%description
|
25
|
24
|
UriPecker is Shellfu library of one function that takes a string on
|