public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/snakemake] f44: Use more long options
@ 2026-06-01 11:50 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-06-01 11:50 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/snakemake
Branch : f44
Commit : 345cc4ca690cdc482ab165c0f046a73f3696c833
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-05-24T00:11:59+01:00
Stats  : +3/-3 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/snakemake/c/345cc4ca690cdc482ab165c0f046a73f3696c833?branch=f44

Log:
Use more long options

---
diff --git a/snakemake.spec b/snakemake.spec
index 8456562..ca92d27 100644
--- a/snakemake.spec
+++ b/snakemake.spec
@@ -485,15 +485,15 @@ sed --regexp-extended --in-place \
 # We wait until %%install to generate the man page so that we can use the
 # proper script entry point. The generated man page is not perfect, but it is
 # good enough to be useful.
-install -d %{buildroot}%{_mandir}/man1
+install --directory %{buildroot}%{_mandir}/man1
 PATH="${PATH-}:%{buildroot}%{_bindir}" \
     PYTHONPATH='%{buildroot}%{python3_sitelib}' \
     help2man --no-info --name='%{summary}' snakemake \
     > %{buildroot}%{_mandir}/man1/snakemake.1
 
 # Install nano syntax highlighting
-install -t '%{buildroot}%{_datadir}/nano' -D -m 0644 -p \
-    misc/nano/syntax/snakemake.nanorc
+install -D --preserve-timestamps --mode=0644 \
+    --target='%{buildroot}%{_datadir}/nano' misc/nano/syntax/snakemake.nanorc
 
 # Install vim syntax highlighting
 install --directory '%{buildroot}%{_datadir}/vim/vimfiles'

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-01 11:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-01 11:50 [rpms/snakemake] f44: Use more long options Benjamin A. Beasley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox