public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Mikolaj Izdebski <mizdebsk@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/bsh] epel10: Fix calls to %jpackage_script
Date: Wed, 15 Jul 2026 09:36:26 GMT	[thread overview]
Message-ID: <178410818613.1.10087501450562007009.rpms-bsh-3fdab4230bcc@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/bsh
Branch : epel10
Commit : 3fdab4230bcc3a052040b03359ba3924811e4ea1
Author : Mikolaj Izdebski <mizdebsk@redhat.com>
Date   : 2013-07-12T11:15:50+02:00
Stats  : +3/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/bsh/c/3fdab4230bcc3a052040b03359ba3924811e4ea1?branch=epel10

Log:
Fix calls to %jpackage_script

---
diff --git a/bsh.spec b/bsh.spec
index 6a84c42..cf5c817 100644
--- a/bsh.spec
+++ b/bsh.spec
@@ -194,8 +194,8 @@ install -m 644 dist/bshservlet-wbsh.war $RPM_BUILD_ROOT%{_datadir}/%{name}/webap
 # scripts
 install -d $RPM_BUILD_ROOT%{_bindir}
 
-%jpackage_script jline.ConsoleRunner "\\${BSH_DEBUG:+-Ddebug=true}" bsh.Interpreter %{name}:jline %{name} true
-%jpackage_script bsh.Console "\\${BSH_DEBUG:+-Ddebug=true}" "" %{name} %{name}-console true
+%jpackage_script bsh.Interpreter "\${BSH_DEBUG:+-Ddebug=true}" jline.ConsoleRunner %{name}:jline %{name} true
+%jpackage_script bsh.Console "\${BSH_DEBUG:+-Ddebug=true}" "" %{name} %{name}-console true
 
 cat > $RPM_BUILD_ROOT%{_bindir}/%{name}doc << EOF
 #!/usr/bin/env %{_bindir}/%{name}
@@ -254,6 +254,7 @@ dummy = posix.readlink(dir) and os.remove(dir)
 - Update and format descriptions
 - Install license file with manual and javadoc packages
 - Fix Requires and BuildRequires on java
+- Fix calls to %%jpackage_script
 
 * Wed Jul 10 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.3.0-26
 - Remove arch-specific conditionals

                 reply	other threads:[~2026-07-15  9:36 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=178410818613.1.10087501450562007009.rpms-bsh-3fdab4230bcc@fedoraproject.org \
    --to=mizdebsk@redhat.com \
    --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