Add build-requires on javapackages-local
This commit is contained in:
parent
014acef8ab
commit
9c04191ece
1 changed files with 5 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
Name: apache-%{short_name}
|
||||
Version: 1.0
|
||||
Release: 34%{?dist}
|
||||
Release: 35%{?dist}
|
||||
Summary: The Apache Commons Extension Language
|
||||
License: ASL 1.1
|
||||
URL: http://commons.apache.org/%{base_name}
|
||||
|
|
@ -16,6 +16,7 @@ Patch0: %{short_name}-%{version}-license.patch
|
|||
Patch1: %{short_name}-eclipse-manifest.patch
|
||||
Patch2: %{short_name}-enum.patch
|
||||
BuildRequires: ant
|
||||
BuildRequires: javapackages-local
|
||||
BuildRequires: tomcat-jsp-2.3-api
|
||||
BuildRequires: tomcat-servlet-3.1-api
|
||||
BuildRequires: junit
|
||||
|
|
@ -88,6 +89,9 @@ cp -pr dist/docs/api/* %{buildroot}%{_javadocdir}/%{name}
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Jul 14 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.0-35
|
||||
- Add build-requires on javapackages-local
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-34
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Reference in a new issue