Update to 1.1 - Closes rhbz#2122511
This commit is contained in:
parent
fa1ac6c7a7
commit
c4ea91aef4
3 changed files with 6 additions and 11 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
/shdoc-b64998d.tar.gz
|
||||
/shdoc-1.1.tar.gz
|
||||
|
|
|
|||
14
shdoc.spec
14
shdoc.spec
|
|
@ -1,17 +1,11 @@
|
|||
%global commit b64998d1a463775501a70d125b4d2ae0c4f0a820
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global snapinfo 20220827git%{shortcommit}
|
||||
|
||||
Name: shdoc
|
||||
# Requested info about release plans
|
||||
# https://github.com/reconquest/shdoc/issues/55
|
||||
Version: 0
|
||||
Release: %autorelease -s %{snapinfo}
|
||||
Version: 1.1
|
||||
Release: %autorelease
|
||||
Summary: Documentation generator for bash/zsh/sh for generating documentation in Markdown
|
||||
|
||||
License: MIT
|
||||
URL: https://github.com/reconquest/shdoc
|
||||
Source0: https://github.com/reconquest/shdoc/archive/%{commit}/shdoc-%{shortcommit}.tar.gz
|
||||
Source0: https://github.com/reconquest/shdoc/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
Requires: gawk
|
||||
|
|
@ -24,7 +18,7 @@ shdoc parses annotations in the beginning of a given file and alongside function
|
|||
definitions, and creates a markdown file with ready to use documentation.
|
||||
|
||||
%prep
|
||||
%autosetup -n shdoc-%{commit}
|
||||
%autosetup
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}%{_bindir}
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (shdoc-b64998d.tar.gz) = 5693047c741e330a5b4b05cc05f9769be42ba1ec4be7448cc579bc63ae2b8a9d0ae94b100029764590e7f1222eba1779ecd52db6c235a328c09a5245452b503c
|
||||
SHA512 (shdoc-1.1.tar.gz) = f5dc1be88d21abeb24de6d31a9e5fbc0797283daae3a706513f08d9c3428ec212594359ccc7a043ff7c749d178fa3209e7b88cb326adb0dab2641cacc9a85755
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue