Alois Mahdal před 6 roky
rodič
revize
ba314fd06c
4 změnil soubory, kde provedl 9 přidání a 15 odebrání
  1. 1
    3
      .gitignore
  2. 0
    2
      Makefile
  3. 1
    1
      packaging/debian/control
  4. 7
    9
      packaging/template.spec

+ 1
- 3
.gitignore Zobrazit soubor

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

+ 0
- 2
Makefile Zobrazit soubor

@@ -6,5 +6,3 @@ include $(MKIT_DIR)/mkit.mk
6 6
 
7 7
 TF_DIR=utils/tfkit
8 8
 include $(TF_DIR)/tfkit.mk
9
-
10
-.PHONY: test

+ 1
- 1
packaging/debian/control Zobrazit soubor

@@ -25,7 +25,7 @@ Depends:
25 25
  shellfu-bash,
26 26
  shellfu-bash-pretty,
27 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 29
  standard output, and looks for things that look like could be URIs.
30 30
  Besides real URIs, it can look for set of keywords and identifiers such
31 31
  as 'build 1234', 'issue#45' or 'bz6789' and translate them based on a

+ 7
- 9
packaging/template.spec Zobrazit soubor

@@ -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