Browse Source

Update meta-data

Alois Mahdal 6 years ago
parent
commit
ba314fd06c
4 changed files with 9 additions and 15 deletions
  1. 1
    3
      .gitignore
  2. 0
    2
      Makefile
  3. 1
    1
      packaging/debian/control
  4. 7
    9
      packaging/template.spec

+ 1
- 3
.gitignore View File

1
-.mkit/autoclean
2
-shellfu-bash-uripecker-*.tar.gz
3
-artifacts
1
+relics

+ 0
- 2
Makefile View File

6
 
6
 
7
 TF_DIR=utils/tfkit
7
 TF_DIR=utils/tfkit
8
 include $(TF_DIR)/tfkit.mk
8
 include $(TF_DIR)/tfkit.mk
9
-
10
-.PHONY: test

+ 1
- 1
packaging/debian/control View File

25
  shellfu-bash,
25
  shellfu-bash,
26
  shellfu-bash-pretty,
26
  shellfu-bash-pretty,
27
 Description: __MKIT_PROJ_NAME__ - __MKIT_PROJ_TAGLINE__
27
 Description: __MKIT_PROJ_NAME__ - __MKIT_PROJ_TAGLINE__
28
- UriPecker is Shellfu library of one function that takes a string on
28
+ UriPecker is Shellfu/Bash module of one function that takes a string on
29
  standard output, and looks for things that look like could be URIs.
29
  standard output, and looks for things that look like could be URIs.
30
  Besides real URIs, it can look for set of keywords and identifiers such
30
  Besides real URIs, it can look for set of keywords and identifiers such
31
  as 'build 1234', 'issue#45' or 'bz6789' and translate them based on a
31
  as 'build 1234', 'issue#45' or 'bz6789' and translate them based on a

+ 7
- 9
packaging/template.spec View File

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
 Name:       __MKIT_PROJ_PKGNAME__
5
 Name:       __MKIT_PROJ_PKGNAME__
2
 Version:    __MKIT_PROJ_VERSION__
6
 Version:    __MKIT_PROJ_VERSION__
3
 Release:    1%{?dist}
7
 Release:    1%{?dist}
4
 Summary:    __MKIT_PROJ_NAME__ - __MKIT_PROJ_TAGLINE__
8
 Summary:    __MKIT_PROJ_NAME__ - __MKIT_PROJ_TAGLINE__
5
 URL:        __MKIT_PROJ_VCS_BROWSER__
9
 URL:        __MKIT_PROJ_VCS_BROWSER__
6
 License:    LGPLv2
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
 BuildRequires: %shellfu_req
13
 BuildRequires: %shellfu_req
15
 BuildRequires: perl
14
 BuildRequires: perl
16
 BuildRequires: python
15
 BuildRequires: python
23
 Requires: python-libs
22
 Requires: python-libs
24
 Requires: shellfu-bash
23
 Requires: shellfu-bash
25
 Requires: shellfu-bash-pretty
24
 Requires: shellfu-bash-pretty
26
-
27
 %description
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
 standard output, and looks for things that look like could be URIs.
27
 standard output, and looks for things that look like could be URIs.
30
 Besides real URIs, it can look for set of keywords and identifiers such
28
 Besides real URIs, it can look for set of keywords and identifiers such
31
 as 'build 1234', 'issue#45' or 'bz6789' and translate them based on a
29
 as 'build 1234', 'issue#45' or 'bz6789' and translate them based on a