Add missing BRs
This commit is contained in:
parent
4caf507be0
commit
398cbbeb86
@ -2,7 +2,7 @@
|
||||
|
||||
Name: batik
|
||||
Version: 1.9
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: Scalable Vector Graphics for Java
|
||||
License: ASL 2.0 and W3C
|
||||
URL: https://xmlgraphics.apache.org/batik/
|
||||
@ -15,7 +15,9 @@ BuildArch: noarch
|
||||
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(junit:junit)
|
||||
BuildRequires: mvn(org.apache:apache:pom:)
|
||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-assembly-plugin)
|
||||
BuildRequires: mvn(org.apache.xmlgraphics:xmlgraphics-commons)
|
||||
BuildRequires: mvn(org.mozilla:rhino)
|
||||
BuildRequires: mvn(org.python:jython)
|
||||
@ -190,6 +192,9 @@ cp -pr samples $RPM_BUILD_ROOT%{_datadir}/%{name}/
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jul 03 2017 Michael Simacek <msimacek@redhat.com> - 1.9-4
|
||||
- Add missing BRs
|
||||
|
||||
* Thu May 04 2017 Michael Simacek <msimacek@redhat.com> - 1.9-3
|
||||
- Suppress requires from batik-all uberjar
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user