public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/shdoc] epel10.2: Update to 1.4 - Closes rhbz#2483678
@ 2026-06-01 13:48 Mikel Olasagasti Uranga
0 siblings, 0 replies; only message in thread
From: Mikel Olasagasti Uranga @ 2026-06-01 13:48 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/shdoc
Branch : epel10.2
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=epel10.2
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-01 13:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-01 13:48 [rpms/shdoc] epel10.2: Update to 1.4 - Closes rhbz#2483678 Mikel Olasagasti Uranga
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox