Properly conditionalize build-requires
This commit is contained in:
parent
996db664c3
commit
44dadb72f5
10
bsh.spec
10
bsh.spec
@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
Name: bsh
|
Name: bsh
|
||||||
Version: 2.0
|
Version: 2.0
|
||||||
Release: 7.%{reltag}%{?dist}
|
Release: 8.%{reltag}%{?dist}
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
Summary: Lightweight Scripting for Java
|
Summary: Lightweight Scripting for Java
|
||||||
URL: http://www.beanshell.org/
|
URL: http://www.beanshell.org/
|
||||||
@ -49,9 +49,12 @@ BuildRequires: ant
|
|||||||
BuildRequires: bsf
|
BuildRequires: bsf
|
||||||
BuildRequires: junit
|
BuildRequires: junit
|
||||||
BuildRequires: javacc
|
BuildRequires: javacc
|
||||||
|
BuildRequires: glassfish-servlet-api
|
||||||
|
%if %{with desktop}
|
||||||
BuildRequires: ImageMagick
|
BuildRequires: ImageMagick
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: glassfish-servlet-api
|
%endif
|
||||||
|
|
||||||
Requires: java-headless
|
Requires: java-headless
|
||||||
Requires: bsf
|
Requires: bsf
|
||||||
Requires: jline
|
Requires: jline
|
||||||
@ -166,6 +169,9 @@ cat scripts/bshdoc.bsh >> %{buildroot}%{_bindir}/bshdoc
|
|||||||
%license LICENSE NOTICE
|
%license LICENSE NOTICE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Sep 23 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.0-8.b6
|
||||||
|
- Properly conditionalize build-requires
|
||||||
|
|
||||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0:2.0-7.b6
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0:2.0-7.b6
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user