Browse Source

Update mkit.ini for MKit v0.0.34

Alois Mahdal 6 years ago
parent
commit
633758f9fc
3 changed files with 9 additions and 12 deletions
  1. 7
    2
      mkit.ini
  2. 1
    5
      packaging/debian/control
  3. 1
    5
      packaging/template.spec

+ 7
- 2
mkit.ini View File

@@ -27,11 +27,16 @@
27 27
     doc   = [ENV:PREFIX]/share/doc/shellfu-bash-uripecker
28 28
     sfmod = [ENV:PREFIX]/share/shellfu/include-bash
29 29
 
30
-[tokens]
30
+[macros]
31 31
     __SHELLFU_MODNAME__ = uripecker
32
+    __SHELLFU_MODDESC__ = UriPecker is Shellfu/bash module of one function that takes a string on
33
+    __SHELLFU_MODDESC__ = standard output, and looks for things that look like could be URIs.
34
+    __SHELLFU_MODDESC__ = Besides real URIs, it can look for set of keywords and identifiers such
35
+    __SHELLFU_MODDESC__ = as 'build 1234', 'issue#45' or 'bz6789' and translate them based on a
36
+    __SHELLFU_MODDESC__ = simple INI file.
32 37
 
33 38
 [files]
34 39
     doc   = README.md
35 40
     sfmod = src/uripecker.sh
36 41
 
37
-#mkit version=0.0.24
42
+#mkit version=0.0.34

+ 1
- 5
packaging/debian/control View File

@@ -25,10 +25,6 @@ Depends:
25 25
  shellfu-bash,
26 26
  shellfu-bash-pretty,
27 27
 Description: __MKIT_PROJ_NAME__ - __MKIT_PROJ_TAGLINE__
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.
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
32
- simple INI file.
28
+ __SHELLFU_MODDESC__
33 29
 
34 30
 # control file built with MKit __MKIT_SELF_VERSION__

+ 1
- 5
packaging/template.spec View File

@@ -30,11 +30,7 @@ Requires: %pylibs_req
30 30
 Requires: shellfu-bash
31 31
 Requires: shellfu-bash-pretty
32 32
 %description
33
-UriPecker is Shellfu/bash module of one function that takes a string on
34
-standard output, and looks for things that look like could be URIs.
35
-Besides real URIs, it can look for set of keywords and identifiers such
36
-as 'build 1234', 'issue#45' or 'bz6789' and translate them based on a
37
-simple INI file.
33
+__SHELLFU_MODDESC__
38 34
 
39 35
 %prep
40 36
 %setup -q