|
@@ -1,16 +1,15 @@
|
|
1
|
+%global sfincb %{_datadir}/shellfu/include-bash
|
|
2
|
+%global sfmodn __SHELLFU_MODNAME__
|
|
3
|
+%global shellfu_req shellfu >= 0.10.4, shellfu < 0.11
|
|
4
|
+
|
1
|
5
|
Name: __MKIT_PROJ_PKGNAME__
|
2
|
6
|
Version: __MKIT_PROJ_VERSION__
|
3
|
7
|
Release: 1%{?dist}
|
4
|
8
|
Summary: __MKIT_PROJ_NAME__ - __MKIT_PROJ_TAGLINE__
|
5
|
9
|
URL: __MKIT_PROJ_VCS_BROWSER__
|
6
|
10
|
License: LGPLv2
|
7
|
|
-
|
8
|
|
-%define sfincb %{_datadir}/shellfu/include-bash
|
9
|
|
-%define sfmodn __SHELLFU_MODNAME__
|
10
|
|
-%define shellfu_req shellfu >= 0.10.4, shellfu < 0.11
|
11
|
|
-
|
12
|
|
-Source0: %{name}-%{version}.tar.gz
|
13
|
|
-BuildArch: noarch
|
|
11
|
+Source0: %{name}-%{version}.tar.gz
|
|
12
|
+BuildArch: noarch
|
14
|
13
|
BuildRequires: %shellfu_req
|
15
|
14
|
BuildRequires: perl
|
16
|
15
|
BuildRequires: python
|
|
@@ -23,9 +22,8 @@ Requires: python
|
23
|
22
|
Requires: python-libs
|
24
|
23
|
Requires: shellfu-bash
|
25
|
24
|
Requires: shellfu-bash-pretty
|
26
|
|
-
|
27
|
25
|
%description
|
28
|
|
-UriPecker is Shellfu library of one function that takes a string on
|
|
26
|
+UriPecker is Shellfu/bash module of one function that takes a string on
|
29
|
27
|
standard output, and looks for things that look like could be URIs.
|
30
|
28
|
Besides real URIs, it can look for set of keywords and identifiers such
|
31
|
29
|
as 'build 1234', 'issue#45' or 'bz6789' and translate them based on a
|