Add build-requires on javapackages-local
This commit is contained in:
parent
41fdd7ba8e
commit
ad4f92e659
@ -1,7 +1,7 @@
|
|||||||
Name: regexp
|
Name: regexp
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.5
|
Version: 1.5
|
||||||
Release: 19%{?dist}
|
Release: 20%{?dist}
|
||||||
Summary: Simple regular expressions API
|
Summary: Simple regular expressions API
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://jakarta.apache.org/%{name}/
|
URL: http://jakarta.apache.org/%{name}/
|
||||||
@ -10,6 +10,7 @@ BuildArch: noarch
|
|||||||
Source0: http://archive.apache.org/dist/jakarta/%{name}/jakarta-%{name}-%{version}.tar.gz
|
Source0: http://archive.apache.org/dist/jakarta/%{name}/jakarta-%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: ant
|
BuildRequires: ant
|
||||||
|
BuildRequires: javapackages-local
|
||||||
|
|
||||||
Requires: java-headless
|
Requires: java-headless
|
||||||
|
|
||||||
@ -64,6 +65,9 @@ dummy = posix.readlink(dir) and os.remove(dir)
|
|||||||
%{_javadocdir}/%{name}
|
%{_javadocdir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 14 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 1:1.5-20
|
||||||
|
- Add build-requires on javapackages-local
|
||||||
|
|
||||||
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.5-19
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.5-19
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user