Drop sdljava-run-bsh.sh demo

Drop now unnecessary bsh Requires
This commit is contained in:
Hans de Goede 2021-12-02 12:01:05 +01:00
commit 31ff529f15

View file

@ -7,7 +7,7 @@
Name: sdljava
Version: 0.9.1
Release: 52%{?dist}
Release: 53%{?dist}
Summary: Java binding to the SDL API
License: LGPLv2+
URL: http://sdljava.sourceforge.net/
@ -32,7 +32,6 @@ BuildRequires: SDL_ttf-devel
BuildRequires: javapackages-local
BuildRequires: ant
BuildRequires: swig
BuildRequires: bsh
BuildRequires: jdom
BuildRequires: xml-commons-apis
BuildRequires: %{_bindir}/ruby
@ -42,7 +41,6 @@ BuildRequires: font(dejavusans) fontconfig
Requires: java
Requires: javapackages-filesystem
Requires: bsh
Requires: jdom
%description
@ -98,8 +96,8 @@ sed -i "s#@GCC_INCLUDE_PATH@#$GCC_PATH/include#g" \
find ./testsrc -name '*.java' | xargs sed -i \
-e 's|testdata|%{_datadir}/%{name}/testdata|g'
# use system versions of bsh & jdom
build-jar-repository -p lib jdom bsh
# use system versions of jdom
build-jar-repository -p lib jdom
# copy the Linux Makefiles into place
cp etc/build/linux/Makefile src/sdljava/native
@ -184,6 +182,7 @@ cp -pr docs/api/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}
install -m 755 %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}
pushd bin
rm runtest.sh
rm run-bsh.sh
for i in `ls -1 *.sh`; do
sed -i -e 's|./runtest.sh|%{_bindir}/%{name}-runtest.sh|g' $i
FN=`echo $i | awk 'BEGIN { FS="." }{ print $1 }'`
@ -217,6 +216,10 @@ ln -s $(fc-match -f "%{file}" "sans:bold:italic") \
%changelog
* Thu Dec 2 2021 Hans de Goede <hdegoede@redhat.com> - 0.9.1-53
- Drop sdljava-run-bsh.sh demo
- Drop now unnecessary bsh Requires
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.1-52
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild