public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Mikel Olasagasti Uranga <mikel@olasagasti.info>
To: git-commits@fedoraproject.org
Subject: [rpms/shdoc] epel8: Update to 1.4 - Closes rhbz#2483678
Date: Mon, 01 Jun 2026 13:49:07 GMT	[thread overview]
Message-ID: <178032174742.1.7774232137544431999.rpms-shdoc-835e3bcb5693@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/shdoc
Branch : epel8
Commit : 835e3bcb5693732978024520839cf92ac2a65c53
Author : Mikel Olasagasti Uranga <mikel@olasagasti.info>
Date   : 2026-06-01T15:46:31+02:00
Stats  : +12/-3 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/shdoc/c/835e3bcb5693732978024520839cf92ac2a65c53?branch=epel8

Log:
Update to 1.4 - Closes rhbz#2483678

---
diff --git a/.gitignore b/.gitignore
index c163b3b..2af66f7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /shdoc-b64998d.tar.gz
 /shdoc-1.1.tar.gz
 /shdoc-1.2.tar.gz
+/shdoc-1.4.tar.gz

diff --git a/shdoc.spec b/shdoc.spec
index 30cdc85..5dae471 100644
--- a/shdoc.spec
+++ b/shdoc.spec
@@ -1,5 +1,5 @@
 Name:    shdoc
-Version: 1.2
+Version: 1.4
 Release: %autorelease
 Summary: Documentation generator for bash/zsh/sh for generating documentation in Markdown
 
@@ -8,7 +8,9 @@ URL:       https://github.com/reconquest/shdoc
 Source0:   https://github.com/reconquest/shdoc/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildArch: noarch
 
+BuildRequires: vim-filesystem
 Requires:  gawk
+Requires:  vim-filesystem
 
 %description
 shdoc is a documentation generator for bash/zsh/sh for generating API
@@ -22,10 +24,16 @@ definitions, and creates a markdown file with ready to use documentation.
 
 %install
 mkdir -p %{buildroot}%{_bindir}
-cp -a shdoc %{buildroot}%{_bindir}/shdoc
+install -m 0755 -vp shdoc %{buildroot}%{_bindir}/shdoc
+mkdir -p %{buildroot}%{_mandir}/man1/
+install -m 0644 -vp contrib/shdoc.1 %{buildroot}%{_mandir}/man1/
+mkdir -p %{buildroot}%{vimfiles_root}/syntax/
+install -m 0644 -vp contrib/vim/after/syntax/sh.vim %{buildroot}%{vimfiles_root}/syntax/sh.vim
 
 %files
 %{_bindir}/shdoc
+%{_mandir}/man1/%{name}.1*
+%{vimfiles_root}/syntax/sh.vim
 
 %doc README.md
 %license LICENSE

diff --git a/sources b/sources
index 9e3c191..8d4f933 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (shdoc-1.2.tar.gz) = 92ae42f9a51b6f09208b3a0877ad1fdb7f0fb0197a6cf4abb7dc268c326bad0aba5d8b631c7b5ea958c207029a8607eecdee0a40ca66d8425d61116caf3215ec
+SHA512 (shdoc-1.4.tar.gz) = 1d53ee31a072f13e45e433a2f21cb41acc96382310436663732f41f5608fa9db55ca7381e18d7a5c46922889e0f8ff888a5f09e468dba2b2d19a4a0c88c6b25e

                 reply	other threads:[~2026-06-01 13:49 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178032174742.1.7774232137544431999.rpms-shdoc-835e3bcb5693@fedoraproject.org \
    --to=mikel@olasagasti.info \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox