Add missing build-requires
This commit is contained in:
parent
49bfa05776
commit
3b718cb885
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
Name: xbean
|
Name: xbean
|
||||||
Version: 4.5
|
Version: 4.5
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Java plugin based web server
|
Summary: Java plugin based web server
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://geronimo.apache.org/xbean/
|
URL: http://geronimo.apache.org/xbean/
|
||||||
@ -39,6 +39,7 @@ BuildRequires: maven-resources-plugin
|
|||||||
BuildRequires: maven-surefire-plugin
|
BuildRequires: maven-surefire-plugin
|
||||||
BuildRequires: maven-site-plugin
|
BuildRequires: maven-site-plugin
|
||||||
BuildRequires: maven-shade-plugin
|
BuildRequires: maven-shade-plugin
|
||||||
|
BuildRequires: maven-source-plugin
|
||||||
%if %{with equinox}
|
%if %{with equinox}
|
||||||
BuildRequires: eclipse-equinox-osgi
|
BuildRequires: eclipse-equinox-osgi
|
||||||
%else
|
%else
|
||||||
@ -194,6 +195,9 @@ sed -i "s|</Private-Package>|</Private-Package-->|" xbean-blueprint/pom.xml
|
|||||||
%doc LICENSE NOTICE
|
%doc LICENSE NOTICE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 16 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.5-3
|
||||||
|
- Add missing build-requires
|
||||||
|
|
||||||
* Thu May 12 2016 Michael Simacek <msimacek@redhat.com> - 4.5-2
|
* Thu May 12 2016 Michael Simacek <msimacek@redhat.com> - 4.5-2
|
||||||
- Enable xbean-asm-util
|
- Enable xbean-asm-util
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user