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 - 0:1.3.0-26 - Remove arch-specific conditionals